From 13495319986c58d60a9c42d4eab3db65debccde9 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Thu, 25 Jun 2026 08:22:00 +0300 Subject: [PATCH 1/2] bump kcp 0.32.2 --- 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 0fbafe05..225b9175 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.32.1" + ImageTag = "v0.32.2" appNameLabel = "app.kubernetes.io/name" appInstanceLabel = "app.kubernetes.io/instance" From a30df2563e210c9385e54c51ab42007b0f321064 Mon Sep 17 00:00:00 2001 From: Mangirdas Judeikis Date: Thu, 25 Jun 2026 09:12:46 +0300 Subject: [PATCH 2/2] fix tests --- internal/resources/resources_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/resources/resources_test.go b/internal/resources/resources_test.go index 4fce8011..28d7163c 100644 --- a/internal/resources/resources_test.go +++ b/internal/resources/resources_test.go @@ -34,7 +34,7 @@ func TestGetImageSettings(t *testing.T) { { name: "default settings", imageSpec: nil, - expectedImage: "ghcr.io/kcp-dev/kcp:v0.32.1", + expectedImage: "ghcr.io/kcp-dev/kcp:v0.32.2", expectedVersion: "0.32", }, {