From 6269b219e0f5b89a4ab23ef12a31858bd6d63927 Mon Sep 17 00:00:00 2001 From: Gabor Somogyi Date: Tue, 27 May 2025 14:24:56 +0200 Subject: [PATCH 1/2] [release] Update version to 1.13-SNAPSHOT --- Dockerfile | 2 +- docs/config.toml | 4 ++-- examples/autoscaling/pom.xml | 2 +- examples/flink-beam-example/pom.xml | 2 +- examples/flink-sql-runner-example/pom.xml | 2 +- examples/kubernetes-client-examples/pom.xml | 4 ++-- flink-autoscaler-plugin-jdbc/pom.xml | 2 +- flink-autoscaler-standalone/pom.xml | 2 +- flink-autoscaler/pom.xml | 2 +- flink-kubernetes-docs/pom.xml | 2 +- flink-kubernetes-operator-api/pom.xml | 2 +- flink-kubernetes-operator/pom.xml | 2 +- flink-kubernetes-standalone/pom.xml | 2 +- flink-kubernetes-webhook/pom.xml | 2 +- helm/flink-kubernetes-operator/Chart.yaml | 4 ++-- pom.xml | 2 +- 16 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9528af4f3..88b2f64794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN cd /app/tools/license; mkdir jars; cd jars; \ FROM eclipse-temurin:${JAVA_VERSION}-jre-jammy ENV FLINK_HOME=/opt/flink ENV FLINK_PLUGINS_DIR=$FLINK_HOME/plugins -ENV OPERATOR_VERSION=1.12-SNAPSHOT +ENV OPERATOR_VERSION=1.13-SNAPSHOT ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION-shaded.jar ENV KUBERNETES_STANDALONE_JAR=flink-kubernetes-standalone-$OPERATOR_VERSION.jar diff --git a/docs/config.toml b/docs/config.toml index dfdee584c3..e08df03b9f 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -34,11 +34,11 @@ pygmentsUseClasses = true # we change the version for the complete docs when forking of a release branch # etc. # The full version string as referenced in Maven (e.g. 1.2.1) - Version = "1.12-SNAPSHOT" + Version = "1.13-SNAPSHOT" # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot # release this should be the same as the regular version - VersionTitle = "1.12-SNAPSHOT" + VersionTitle = "1.13-SNAPSHOT" # The branch for this version of the Apache Flink Kubernetes Operator Branch = "main" diff --git a/examples/autoscaling/pom.xml b/examples/autoscaling/pom.xml index 993b22dd45..9602312448 100644 --- a/examples/autoscaling/pom.xml +++ b/examples/autoscaling/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT ../.. diff --git a/examples/flink-beam-example/pom.xml b/examples/flink-beam-example/pom.xml index f3704c2409..06e992b22a 100644 --- a/examples/flink-beam-example/pom.xml +++ b/examples/flink-beam-example/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT ../.. diff --git a/examples/flink-sql-runner-example/pom.xml b/examples/flink-sql-runner-example/pom.xml index eb8431e960..d887c533f7 100644 --- a/examples/flink-sql-runner-example/pom.xml +++ b/examples/flink-sql-runner-example/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT ../.. diff --git a/examples/kubernetes-client-examples/pom.xml b/examples/kubernetes-client-examples/pom.xml index c1ba5b2cf2..e67e1c2e9f 100644 --- a/examples/kubernetes-client-examples/pom.xml +++ b/examples/kubernetes-client-examples/pom.xml @@ -24,7 +24,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT ../.. @@ -40,7 +40,7 @@ under the License. org.apache.flink flink-kubernetes-operator - 1.12-SNAPSHOT + 1.13-SNAPSHOT compile diff --git a/flink-autoscaler-plugin-jdbc/pom.xml b/flink-autoscaler-plugin-jdbc/pom.xml index 748e233092..18808b2b9d 100644 --- a/flink-autoscaler-plugin-jdbc/pom.xml +++ b/flink-autoscaler-plugin-jdbc/pom.xml @@ -23,7 +23,7 @@ under the License. flink-kubernetes-operator-parent org.apache.flink - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-autoscaler-standalone/pom.xml b/flink-autoscaler-standalone/pom.xml index dc3337e3cd..e7550641fc 100644 --- a/flink-autoscaler-standalone/pom.xml +++ b/flink-autoscaler-standalone/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-autoscaler/pom.xml b/flink-autoscaler/pom.xml index a7463d573b..d3e799a7c5 100644 --- a/flink-autoscaler/pom.xml +++ b/flink-autoscaler/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-kubernetes-docs/pom.xml b/flink-kubernetes-docs/pom.xml index 6e44541b54..e7dcd381a0 100644 --- a/flink-kubernetes-docs/pom.xml +++ b/flink-kubernetes-docs/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-kubernetes-operator-api/pom.xml b/flink-kubernetes-operator-api/pom.xml index 193f154bd2..180c9e25e6 100644 --- a/flink-kubernetes-operator-api/pom.xml +++ b/flink-kubernetes-operator-api/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-kubernetes-operator/pom.xml b/flink-kubernetes-operator/pom.xml index cff4a43f9e..3a909969d7 100644 --- a/flink-kubernetes-operator/pom.xml +++ b/flink-kubernetes-operator/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-kubernetes-standalone/pom.xml b/flink-kubernetes-standalone/pom.xml index cc1a17d404..346c8b3d8e 100644 --- a/flink-kubernetes-standalone/pom.xml +++ b/flink-kubernetes-standalone/pom.xml @@ -24,7 +24,7 @@ under the License. flink-kubernetes-operator-parent org.apache.flink - 1.12-SNAPSHOT + 1.13-SNAPSHOT .. diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml index 90b22ebb61..ad357c96e1 100644 --- a/flink-kubernetes-webhook/pom.xml +++ b/flink-kubernetes-webhook/pom.xml @@ -23,7 +23,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT ../pom.xml diff --git a/helm/flink-kubernetes-operator/Chart.yaml b/helm/flink-kubernetes-operator/Chart.yaml index 6b0edda808..f5630fbc61 100644 --- a/helm/flink-kubernetes-operator/Chart.yaml +++ b/helm/flink-kubernetes-operator/Chart.yaml @@ -21,6 +21,6 @@ apiVersion: v2 name: flink-kubernetes-operator description: A Helm chart for the Apache Flink Kubernetes Operator type: application -version: 1.12-SNAPSHOT -appVersion: 1.12-SNAPSHOT +version: 1.13-SNAPSHOT +appVersion: 1.13-SNAPSHOT icon: https://flink.apache.org/img/logo/png/50/color_50.png diff --git a/pom.xml b/pom.xml index 463c0b457d..502b97f9c7 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ under the License. org.apache.flink flink-kubernetes-operator-parent - 1.12-SNAPSHOT + 1.13-SNAPSHOT Flink Kubernetes: pom From 88067e7ef0ec1d7084581e26aef1878c2ad4c22b Mon Sep 17 00:00:00 2001 From: Gabor Somogyi Date: Tue, 27 May 2025 14:46:58 +0200 Subject: [PATCH 2/2] [release] Docs, ci and config updates after release cut --- .asf.yaml | 1 + .github/workflows/docs.yaml | 6 +++--- docs/config.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 42fbb1f707..e2861fc23f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -22,6 +22,7 @@ github: release-1.9: {} release-1.10: {} release-1.11: {} + release-1.12: {} notifications: commits: commits@flink.apache.org diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 1f776c97ee..ee54db6b72 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -28,8 +28,8 @@ jobs: matrix: branch: - main - - release-1.10 - release-1.11 + - release-1.12 steps: - uses: actions/checkout@v3 with: @@ -41,8 +41,8 @@ jobs: echo "flink_branch=${currentBranch}" echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV} if [ "${currentBranch}" = "main" ]; then - echo "flink_alias=release-1.12" >> ${GITHUB_ENV} - elif [ "${currentBranch}" = "release-1.11" ]; then + echo "flink_alias=release-1.13" >> ${GITHUB_ENV} + elif [ "${currentBranch}" = "release-1.12" ]; then echo "flink_alias=stable" >> ${GITHUB_ENV} else echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV} diff --git a/docs/config.toml b/docs/config.toml index e08df03b9f..71c1970f6d 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -63,8 +63,8 @@ pygmentsUseClasses = true ] PreviousDocs = [ + ["1.12", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.12"], ["1.11", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.11"], - ["1.10", "https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.10"], ] [markup]