Skip to content

Commit

Permalink
feat: bumps cni to 1.3.0 (#1144)
Browse files Browse the repository at this point in the history
* feat: bump cni to 1.3.0

* fix: reverting version back to 1.29.6

* fix: revert version in images file
  • Loading branch information
faiq authored Aug 13, 2024
1 parent ce3fcf6 commit b0d897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/all/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kubernetes_version: "1.29.6"
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 b0d897f

Please sign in to comment.