github tektoncd/triggers v0.14.1
Tekton Triggers release v0.14.1

latest releases: v0.27.0, v0.26.2, v0.26.1...
3 years ago

-Docs @ v0.14.1
-Examples @ v0.14.1

Installation one-liner

kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.14.1/release.yaml
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.14.1/interceptors.yaml

Upgrade Notices

  1. As of this release, the Triggers release will contain two YAML files. release.yaml contains the core release artifacts while interceptors.yaml contain the 4 core interceptors (GitHub, GitLab, BitBucket, and CEL).

How to upgrade from v0.14.0 :up_arrow:

kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.14.1/release.yaml
kubectl apply -f https://storage.googleapis.com/tekton-releases/triggers/previous/v0.14.1/interceptors.yaml

Changes

Deprecation Notices

  • 🚨 Deprecate podTemplate field (#1102)
    Handled deprecation of podTemplate properly so that there won't be any issue with Upgrade which we faced as part of 0.14.0.
    Reference Issue #1098

Misc

  • 🔨 Upgrade plumbing version. (#1104)

Thanks

Thanks to these contributors who contributed to v0.14.1!

Extra shout-out for awesome release notes:

Don't miss a new triggers release

NewReleases is sending notifications on new releases.