From 45c40e7c3b5c20e47aedeed3c9c459a249eefd21 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Wed, 17 Jun 2026 09:10:30 +0300 Subject: [PATCH 1/2] update kcp image to 0.32 --- internal/resources/resources.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/resources.go b/internal/resources/resources.go index 8e11f0b1..b112ff03 100644 --- a/internal/resources/resources.go +++ b/internal/resources/resources.go @@ -39,7 +39,7 @@ const ( // // When changing this to a new minor version, you must also update // the .prow.yaml accordingly and shift the jobs. - ImageTag = "v0.31.2" + ImageTag = "v0.32.0" appNameLabel = "app.kubernetes.io/name" appInstanceLabel = "app.kubernetes.io/instance" From 1fd1504c36739db5b995ccd29cedcbf085e01285 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Wed, 17 Jun 2026 09:16:45 +0300 Subject: [PATCH 2/2] fix test --- internal/resources/resources_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/resources/resources_test.go b/internal/resources/resources_test.go index 064f3b99..01d2d36c 100644 --- a/internal/resources/resources_test.go +++ b/internal/resources/resources_test.go @@ -34,8 +34,8 @@ func TestGetImageSettings(t *testing.T) { { name: "default settings", imageSpec: nil, - expectedImage: "ghcr.io/kcp-dev/kcp:v0.31.2", - expectedVersion: "0.31", + expectedImage: "ghcr.io/kcp-dev/kcp:v0.32.0", + expectedVersion: "0.32", }, { name: "custom tag with valid semver",