-
Notifications
You must be signed in to change notification settings - Fork 40
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: sync k3s
and rke2
with major Kubernetes version
#98
Merged
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
k3s and rke2 are now synced with kubernetes versions Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
let's use the version with a 'v', similar to kubernetes or k3s. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
tormath1
force-pushed
the
tormath1/k3s
branch
from
November 19, 2024 13:14
78ad048
to
6f83a31
Compare
krnowak
reviewed
Nov 19, 2024
tormath1
force-pushed
the
tormath1/k3s
branch
from
November 20, 2024 09:23
8b770f3
to
91bdd7e
Compare
Thanks @krnowak for the review - comments have been addressed. |
krnowak
reviewed
Nov 21, 2024
This will sync those software with major kubernetes version at each release. No need to maintain a version file for these components. Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com> Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
tormath1
force-pushed
the
tormath1/k3s
branch
from
November 21, 2024 12:23
91bdd7e
to
2f9fab2
Compare
krnowak
approved these changes
Nov 22, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In this PR we are syncing
k3s
andrke2
versions with major Kubernetes version at each release. This is more dynamic and it avoids to manually maintain those versions intorelease_build_versions.txt
.Testing done