From 3f6c8ca5b75e6ab983682dda821a289c812dd0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Tue, 28 Oct 2025 13:54:29 +0100 Subject: [PATCH 1/4] chore: update semver to 0.1.0-rc.347 and enable no-json logging configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bastian Echterhölter On-behalf-of: @SAP --- .../platform-mesh-operator-resource/platform-mesh.yaml | 4 ++++ 1 file changed, 4 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 b080d9e8..a3109ea1 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 @@ -15,6 +15,10 @@ spec: featureToggles: - name: "feature-enable-getting-started" values: + account-operator: + values: + log: + noJson: true istio-gateway: enabled: true targetNamespace: istio-system From e7a1715df0d1a30f27701aaa6b44a3fc07289461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Tue, 28 Oct 2025 13:58:04 +0100 Subject: [PATCH 2/4] feat: add debug logging configuration and disable tracing in platform-mesh.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bastian Echterhölter On-behalf-of: @SAP --- .../platform-mesh-operator-resource/platform-mesh.yaml | 8 ++++++++ 1 file changed, 8 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 a3109ea1..940f4b23 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 @@ -17,7 +17,10 @@ spec: values: account-operator: values: + tracing: + enabled: false log: + level: debug noJson: true istio-gateway: enabled: true @@ -182,5 +185,10 @@ spec: caSecret: domain-certificate-ca extension-manager-operator: values: + tracing: + enabled: false + log: + level: debug + noJson: true istio: enabled: true \ No newline at end of file From 56cb53086cda134938ca6299385334f1cf57d61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Tue, 28 Oct 2025 14:04:00 +0100 Subject: [PATCH 3/4] feat: add debug logging configuration and disable tracing in platform-mesh.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bastian Echterhölter On-behalf-of: @SAP --- .../platform-mesh.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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 940f4b23..14a80078 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 @@ -17,8 +17,6 @@ spec: values: account-operator: values: - tracing: - enabled: false log: level: debug noJson: true @@ -164,6 +162,9 @@ spec: kubernetes-graphql-gateway: enabled: true values: + log: + level: debug + noJson: true image: tag: v0.1.36 listener: @@ -185,10 +186,6 @@ spec: caSecret: domain-certificate-ca extension-manager-operator: values: - tracing: - enabled: false log: level: debug - noJson: true - istio: - enabled: true \ No newline at end of file + noJson: true \ No newline at end of file From 78dfc2d189f082f8279e6299714ab3f3a1052bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Tue, 28 Oct 2025 14:21:10 +0100 Subject: [PATCH 4/4] feat: update semver to 0.1.0-rc.350 and enable debug logging configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bastian Echterhölter On-behalf-of: @SAP --- local-setup/kustomize/components/ocm-component/component.yaml | 2 +- .../platform-mesh-operator-resource/platform-mesh.yaml | 3 +++ .../kustomize/components/platform-mesh-operator/release.yaml | 4 ++++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/local-setup/kustomize/components/ocm-component/component.yaml b/local-setup/kustomize/components/ocm-component/component.yaml index 0e3e3fd5..aedd407b 100644 --- a/local-setup/kustomize/components/ocm-component/component.yaml +++ b/local-setup/kustomize/components/ocm-component/component.yaml @@ -6,7 +6,7 @@ spec: repositoryRef: name: platform-mesh component: github.com/platform-mesh/platform-mesh - semver: 0.1.0-rc.347 + semver: 0.1.0-rc.350 interval: 1m ocmConfig: - kind: Repository 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 14a80078..f2a6cb90 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 @@ -94,6 +94,9 @@ spec: pullPolicy: IfNotPresent security-operator: values: + log: + level: debug + noJson: true baseDomain: "{{ .Values.baseDomain }}:{{ .Values.port }}" initializer: extraArgs: diff --git a/local-setup/kustomize/components/platform-mesh-operator/release.yaml b/local-setup/kustomize/components/platform-mesh-operator/release.yaml index 0f80e878..cd130b2c 100644 --- a/local-setup/kustomize/components/platform-mesh-operator/release.yaml +++ b/local-setup/kustomize/components/platform-mesh-operator/release.yaml @@ -13,4 +13,8 @@ spec: releaseName: platform-mesh-operator targetNamespace: platform-mesh-system timeout: 15m + values: + log: + noJson: true + level: debug