Skip to content

Commit

Permalink
fix: bump Kubernetes patch release 1.29.6 (#1109)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin authored Jun 27, 2024
1 parent b5a6232 commit 79c3e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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.29.5"
kubernetes_version: "1.29.6"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

Expand Down
2 changes: 1 addition & 1 deletion images/common.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
kubernetes_version: "1.29.5"
kubernetes_version: "1.29.6"

download_images: true

Expand Down

0 comments on commit 79c3e41

Please sign in to comment.