diff --git a/go.mod b/go.mod index 978714bf28..df57aba666 100644 --- a/go.mod +++ b/go.mod @@ -80,7 +80,7 @@ require ( github.com/google/go-containerregistry v0.20.2 github.com/iamacarpet/go-win64api v0.0.0-20210311141720-fe38760bed28 github.com/k3s-io/helm-controller v0.16.5 - github.com/k3s-io/k3s v1.30.6-0.20241012053748-29fd916cc958 // release-1.30 + github.com/k3s-io/k3s v1.30.6-0.20241016053533-5ec454f50e7a // release-1.30 github.com/k3s-io/kine v0.13.2 github.com/libp2p/go-netroute v0.2.1 github.com/natefinch/lumberjack v2.0.0+incompatible diff --git a/go.sum b/go.sum index db5e099f34..ba4a18403d 100644 --- a/go.sum +++ b/go.sum @@ -1192,8 +1192,8 @@ github.com/k3s-io/etcd/server/v3 v3.5.13-k3s1 h1:Pqcxkg7V60c26ZpHoekP9QoUdLuduxF github.com/k3s-io/etcd/server/v3 v3.5.13-k3s1/go.mod h1:K/8nbsGupHqmr5MkgaZpLlH1QdX1pcNQLAkODy44XcQ= github.com/k3s-io/helm-controller v0.16.5 h1:SsUHfksQXNwePkswv4a970EGD2h0Exsf6t3IdXhpXRo= github.com/k3s-io/helm-controller v0.16.5/go.mod h1:AcSxEhOIUgeVvBTnJOAwcezBZXtYew/RhKwO5xp3RlM= -github.com/k3s-io/k3s v1.30.6-0.20241012053748-29fd916cc958 h1:HrjM5XrodFqk4wUKXBAggK4xOKneCFL8mFXsKpJtfYw= -github.com/k3s-io/k3s v1.30.6-0.20241012053748-29fd916cc958/go.mod h1:wtgXa9jE30Hwz7NqLWWrdx5u6Qtl7TJyXDa5MkIvoz0= +github.com/k3s-io/k3s v1.30.6-0.20241016053533-5ec454f50e7a h1:BYJ2G0CyZG7fFdKS4IYuL6cOkeJTWsniKcYnfLiS4yY= +github.com/k3s-io/k3s v1.30.6-0.20241016053533-5ec454f50e7a/go.mod h1:wtgXa9jE30Hwz7NqLWWrdx5u6Qtl7TJyXDa5MkIvoz0= github.com/k3s-io/kine v0.13.2 h1:l++g2KY/3UaPJiGpgYuGoqaaYKeMpVj9fP/yfnSxHxo= github.com/k3s-io/kine v0.13.2/go.mod h1:Zi9F142tmeXVqhPjL6KHVnwOBs8wc/V5r3avKSpIHn0= github.com/k3s-io/klog v1.0.0-k3s2/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= diff --git a/scripts/build-images b/scripts/build-images index 2a5e44a251..79bd51f3e1 100755 --- a/scripts/build-images +++ b/scripts/build-images @@ -20,7 +20,7 @@ xargs -n1 -t docker image pull --quiet << EOF >> build/images-core.txt ${REGISTRY}/rancher/hardened-k8s-metrics-server:v0.7.1-build20240910 ${REGISTRY}/rancher/hardened-addon-resizer:1.8.20-build20240910 ${REGISTRY}/rancher/klipper-helm:v0.9.3-build20241008 - ${REGISTRY}/rancher/mirrored-library-busybox:1.36.1 + ${REGISTRY}/rancher/klipper-lb:v0.4.9 ${REGISTRY}/rancher/mirrored-pause:${PAUSE_VERSION} ${REGISTRY}/rancher/mirrored-ingress-nginx-kube-webhook-certgen:v1.4.4 ${REGISTRY}/rancher/nginx-ingress-controller:v1.10.5-hardened1 diff --git a/scripts/version.sh b/scripts/version.sh index 6d4f065cb4..9a58d481f6 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -36,7 +36,7 @@ KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.30.5} KUBERNETES_IMAGE_TAG=${KUBERNETES_IMAGE_TAG:-v1.30.5-rke2r1-build20240912} ETCD_VERSION=${ETCD_VERSION:-v3.5.13-k3s1} PAUSE_VERSION=${PAUSE_VERSION:-3.6} -CCM_VERSION=${CCM_VERSION:-v1.30.6-0.20241012053748-29fd916cc958-build20241014} +CCM_VERSION=${CCM_VERSION:-v1.30.6-0.20241016053533-5ec454f50e7a-build20241016} if [ -d .git ]; then if [ -z "$GIT_TAG" ]; then