-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.24.3 #4024
Release v0.24.3 #4024
Conversation
This change removes the deprecated PascalCase fields in `WhenExpressions` The fields in `WhenExpressions` were missing json annotations in tektoncd#3135 so they were PascalCase - released in v0.16 The json annotations were added and supported both PascalCase and lowercase fields for backwards compatibility in tektoncd#3291 and tektoncd#3389 - released in v0.17 The PascalCase fields were deprecated in v0.17, with an earliest date of removal of Jan 07 2021 - https://github.com/tektoncd/pipeline/blob/v0.23.0/docs/deprecations.md
Prior to this commit the unit tests for AddSidecarVolumeMount did not execute. The body of the test was effectively a no-op. This updates the unit test to actually perform the checks intended when the tests were written. Thankfully the tests pass without any other changes.
Add links to v0.24.0 docs and examples to the root README Signed-off-by: Andrea Frittoli <andrea.frittoli@uk.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbwsg, vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
It sounds like a good idea to me, but I'd add that one as a separate PR then 🙏
|
thanks for the quick fix @afrittoli! /lgtm |
Changes
This is a minor release to fix the delta between v0.24.1 and v0.24.2.
Release v0.24.1 included by mistake three extra commits.
The next minor release v0.24.2 did not include them, but the difference is problematic: #4017
Release v0.24.3 builds on top of v0.24.2 and restores the three extra commits:
/kind misc
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
Release Notes