github tektoncd/cli v0.26.0

latest releases: v0.38.1, v0.38.0, v0.37.0...
2 years ago

v0.26.0 Release 🎉

This release adds compatibility Pipeline version v0.38.3, Hub version v1.9.0 and latest Chains. As latest Pipelines version drops pipeline v1alpha1 resources, cli also does not support pipeline v1alpha1 resources like task, taskrun, clustertask, pipeline and pipelinerun. Also with this release, users can now see whether the workspace is option or not using the Task/Pipeline's describe command. With this release, users when building the bundles using tkn will get to know when they are exceeding the allowed limit of resources in a bundle and some other refactorings and improvements.

Removal Notice 🚨

  • Support for pipeline v1alpha1 resources like Pipeline, PipelineRun, Task, Clustertask and TaskRun has been removed.

Changelog 📋

Features ✨

  • Add Optional status of Workspaces in describe cmd of Task/Pipeline #1671
  • Allow to use bundle with no kubeconfig #1557
  • Add qps and bursts same like kubectl #1693
  • Force static linking by setting CGO_ENABLED=0 #1660
  • Adding a check for the set bundle max used in the pipeline controller #1572
  • Remove v1alpha1 APIs from ClusterTask #1672
  • Remove v1alpha1 support for task #1686
  • Remove pipeline v1alpha1 support #1687
  • Remove v1alpha1 support for taskrun #1689
  • Remove PipelineRun v1alpha1 support #1690
  • Remove v1alpha1 support #1694

Fixes 🐛

  • Fix creating debian packages with latest debhelpers #1654
  • Fix e2e test by converting to v1beta1 resources #1658
  • Fix debbuilds by pointing to build directory #1656
  • fix error while deleteing PR with unknown status #1684
  • Clean up all lint issues found by make check #1679

Misc 🔨

  • Removed apt-key for deb-based install instructions #1653
  • Update README for v0.25.0 #1651
  • Update chocolatey package to 0.25.0 #1652
  • Refactor create operation in cli #1699
  • Bump google.golang.org/protobuf from 1.28.0 to 1.28.1 #1662
  • Bump github.com/tektoncd/triggers from 0.20.1 to 0.20.2 #1663
  • Bump github.com/hashicorp/go-hclog from 1.2.1 to 1.2.2 #1664
  • Bump github.com/hashicorp/go-secure-stdlib/parseutil from 0.1.6 to 0.1.7 #1673
  • Bump chains to v0.11.0 #1674
  • Bump golangci-lint to v1.47.2 for Go 1.18 support #1675
  • Bump go.uber.org/zap from 1.21.0 to 1.22.0 #1676
  • Bump go.uber.org/atomic from 1.9.0 to 1.10.0 #1677
  • Bump github.com/hashicorp/go-plugin from 1.4.4 to 1.4.5 #1681
  • Bump google.golang.org/grpc from 1.48.0 to 1.49.0 #1685
  • Bump go.uber.org/zap from 1.22.0 to 1.23.0 #1688
  • Use golang 1.17.3 in contrib/tkn-image/Dockerfile #1669
  • Bump tektoncd/pipeline to v0.38.3 #1695
  • Bump github.com/hashicorp/go-hclog from 1.2.2 to 1.3.0 #1696
  • Bump github.com/tektoncd/hub from 1.8.0 to 1.9.0 #1698

Thanks ❤️

Don't miss a new cli release

NewReleases is sending notifications on new releases.