Skip to content
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 to latest Kubernetes release in KIB #1180

Closed
wants to merge 10 commits into from
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.30.5"
kubernetes_major_minor: "{{ (kubernetes_version.split('.') | map('trim'))[:2] | join('.') }}"
kubernetes_semver: "v{{ kubernetes_version }}"

kubernetes_cni_version: "1.3.0"
kubernetes_cni_version: "1.0.4"

# 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
2 changes: 1 addition & 1 deletion bundles/ubuntu20.04/bundle.sh.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update && apt-get install -y --no-install-recommends \
apt-transport-https software-properties-common dpkg-dev curl gpg

KUBERNETES_DEB_BUILD_VERSION="1.1"
KUBERNETES_DEB_BUILD_VERSION="1.0.3"
CRI_TOOLS_DEB_BUILD_VERSION="1.1"

# Install dependencies.
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.6"
kubernetes_version: "1.30.5"

packer:
goss_arch: amd64
Expand Down
Loading