Tekton Pipeline release v0.33.1 "Highlander HAL" #4623
afrittoli
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
-Docs @ v0.33.1
-Examples @ v0.33.1
Installation one-liner
Attestation
The Rekor UUID for this release is
18b3c02c2c35d9ef9d6c653646e37a3ced88e548ee601e353989a123011555fb
Obtain the attestation:
Verify that all container images in the attestation are in the release file:
Deprecation Notices
Same as
v0.33.0
:The
scope-when-expressions-to-task
flag will be removed in the next release.We recommend migrating
Pipelines
to usingwhen
expressions scoped to the guardedTask
only.Upgrade Notices
Same as
v0.33.0
:🚨 Tekton v0.33.1 requires Kubernetes v1.21+ 🚨
The configuration flags
disable-working-dir-overwrite
anddisable-home-env-overwrite
and associated features are not available anymore. Users that rely on automaticworkingDir
andHOME
overwrite must update theirTasks
to explicitly them before updating tothis release.
The
when
expressions in a givenTask
are scoped to guard theTask
only by default. Users that rely theBranch
scope can use thescope-when-expressions-to-task
to continue guarding theTask
and its dependentTasks
.Changes
Fixes
#4599: Reduce some spammy logs when resolving images not on ECR.
#4616: Pick up a fix in a dependency affecting Docker registry auth configs stored in Secrets where the registry string included the URL scheme ("https://", "http://"), or a registry path component ("/v1/" or "/v2/").
Thanks
Thanks to these contributors who contributed to v0.33.1!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Pipeline release v0.33.1 "Highlander HAL".
Beta Was this translation helpful? Give feedback.
All reactions