Skip to content

Releases: tektoncd/cli

v0.37.0

13 May 09:26
v0.37.0
f8b6dc0
Compare
Choose a tag to compare

v0.37.0 Release 🎉

This release comes with support for Pipelines LTS v0.59.0, Triggers v0.27.0, Chains v0.20.0 and Hub v1.17.0 CLI. This release contains a feature to have exit code 0 or 1 or 2 based on PipelineRun status in pipeline start and pipelinerun logs command by providing -E flag and a couple of dependency bumps

ChangeLog 📋

Features ✨

  • Add -E flag to exit with the pr state on unix shell by @chmouel in #2298

Misc 🔨

Thanks ❤️

v0.35.2

25 Mar 14:00
v0.35.2
3ece707
Compare
Choose a tag to compare

v0.35.2 Release 🎉

This is a patch release addressing an issue regarding tkn logs command is used with -f when a pipelinerun containing retries is in progress

ChangeLog 📋

Misc 🔨

  • Fix logs command not showing logs aaa589a

Thanks ❤️

v0.36.0

20 Mar 13:16
v0.36.0
e0dddfb
Compare
Choose a tag to compare

v0.36.0 Release 🎉

This release comes with support for Pipelines v0.57.0, Triggers v0.26.0, Chains v0.20.0 and Hub v1.16.0 CLI. This release contains couple of bug fixes such as we can now stream logs from PipelineRun having retries specified. Also when pushing the bundle, we can use -l or --label to set labels in the config JSON of the image.

ChangeLog 📋

Features ✨

  • Add labeling support to tkn bundle push #2257

Fixes 🐛

  • Fix triggertemplate describe command breaks backward compatibility #2244
  • Fix logs command not showing logs #2251

Misc 🔨

  • Prepare setup for moving e2e to kind #2259
  • Bump docs to latest v0.35.0 #2239
  • Drafted a basic doc for tkn-plugins to resolve issue #1273 #2255
  • Updated the README.md with prerequisites required for running the tests. #2226
  • Bump golang.org/x/term from 0.16.0 to 0.17.0 #2240
  • Bump github.com/golangci/golangci-lint from 1.55.2 to 1.56.0 in /tools #2241
  • Bump github.com/golangci/golangci-lint from 1.56.0 to 1.56.1 in /tools #2242
  • Bump readme for v0.35.1 #2246
  • Bump github.com/tektoncd/pipeline from 0.56.0 to 0.56.1 #2247
  • Bump knative.dev/serving from 0.38.6 to 0.39.0 #2248
  • Bump k8s.io/cli-runtime from 0.26.13 to 0.26.14 #2249
  • Bump github.com/golangci/golangci-lint from 1.56.1 to 1.56.2 in /tools #2250
  • Bump go.uber.org/zap from 1.26.0 to 1.27.0 #2254
  • Bump github.com/tektoncd/pipeline from 0.56.1 to 0.57.0 #2253
  • Bump github.com/sigstore/sigstore from 1.8.1 to 1.8.2 #2258
  • Bump golangci-lint to v0.56.2 #2260
  • Bump golang.org/x/term from 0.17.0 to 0.18.0 https://github.comtektoncd/cli/pull/2261
  • Bump github.com/docker/docker from 25.0.3+incompatible to 25.0.4+incompatible #2263
  • Bump github.com/go-jose/go-jose/v3 from 3.0.2 to 3.0.3 #2266
  • Bump github.com/docker/cli from 25.0.3+incompatible to 25.0.4+incompatible #2264
  • Bump github.com/cloudevents/sdk-go/v2 from 2.14.0 to 2.15.2 #2262
  • Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 #2265
  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools #2267
  • Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #2268
  • Bump golang to 1.21 as minimum requirement #2269
  • Bump github.com/google/go-containerregistry from 0.19.0 to 0.19.1 #2270
  • Bump k8s.io/cli-runtime from 0.26.14 to 0.26.15 #2271

