CHORE: Bump capi images#154
Open
AlexCK-STFC wants to merge 1 commit into
Open
Conversation
- Add 1.35 and 1.36 - Bump minors for 1.33 and 1.34 (others are fine) - Bump submodule - Bump ansible core
69e85f4 to
5685328
Compare
Member
Author
|
Also, this script might be worth adding to the readme: printf "%-20s %-20s %-25s\n" "kubernetes_series" "kubernetes_semver" "kubernetes_deb_version"
printf "%-20s %-20s %-25s\n" "-------------------" "-------------------" "------------------------"
for v in v1.31 v1.32 v1.33 v1.34 v1.35 v1.36; do
deb_version=$(
curl -fsSL "https://pkgs.k8s.io/core:/stable:/$v/deb/Packages" |
awk '
/^Package: kubeadm$/ {found=1}
found && /^Version:/ {print $2; found=0}
' |
sort -V |
tail -1
)
semver=$(echo "$deb_version" | sed -E 's/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/')
printf "%-20s %-20s %-25s\n" "$v" "v$semver" "$deb_version"
done |
This file contains hidden or 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
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.
Tested 1.35, briefly, on CAPI. Cluster deployed successfully. Not done in depth testing.
But azimuth are using them both so they're prob fine