Tekton Pipelines release v0.7.0 "Lynx Point"
Pre-releaseπ Nightly Releases, Sidecars for Tasks, CloudEvent pipeline resource, and much much more! π
-Docs @ v0.7.0
-Examples @ v0.7.0
Changes
Features
- β¨ Add nightly release pipeline π.
Nightly build artifacts are available at gs://tekton-release-nightly and gcr.io/tekton-nightly (#1274).
-
β¨ Add namespace to cluster resource (#1255).
-
β¨ Verify if pipeline works after upgrading from previous release to current release.
This introduces upgrade testing ππ (#1162).
- β¨ Allow declaring and passing resources to conditions.
Adds resource support for conditionals. Conditions have to declare the resources they can use and these can be passed in via the Pipeline and PipelineRun spec similar to TaskResources. (#1151)
- β¨ Add sidecars to Tasks
Tasks can now define a list of sidecar containers to run alongside their steps (#1236)
-
β¨ Update build-gcs resource type to support .tar.gz archives (#1200)
-
β¨ Cloud Event output resource (#837)
New output resource CloudEventPipelineResource available.
When used in a Task
, it will generate a cloud event upon completion of any TaskRun
that references that Task
. The cloud event includes the entire body of the TaskRun
.
Deprecation Notices
- π¨ Deprecation Notice for Results Field for PipelineRuns and TaskRuns
Adding code comments to bring awareness to Results field removal in v0.8.0 (#1278).
- π¨ Update build-gcs resource type to support .tar.gz archives
build-gcs resources will no longer support artifactType
Archive
, use ZipArchive
and TarGzArchive
instead (#1200)
Backwards incompatible changes
In current release:
- π¨ Support for
${} syntax removed in favor of $ ()
- π¨Change the behavior of outputs that are also used as inputs.
Tasks that take input and output resources of the same type must now copy or move the resource from the input directory to the output directory manually. Tekton no longer automatically reads outputs from the input directory when the same resource is supplied in both places (#1122).
- π¨Remove deprecated podSpec field in favor of podTemplate.
Remove deprecated podSpec (nodeSelector, affinity and tolerations) fields in favor of podTemplate (#1299).
- π¨Update build-gcs resource type to support .tar.gz archives
build-gcs resources cannot be used as an output resource (#1200)
Fixes
- π Annotate TargetPath and OutputImageDir with omitempty (#1225)
- π Accept any sidecar termination reason (#1265)
- π Support Condition only resources in PipelineTask (#1270)
- π Made the digest exporter report image digest if there is only one image. (#1237)
- π Fix and work around timeout handler data races (#1308):
- Removes potential race conditions in timeout handler
- It drops logging from timeout_handler. We'll attempt to restore logging in a thread-safe manner in the future.
Misc
- π¨ Remove "Building" status reason (#1226).
- π¨ Refactor reconciler package to not reference api version (#1216)
- π¨ Bump github.com/knative/pkg dependency and depsβ¦ (#1117)
- π¨ Add a using resources section in resources.md (#1257)
- π¨ Update xerrors dependency (#1277)
- π¨ Use ubuntu images for sidecar tests (#1254)
- π¨ Increase linter timeout to 3 minutes (#1318)
- π¨ Only compare ImageID suffix in TestTaskRunStatus test (#1233)
- π¨ Add YAML test for non-build-gcs GCS resource (#1223)
- π¨ Delete gopath-test taskrun example / YAML test (#1224)
- π¨ Rename taskrun-github-pr-yaml totaskrun-github-pr.yaml. (#1218)
- π¨ Refactor input resource volume handling to remove a type switch statement (#1139)
- π¨ Add GcsFetcher and GcsUploader images to release task and pipeline (#1196)
- π¨ Fix release pipeline to handle #1122 (#1327)
- π¨ Emit pipelinerun event when it is cancelled (#1230)
- π¨ Add managed-by label to Pods created from TaskRuns (#1329)
- π¨ Update Deployments to use the apps/v1 API version (#1330)
Docs
- π Fix #1211 - Remove reference to yqArg in pipeline tutorial (#1212)
- π Fix name variables in cluster resource doc. (#1261)
- π Fix typos in release doc. (#1317)
- π Update release README numbering (#1321)
- π Typos and correctness fixes for creds-init CLI doc (#1297)
- π Enhancements for PullRequest Resource docs (#1276)
- π Fix Pull Request resource example url. (#1316)
- π Add links to 0.6.0 docs (#1203)
- π [Doc] Fix typos and link errors for pipelines.md (#1245)
- π Correct a small error in tasks.md readme (#1217)
- π Fix a few comments (#1207)
- π Update v0.6.0 docs to include fixed tutorial π€ (#1208)
- π Fix braces in tutorial π (#1206)
- π Doc updates for typos and clearification (#1192)
Thanks
Thanks to these contributors who contributed to v0.7.0!
- β€οΈ @EliZucker
- β€οΈ @imjasonh
- β€οΈ @Letty5411
- β€οΈ @afrittoli
- β€οΈ @ahpook
- β€οΈ @bobcatfish
- β€οΈ @cappyzawa
- β€οΈ @chhsia0
- β€οΈ @chmouel
- β€οΈ @danielhelfand
- β€οΈ @dibyom
- β€οΈ @dlorenc
- β€οΈ @gavinfish
- β€οΈ @houshengbo
- β€οΈ @hrishin
- β€οΈ @moficodes
- β€οΈ @sbwsg
- β€οΈ @tejal29
- β€οΈ @vdemeester
- β€οΈ @vtereso
Extra shout-out for awesome release notes:
- π @bobcatfish
- π @dlorenc
- π @vdemeester
- π @danielhelfand
- π @chhsia0
- π @cappyzawa
- π @dibyom
- π @sbwsg
- π @imjasonh
- π @afrittoli