Thanks ❤️

v0.35.1

13 Feb 13:02
v0.35.1
4854f37
Compare
Choose a tag to compare

v0.35.1 Release 🎉

This is a patch release addressing a breaking change in triggertemplate command suite and bumping the triggers dependency to v0.26.1

ChangeLog 📋

Misc 🔨

  • Fix triggertemplate describe command breaks backward compatibility a5f2914

Thanks ❤️

v0.35.0

07 Feb 16:20
v0.35.0
c21271e
Compare
Choose a tag to compare

v0.35.0 Release 🎉

This release comes with support for Pipelines LTS v0.56.0, Triggers v0.26.0, Chains v0.20.0 and Hub v1.16.0 CLI. This add supports for tkn custom list command to list the customruns.

ChangeLog 📋

Features ✨

Misc 🔨

  • Bump tkn to latest version v0.34.0 by @vinamra28 in #2212
  • Bump github.com/sigstore/sigstore from 1.8.0 to 1.8.1 by @dependabot in #2215
  • Bump k8s.io/cli-runtime from 0.26.12 to 0.26.13 by @dependabot in #2218
  • Bump github.com/google/go-containerregistry from 0.17.0 to 0.18.0 by @dependabot in #2217
  • Bump github.com/docker/cli from 24.0.7+incompatible to 25.0.0+incompatible by @dependabot in #2220
  • Bump github.com/docker/docker from 24.0.7+incompatible to 25.0.0+incompatible by @dependabot in #2219
  • Bump github.com/tektoncd/pipeline from 0.55.0 to 0.56.0 by @dependabot in #2221
  • Bump github.com/docker/cli from 25.0.0+incompatible to 25.0.1+incompatible by @dependabot in #2224
  • Bump github.com/docker/docker from 25.0.0+incompatible to 25.0.1+incompatible by @dependabot in #2225
  • Bump github.com/google/go-containerregistry from 0.18.0 to 0.19.0 by @dependabot in #2227
  • Bump hashicorp/vault/api to v1.11.0 by @piyush-garg in #2228
  • Bump github.com/tektoncd/hub from 1.15.1 to 1.16.0 by @dependabot in #2232
  • Bump github.com/docker/cli from 25.0.1+incompatible to 25.0.2+incompatible by @dependabot in #2231
  • Bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2+incompatible by @dependabot in #2233
  • Bump tektoncd/chains to v0.20.0 by @piyush-garg in #2230
  • Bump github.com/docker/cli from 25.0.2+incompatible to 25.0.3+incompatible by @dependabot in #2237
  • Bump github.com/docker/docker from 25.0.2+incompatible to 25.0.3+incompatible by @dependabot in #2238
  • Bump triggers to v0.26.0 by @piyush-garg in #2236

Thanks ❤️

v0.34.0

11 Jan 13:04
v0.34.0
db683be
Compare
Choose a tag to compare

v0.34.0 Release 🎉

From this release ownwards, we can now start a task using OCI image by pulling from the remote registry and providing positional parameters that the Task need for proper functioning. For those running their self-hosted instance of Tekton Hub, they can now check it's version installed by using tkn version command. Apart from this, bumped up the dependencies to latest version along with support Pipelines version v0.55.0, Triggers version v0.25.3 and Hub version v1.15.1

ChangeLog 📋

Features ✨

  • Use oci image to run a task #2130
  • Adds hub version in output of tkn version command #2205

