From 1c85b2a4c1a2075f8a58bcda9e53db627b30d6e1 Mon Sep 17 00:00:00 2001 From: OlegErshov Date: Tue, 28 Apr 2026 14:39:29 +0200 Subject: [PATCH 1/3] chore: bump kcp version to 0.31.1 On-behalf-of: SAP aleh.yarshou@sap.com --- charts/platform-mesh-operator-components/README.md | 2 +- .../tests/__snapshot__/application_test.yaml.snap | 2 +- .../tests/__snapshot__/helmreleases_test.yaml.snap | 4 ++-- charts/platform-mesh-operator-components/values.yaml | 2 +- .../platform-mesh-operator-resource/platform-mesh.yaml | 2 -- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/charts/platform-mesh-operator-components/README.md b/charts/platform-mesh-operator-components/README.md index 79a9e4089..8e4f004a1 100644 --- a/charts/platform-mesh-operator-components/README.md +++ b/charts/platform-mesh-operator-components/README.md @@ -261,7 +261,7 @@ Produces `referencePath: [{name: compref1}, {name: compref2}]`. | services.infra.values.istio.passThrough.gateway.name | string | `"pass-https"` | | | services.infra.values.istio.passThrough.gateway.port | string | `"{{ .Values.port }}"` | | | services.infra.values.istio.passThrough.gateway.protocol | string | `"HTTPS"` | | -| services.infra.values.kcp.image.tag | string | `"v0.29.0"` | | +| services.infra.values.kcp.image.tag | string | `"v0.31.1"` | | | services.infra.values.kcp.rootShard.extraArgs[0] | string | `"--feature-gates=WorkspaceAuthentication=true"` | | | services.infra.values.kcp.webhook.enabled | bool | `true` | | | services.infra.values.keycloak.istio.virtualservice.hosts[0] | string | `"{{ .Values.baseDomain }}"` | | diff --git a/charts/platform-mesh-operator-components/tests/__snapshot__/application_test.yaml.snap b/charts/platform-mesh-operator-components/tests/__snapshot__/application_test.yaml.snap index 80f056681..fda04fc7f 100644 --- a/charts/platform-mesh-operator-components/tests/__snapshot__/application_test.yaml.snap +++ b/charts/platform-mesh-operator-components/tests/__snapshot__/application_test.yaml.snap @@ -136,7 +136,7 @@ it should render the application manifests: protocol: HTTPS kcp: image: - tag: v0.29.0 + tag: v0.31.1 rootShard: extraArgs: - --feature-gates=WorkspaceAuthentication=true diff --git a/charts/platform-mesh-operator-components/tests/__snapshot__/helmreleases_test.yaml.snap b/charts/platform-mesh-operator-components/tests/__snapshot__/helmreleases_test.yaml.snap index 105f5e01a..bc9e6f0ad 100644 --- a/charts/platform-mesh-operator-components/tests/__snapshot__/helmreleases_test.yaml.snap +++ b/charts/platform-mesh-operator-components/tests/__snapshot__/helmreleases_test.yaml.snap @@ -136,7 +136,7 @@ HelmRelease snapshots: protocol: HTTPS kcp: image: - tag: v0.29.0 + tag: v0.31.1 rootShard: extraArgs: - --feature-gates=WorkspaceAuthentication=true @@ -599,7 +599,7 @@ enable remote deployment of helmreleases: protocol: HTTPS kcp: image: - tag: v0.29.0 + tag: v0.31.1 rootShard: extraArgs: - --feature-gates=WorkspaceAuthentication=true diff --git a/charts/platform-mesh-operator-components/values.yaml b/charts/platform-mesh-operator-components/values.yaml index 6b880580e..7caf5ea34 100644 --- a/charts/platform-mesh-operator-components/values.yaml +++ b/charts/platform-mesh-operator-components/values.yaml @@ -126,7 +126,7 @@ services: enabled: true kcp: image: - tag: v0.29.0 + tag: v0.31.1 rootShard: extraArgs: - --feature-gates=WorkspaceAuthentication=true diff --git a/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml b/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml index 0a23fe6fe..b0f39cb15 100644 --- a/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml +++ b/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml @@ -93,8 +93,6 @@ spec: auth: serviceAccount: enabled: true - image: - tag: "v0.31.0" # bump kcp image to work around WatchList issues shards: [] frontProxy: clusterIP: "10.96.0.100" From c7fc12f5a22326360b1182eb87b752e7eaa5a39e Mon Sep 17 00:00:00 2001 From: OlegErshov Date: Tue, 28 Apr 2026 14:44:20 +0200 Subject: [PATCH 2/3] chore: bump helm-chart version On-behalf-of: SAP aleh.yarshou@sap.com --- charts/platform-mesh-operator-components/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/platform-mesh-operator-components/Chart.yaml b/charts/platform-mesh-operator-components/Chart.yaml index cc3a159f7..bf2f5903f 100644 --- a/charts/platform-mesh-operator-components/Chart.yaml +++ b/charts/platform-mesh-operator-components/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: platform-mesh-operator-components description: A Helm chart for Kubernetes type: application -version: 0.58.0 +version: 0.58.1 appVersion: "0.0.0" From a77c00b3d010e67f0f608a96e2e04586f6b9fba8 Mon Sep 17 00:00:00 2001 From: OlegErshov Date: Mon, 11 May 2026 12:54:57 +0200 Subject: [PATCH 3/3] chore: revert local override for now On-behalf-of: SAP aleh.yarshou@sap.com --- .../platform-mesh-operator-resource/platform-mesh.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml b/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml index b0f39cb15..e8d35e753 100644 --- a/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml +++ b/local-setup/kustomize/components/platform-mesh-operator-resource/platform-mesh.yaml @@ -93,6 +93,8 @@ spec: auth: serviceAccount: enabled: true + image: + tag: "v0.31.1" # bump kcp image to work around WatchList issues shards: [] frontProxy: clusterIP: "10.96.0.100"