From 3c0da11755eb8b8d4357514fb7d573492af01336 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 8 Nov 2024 11:32:00 -0800 Subject: [PATCH 1/4] bump base image --- pkg/build/nodeimage/defaults.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/build/nodeimage/defaults.go b/pkg/build/nodeimage/defaults.go index 560dae0229..4e3fbad542 100644 --- a/pkg/build/nodeimage/defaults.go +++ b/pkg/build/nodeimage/defaults.go @@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest" // DefaultBaseImage is the default base image used // TODO: come up with a reasonable solution to digest pinning // https://github.com/moby/moby/issues/43188 -const DefaultBaseImage = "docker.io/kindest/base:v20240813-c6f155d6" +const DefaultBaseImage = "docker.io/kindest/base:v20241108-5c6d2daf" From 857c378d2063775242a97567f8aaca1175e19395 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 8 Nov 2024 11:33:15 -0800 Subject: [PATCH 2/4] bump kindnetd --- pkg/build/nodeimage/const_cni.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/build/nodeimage/const_cni.go b/pkg/build/nodeimage/const_cni.go index 5da230accb..cf2548d760 100644 --- a/pkg/build/nodeimage/const_cni.go +++ b/pkg/build/nodeimage/const_cni.go @@ -20,7 +20,7 @@ package nodeimage The default CNI manifest and images are our own tiny kindnet */ -const kindnetdImage = "docker.io/kindest/kindnetd:v20241023-a345ebe4" +const kindnetdImage = "docker.io/kindest/kindnetd:v20241108-5c6d2daf" var defaultCNIImages = []string{kindnetdImage} From 3b84129bbb6a5ea42198e676001b5bc0a8f4fb76 Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 8 Nov 2024 11:34:30 -0800 Subject: [PATCH 3/4] bump local-path-provisioner --- pkg/build/nodeimage/const_storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/build/nodeimage/const_storage.go b/pkg/build/nodeimage/const_storage.go index d62c4ab556..2466ffbb67 100644 --- a/pkg/build/nodeimage/const_storage.go +++ b/pkg/build/nodeimage/const_storage.go @@ -25,7 +25,7 @@ NOTE: we have customized it in the following ways: - install as the default storage class */ -const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20240813-c6f155d6" +const storageProvisionerImage = "docker.io/kindest/local-path-provisioner:v20241108-5c6d2daf" const storageHelperImage = "docker.io/kindest/local-path-helper:v20230510-486859a6" // image we need to preload From 02d8a7fcd8b83da4281bbd01190ec3079a48cf5c Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Fri, 8 Nov 2024 11:48:26 -0800 Subject: [PATCH 4/4] bump node image --- pkg/apis/config/defaults/image.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/config/defaults/image.go b/pkg/apis/config/defaults/image.go index f57b67d18e..f08af1d973 100644 --- a/pkg/apis/config/defaults/image.go +++ b/pkg/apis/config/defaults/image.go @@ -18,4 +18,4 @@ limitations under the License. package defaults // Image is the default for the Config.Image field, aka the default node image. -const Image = "kindest/node:v1.31.1@sha256:cd224d8da58d50907d1dd41d476587643dad2ffd9f6a4d96caf530fb3b9a5956" +const Image = "kindest/node:v1.31.2@sha256:18fbefc20a7113353c7b75b5c869d7145a6abd6269154825872dc59c1329912e"