-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat: bump the k8s version to v1.31.4 #1239
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,11 +5,11 @@ python_path: "" | |
# If it's not there, the kubernetes_full_version will have "None" for a version number. | ||
# | ||
# IMPORTANT When you update kubernetes_version, also update crictl_version. | ||
kubernetes_version: "1.30.5" | ||
kubernetes_version: "1.31.3" | ||
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}" | ||
kubernetes_semver: "v{{ kubernetes_version }}" | ||
|
||
kubernetes_cni_version: "1.4.0" | ||
kubernetes_cni_version: "1.6.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the bundle the version is 1.5.1, which version is the correct one? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I did update to the latest version of CNI There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @SandhyaRavi2403 this version needs to match the version built in the bundle.
The version is
|
||
|
||
# The crictl CLI is released as part of the http://sigs.k8s.io/cri-tools project. | ||
# The project release closely follows the Kubernetes release cycle, and uses a | ||
|
@@ -32,7 +32,7 @@ critools_deb: "{{ crictl_version }}-1.1" | |
critools_rpm: "{{ crictl_version }}-0" | ||
|
||
# Containerd container runtime version. | ||
containerd_version: "1.7.22" | ||
containerd_version: "1.7.24" | ||
|
||
# NOTE(jkoelker) `nvidia_cuda_version` is set via an override, it is listed | ||
# empty here for documentation. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
kubernetes_version: "1.30.5" | ||
kubernetes_version: "1.31.3" | ||
|
||
packer: | ||
goss_arch: amd64 | ||
|
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.
Line 24
crictl_sha256
will need to change too.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.
done