This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 9f567bd3 [release] Update version to 1.15-SNAPSHOT
9f567bd3 is described below
commit 9f567bd3323eaa855f6e627e31d763ca258e8240
Author: Gyula Fora <[email protected]>
AuthorDate: Tue Feb 3 10:20:54 2026 +0100
[release] Update version to 1.15-SNAPSHOT
---
.asf.yaml | 1 +
.github/workflows/docs.yaml | 10 +++++-----
Dockerfile | 2 +-
docs/config.toml | 6 +++---
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 +-
18 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 92ae3fac..201231c6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -24,6 +24,7 @@ github:
release-1.11: {}
release-1.12: {}
release-1.13: {}
+ release-1.14: {}
notifications:
commits: [email protected]
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 93f09bcf..8a686289 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -31,8 +31,8 @@ jobs:
matrix:
branch:
- main
+ - release-1.14
- release-1.13
- - release-1.12
steps:
- name: Set up Temurin JDK 17
uses: actions/setup-java@v4
@@ -49,8 +49,8 @@ jobs:
echo "flink_branch=${currentBranch}"
echo "flink_branch=${currentBranch}" >> ${GITHUB_ENV}
if [ "${currentBranch}" = "main" ]; then
- echo "flink_alias=release-1.14" >> ${GITHUB_ENV}
- elif [ "${currentBranch}" = "release-1.13" ]; then
+ echo "flink_alias=release-1.15" >> ${GITHUB_ENV}
+ elif [ "${currentBranch}" = "release-1.14" ]; then
echo "flink_alias=stable" >> ${GITHUB_ENV}
else
echo "flink_alias=${currentBranch}" >> ${GITHUB_ENV}
@@ -73,7 +73,7 @@ jobs:
# build Java docs
mkdir -p docs/target/api
-
+
mvn javadoc:aggregate -B \
-DadditionalJOption="-Xdoclint:none" \
-DadditionalJOption="--allow-script-in-comments" \
@@ -83,7 +83,7 @@ jobs:
-Dspotless.check.skip=true \
-Denforcer.skip=true \
-Dheader="<a href=\"http://flink.apache.org/\"
target=\"_top\"><h1>Back to Flink Website</h1></a> <script>var
_paq=window._paq=window._paq||[];_paq.push([\"disableCookies\"]),_paq.push([\"setDomains\",[\"*.flink.apache.org\",\"*.nightlies.apache.org/flink\"]]),_paq.push([\"trackPageView\"]),_paq.push([\"enableLinkTracking\"]),function(){var
u=\"//analytics.apache.org/\";_paq.push([\"setTrackerUrl\",u+\"matomo.php\"]),_paq.push([\"setSiteId\",\"1\"]);var
d=document, g=d.createEl [...]
-
+
mv target/site/apidocs docs/target/api/java
- name: Upload documentation
uses: ./.github/actions/rsync-deployments
diff --git a/Dockerfile b/Dockerfile
index 7a0552cb..c80d0686 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.14-SNAPSHOT
+ENV OPERATOR_VERSION=1.15-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 8a91370a..29f26cf2 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.14-SNAPSHOT"
+ Version = "1.15-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.14-SNAPSHOT"
+ VersionTitle = "1.15-SNAPSHOT"
# The branch for this version of the Apache Flink Kubernetes Operator
Branch = "main"
@@ -63,8 +63,8 @@ pygmentsUseClasses = true
]
PreviousDocs = [
+ ["1.14",
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.14"],
["1.13",
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.13"],
- ["1.12",
"https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.12"],
]
[markup]
diff --git a/examples/autoscaling/pom.xml b/examples/autoscaling/pom.xml
index 3685f16e..76ac1c46 100644
--- a/examples/autoscaling/pom.xml
+++ b/examples/autoscaling/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/examples/flink-beam-example/pom.xml
b/examples/flink-beam-example/pom.xml
index 664e448f..a48c9fee 100644
--- a/examples/flink-beam-example/pom.xml
+++ b/examples/flink-beam-example/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/examples/flink-sql-runner-example/pom.xml
b/examples/flink-sql-runner-example/pom.xml
index 9816a336..6ea19990 100644
--- a/examples/flink-sql-runner-example/pom.xml
+++ b/examples/flink-sql-runner-example/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
diff --git a/examples/kubernetes-client-examples/pom.xml
b/examples/kubernetes-client-examples/pom.xml
index eeb689da..fc9b11e3 100644
--- a/examples/kubernetes-client-examples/pom.xml
+++ b/examples/kubernetes-client-examples/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
@@ -40,7 +40,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
diff --git a/flink-autoscaler-plugin-jdbc/pom.xml
b/flink-autoscaler-plugin-jdbc/pom.xml
index 2f1c0fac..25865bef 100644
--- a/flink-autoscaler-plugin-jdbc/pom.xml
+++ b/flink-autoscaler-plugin-jdbc/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<artifactId>flink-kubernetes-operator-parent</artifactId>
<groupId>org.apache.flink</groupId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-autoscaler-standalone/pom.xml
b/flink-autoscaler-standalone/pom.xml
index 83b5c1cb..31bebf61 100644
--- a/flink-autoscaler-standalone/pom.xml
+++ b/flink-autoscaler-standalone/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-autoscaler/pom.xml b/flink-autoscaler/pom.xml
index d97f3355..9c3b6c66 100644
--- a/flink-autoscaler/pom.xml
+++ b/flink-autoscaler/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-kubernetes-docs/pom.xml b/flink-kubernetes-docs/pom.xml
index 4f550c1b..b34554bb 100644
--- a/flink-kubernetes-docs/pom.xml
+++ b/flink-kubernetes-docs/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-kubernetes-operator-api/pom.xml
b/flink-kubernetes-operator-api/pom.xml
index 4fc93125..d4a4dd19 100644
--- a/flink-kubernetes-operator-api/pom.xml
+++ b/flink-kubernetes-operator-api/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-kubernetes-operator/pom.xml
b/flink-kubernetes-operator/pom.xml
index 728ef11c..bbb10b04 100644
--- a/flink-kubernetes-operator/pom.xml
+++ b/flink-kubernetes-operator/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-kubernetes-standalone/pom.xml
b/flink-kubernetes-standalone/pom.xml
index 116f193d..da0f8ea7 100644
--- a/flink-kubernetes-standalone/pom.xml
+++ b/flink-kubernetes-standalone/pom.xml
@@ -24,7 +24,7 @@ under the License.
<parent>
<artifactId>flink-kubernetes-operator-parent</artifactId>
<groupId>org.apache.flink</groupId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml
index 00255b91..ed1f60d1 100644
--- a/flink-kubernetes-webhook/pom.xml
+++ b/flink-kubernetes-webhook/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/helm/flink-kubernetes-operator/Chart.yaml
b/helm/flink-kubernetes-operator/Chart.yaml
index b976696b..e467c826 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.14-SNAPSHOT
-appVersion: 1.14-SNAPSHOT
+version: 1.15-SNAPSHOT
+appVersion: 1.15-SNAPSHOT
icon: https://flink.apache.org/img/logo/png/50/color_50.png
diff --git a/pom.xml b/pom.xml
index c209b275..f3a0a8bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-kubernetes-operator-parent</artifactId>
- <version>1.14-SNAPSHOT</version>
+ <version>1.15-SNAPSHOT</version>
<name>Flink Kubernetes: </name>
<packaging>pom</packaging>