Tekton Triggers release v0.15.0 #1156
dibyom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade Notices
This release introduces a new
v1beta1
API version and contains a few backwards incompatible changes. Please check the Backwards Incompatible Changes section before upgrading.To upgrade from v0.14.2
Changes
Features
Add ConfigMap which will contains Triggers info such as version and some RBAC rules which will give access to this ConfigMap to all the system:authenticated users.
Triggers now supports a new apiVersion - v1beta1. The v1beta1 apiVersion will follow the beta deprecation policy i.e. features will have a 9 month deprecation period.
BREAKING CHANGE: With this change the EventListener will stop responding with
201 Created
status code when it creates resources. Instead it will always respond with a202 Accepted
response code.The Triggers Reconciler and EventListeners now use v1beta1 API types internally. This is a fully backwards compatible change. Users can still use the v1alpha1 API version as they were before.
The packaged interceptors now use a Lister to cache access to secrets used for payload verification
Backwards incompatible changes
In current release:
BREAKING CHANGE: With this change the EventListener will stop responding with
201 Created
status code when it creates resources. Instead it will always respond with a202 Accepted
response code.BREAKING CHANGE: The podTemplate filed which was deprecated as part of #1100 has now been removed.
BREAKING CHANGE: The deprecated replicas field has now been removed.
Fixes
🐛 Fix the cp command in the release publish task (Fix the cp command in the release publish task #1134)
🐛 Fixes namespace in clusterrolebinding in getting-started (Fixes namespac in clusterrolebinding in getting-started #1106)
Misc
Docs
Thanks
Thanks to these contributors who contributed to v0.15.0!
Extra shout-out for awesome release notes:
This discussion was created from the release Tekton Triggers release v0.15.0.
Beta Was this translation helpful? Give feedback.
All reactions