From f40aba837990f3995be21bdda0af3e112e25f7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Tue, 5 Aug 2025 14:21:57 +0200 Subject: [PATCH 1/3] bump: josdk to 5.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index 00fb5db2d..b0ee399f0 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -147,7 +147,7 @@ operatorSecurityContext: {} webhookSecurityContext: {} webhook: - create: true + create: false # validator: # create: true # mutator: diff --git a/pom.xml b/pom.xml index 9f129f31f..e08332268 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ under the License. 3.3.2 5.0.0 - 5.1.1 + 5.1.2 3.0.0 7.3.1 From 4370da1000dab58092f6ef90299c9e33baf1858a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Tue, 5 Aug 2025 16:09:32 +0200 Subject: [PATCH 2/3] revert unintentional change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- helm/flink-kubernetes-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/flink-kubernetes-operator/values.yaml b/helm/flink-kubernetes-operator/values.yaml index b0ee399f0..00fb5db2d 100644 --- a/helm/flink-kubernetes-operator/values.yaml +++ b/helm/flink-kubernetes-operator/values.yaml @@ -147,7 +147,7 @@ operatorSecurityContext: {} webhookSecurityContext: {} webhook: - create: false + create: true # validator: # create: true # mutator: From 21aa709a794f041460d5c56a0e991ab7a09db8b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20M=C3=A9sz=C3=A1ros?= Date: Mon, 11 Aug 2025 12:12:17 +0200 Subject: [PATCH 3/3] update notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Attila Mészáros --- flink-kubernetes-operator/src/main/resources/META-INF/NOTICE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE index 7e51f9113..f168c628c 100644 --- a/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE +++ b/flink-kubernetes-operator/src/main/resources/META-INF/NOTICE @@ -48,8 +48,8 @@ This project bundles the following dependencies under the Apache Software Licens - io.fabric8:kubernetes-model-scheduling:jar:7.3.0 - io.fabric8:kubernetes-model-storageclass:jar:7.3.0 - io.fabric8:zjsonpatch:jar:7.3.0 -- io.javaoperatorsdk:operator-framework-core:jar:5.1.0 -- io.javaoperatorsdk:operator-framework:jar:5.1.0 +- io.javaoperatorsdk:operator-framework-core:jar:5.1.2 +- io.javaoperatorsdk:operator-framework:jar:5.1.2 - org.apache.commons:commons-compress:jar:1.26.0 - org.apache.commons:commons-lang3:jar:3.16.0 - org.apache.commons:commons-math3:jar:3.6.1