Misc 🔨

  • Add a pre-commit setup to the repository. #2176
  • Bump choco and readme to v0.33.0 #2178
  • Bump github.com/tektoncd/pipeline from 0.53.0 to 0.53.1 #2177
  • Bump github.com/tektoncd/triggers from 0.25.2 to 0.25.3 #2180
  • Bump github.com/tektoncd/pipeline from 0.53.1 to 0.53.2 #2181
  • Bump k8s.io/cli-runtime from 0.26.10 to 0.26.11 #2179
  • Bump github.com/creack/pty from 1.1.20 to 1.1.21 #2182
  • Bump github.com/go-jose/go-jose/v3 from 3.0.0 to 3.0.1 #2183
  • Bump github.com/tektoncd/hub from 1.15.0 to 1.15.1 #2185
  • Bump knative.dev/serving from 0.30.1-0.20220402124840-21c05dc9d9a4 to 0.39.0 #2186
  • Bump golang.org/x/term from 0.14.0 to 0.15.0 #2187
  • Bump github.com/tektoncd/pipeline from 0.53.2 to 0.54.0 #2188
  • Bump github.com/ktr0731/go-fuzzyfinder from 0.7.0 to 0.8.0 #2191
  • Bump github.com/theupdateframework/go-tuf from 0.6.1 to 0.7.0 #2189
  • Bump github.com/google/go-containerregistry from 0.16.1 to 0.17.0 #2190
  • Bump github.com/sigstore/sigstore from 1.7.5 to 1.7.6 #2192
  • Bump golang.org/x/crypto from 0.16.0 to 0.17.0 #2196
  • Bump github.com/tektoncd/pipeline from 0.54.0 to 0.54.1 #2197
  • Bump github.com/tektoncd/pipeline from 0.54.1 to 0.54.2 #2199
  • Bump github.com/sigstore/sigstore from 1.7.6 to 1.8.0 #2201
  • Bump k8s.io/cli-runtime from 0.26.11 to 0.26.12 #2200
  • Bump github.com/tektoncd/pipeline from 0.54.2 to 0.55.0 #2202
  • Bump sigstore/cosign to v2.2.2 #2203
  • Bump golang.org/x/term from 0.15.0 to 0.16.0 #2207
  • Bump github.com/cloudflare/circl from 1.3.5 to 1.3.7 #2209
  • Bump golang and goreleaser versions #2210

Thanks ❤️

v0.33.0

09 Nov 17:35
v0.33.0
50af2e7
Compare
Choose a tag to compare

v0.33.0 Release 🎉

This release was majorly focused towards bumping up the dependencies to latest version along with support Pipelines version v0.53.0, Triggers version v0.25.2 and Hub version v1.15.0. From this release onwards, CLI is going to create reproducible bundles by setting default created time to 1970-01-01T00:00:00Z (Unix epoch) instead of the current time. There is also a new flag introduced for bundle push command --ctime to allow setting the created time in the bundle image config

ChangeLog 📋

Features ✨

  • Reproducible/deterministic bundles #2133
  • Support for SOURCE_DATE_EPOCH in tkn bundle push #2137
  • Build deterministic bundles by default #2139

