This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Update Kubernetes packages to v0.17.17 - Update the CRD API version from v1beta1 to v1 (v1beta1 will be removed in Kubernetes v1.22) Signed-off-by: Stefan Prodan <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
In Kubernetes 1.22.0, along with beta CRD, the rbac.authorization.k8s.io v1beta1 api group has been deprecated and finally removed. This update allows Flux to be installed there. It is a breaking change, and leaves versions of Kubernetes <1.8 behind. (The CRD v1 change already leaves Kubernetes <1.16 behind, so...) Signed-off-by: Kingdon Barrett <[email protected]>
This will be Flux 1.23.0 and it requires Kubernetes 1.16.0 Signed-off-by: Kingdon Barrett <[email protected]>
We can't use kind to test with pre-release versions easily, but this release has already been tested manually on a 1.22.0-alpha.3 prerelease of K8s. We can still use the latest available k8s release (hope). Signed-off-by: Kingdon Barrett <[email protected]>
Signed-off-by: Kingdon Barrett <[email protected]>
Release 1.23.0-rc1
Signed-off-by: Kingdon Barrett <[email protected]>
|
stefanprodan
approved these changes
Jun 25, 2021
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.
🚀
Signed-off-by: Kingdon Barrett <[email protected]> Signed-off-by: Kingdon Barrett <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the changelog and publishes the chart for the next Flux release, which corresponds with the
1.23.0-rc1
candidate published on Wednesday. This will finish the 1.23.0 release and 🍾 🎉 adds support for Kubernetes versions>=1.22.0
, with1.22.0-beta.0
just released only days ago.(Merge after #3495 and #3496)
I have tested all of this locally, and LGTM 👍