-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Prepare for release v1.16.0-pre.3 #32857
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
Conversation
f169cea
to
95136c8
Compare
/test |
Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: André Martins <andre@cilium.io>
This reverts commit 4315545. Signed-off-by: André Martins <andre@cilium.io>
95136c8
to
83ec4e0
Compare
| v1.16.0-pre.0 | 1.29.2 | | ||
+--------------------+----------------+ | ||
| v1.16.0-pre.1 | 1.29.4 | | ||
+--------------------+----------------+ | ||
| v1.16.0-pre.2 | 1.29.5 | | ||
| v1.15 | 1.28.2 | |
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.
This looks like check-crd-compat-table.sh
was run with v1.15 as the argument, so it incorrectly included v1.13 versions and excluded v1.16 (which is this target version).
I've fixed it by running the main
version of the script from the v1.16 preparation dir with check-crd-compat-table.sh v1.16 --update
.
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.
(No I didn't fix it, this was merged before I could fix it)
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.
Updated here: #32859
Prepare for release v1.16.0-pre.3
See the included CHANGELOG.md for a full list of changes.