Misc 🔨

  • Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 #2140
  • Bump golang.org/x/net from 0.14.0 to 0.17.0 #2141
  • Bump github.com/sigstore/sigstore from 1.7.3 to 1.7.4 #2142
  • Bump github.com/tektoncd/chains from 0.18.0 to 0.18.1 #2144
  • Bump github.com/tektoncd/hub from 1.14.0 to 1.14.1 #2145
  • Bump github.com/tektoncd/triggers from 0.25.0 to 0.25.1 #2146
  • Bump github.com/tektoncd/pipeline from 0.52.0 to 0.52.1 #2143
  • Update docs for v0.32.1 #2147
  • Update README for v0.32.2 #2148
  • Bump github.com/golangci/golangci-lint from 1.54.2 to 1.55.0 in /tools #2151
  • Bump github.com/tektoncd/hub from 1.14.1 to 1.14.2 #2149
  • Bump github.com/tektoncd/triggers from 0.25.1 to 0.25.2 #2150
  • Update releases.md with latest patch releases #2152
  • Bump grpc to v1.58.3 #2153
  • Bump k8s.io/cli-runtime from 0.26.9 to 0.26.10 #2154
  • Bump github.com/golangci/golangci-lint from 1.55.0 to 1.55.1 in /tools #2157
  • Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 #2158
  • Bump github.com/docker/docker from 24.0.6+incompatible to 24.0.7+incompatible #2161
  • Bump github.com/tektoncd/pipeline from 0.52.1 to 0.53.0 #2162
  • Bump github.com/golangci/golangci-lint from 1.55.1 to 1.55.2 in /tools #2165
  • Bump github.com/docker/cli from 24.0.6+incompatible to 24.0.7+incompatible #2163
  • Bump github.com/creack/pty from 1.1.18 to 1.1.20 #2164
  • Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #2167
  • Bump github.com/sigstore/sigstore from 1.7.4 to 1.7.5 #2159
  • Bump github.com/tektoncd/chains from 0.18.1 to 0.19.0 #2160
  • Bump github.com/fatih/color from 1.15.0 to 1.16.0 #2170
  • Bump golang.org/x/term from 0.13.0 to 0.14.0 #2171
  • Bump github.com/tektoncd/hub from 1.14.2 to 1.15.0 #2172
  • Bump golang in release pipeline #2173
  • Bump golangci-lint to v1.55.2 #2174
  • Bump tkn to v0.32.0 in readme and chocolatey #2121
  • Bump tektoncd/pipeline to v0.51.0 #2122
  • Bump k8s.io/cli-runtime from 0.26.8 to 0.26.9 #2124
  • Bump go.uber.org/zap from 1.25.0 to 1.26.0 #2125
  • Bump gotest.tools/v3 from 3.5.0 to 3.5.1 #2128
  • Bump github.com/tektoncd/chains from 0.17.0 to 0.18.0 #2129
  • Bump golangci-lint to v1.54.2 #2126
  • Bump github.com/tektoncd/pipeline from 0.51.0 to 0.52.0 #2131
  • Bump goreleaser version and optimize get-version #2127
  • fix package name for Arch linux #2134
  • Bump golang.org/x/term from 0.12.0 to 0.13.0 #2138

Thanks ❤️

v0.32.2

20 Oct 09:32
v0.32.2
37717a7
Compare
Choose a tag to compare

v0.32.2 Release 🎉

This is a patch release addressing a security issue on the github.com/grpc/grpc-go dependency:

  • This addresses GHSA-qppj-fm5r-hxr3 by not allowing more server handlers to be run than the HTTP/2 MAX_CONCURRENT_STREAMS setting.

ChangeLog 📋

Misc 🔨

  • Bump pipeline, triggers, hub and grpc ea6221d

Thanks ❤️

v0.31.3

20 Oct 19:19
v0.31.3
2626454
Compare
Choose a tag to compare

v0.31.3 Release 🎉

This is a patch release addressing a security issue on the golang.org/x/net and github.com/grpc/grpc-go dependency:

  • HTTP/2 rapid reset can cause excessive work in net/http - commits
  • This addresses GHSA-qppj-fm5r-hxr3 by not allowing more server handlers to be run than the HTTP/2 MAX_CONCURRENT_STREAMS setting.

ChangeLog 📋

Misc 🔨

Thanks ❤️

v0.30.2

20 Oct 20:02
v0.30.2
a0cd3a2
Compare
Choose a tag to compare

v0.30.2 Release 🎉

This is a patch release addressing a security issue on the golang.org/x/net and github.com/grpc/grpc-go dependency:

  • HTTP/2 rapid reset can cause excessive work in net/http - commits
  • This addresses GHSA-qppj-fm5r-hxr3 by not allowing more server handlers to be run than the HTTP/2 MAX_CONCURRENT_STREAMS setting.

ChangeLog 📋

Misc 🔨

  • Bump tektoncd/pipeline to v0.44.5 acaf6b0
  • Bump hub to v1.12.4 6e45473
  • Bump grpc to v1.56.3 0c7e872
  • Bump tektoncd/triggers to v0.23.2 2419aa6

Thanks ❤️