Skip to content

Commit

Permalink
feat: bump cni to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
faiq committed Aug 12, 2024
1 parent ce3fcf6 commit 76c061a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.6"
kubernetes_version: "1.29.7"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "0.9.1"
kubernetes_cni_version: "1.3.0"

# 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
Expand Down

0 comments on commit 76c061a

Please sign in to comment.