[release] Update version to 1.7.0
diff --git a/Dockerfile b/Dockerfile index 0d98ec1..82f44de 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -36,7 +36,7 @@ FROM eclipse-temurin:11-jre-jammy ENV FLINK_HOME=/opt/flink ENV FLINK_PLUGINS_DIR=$FLINK_HOME/plugins -ENV OPERATOR_VERSION=1.7-SNAPSHOT +ENV OPERATOR_VERSION=1.7.0 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 7d46ead..fcaa919 100644 --- a/docs/config.toml +++ b/docs/config.toml
@@ -38,7 +38,7 @@ # 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.7" + VersionTitle = "1.7.0" # The branch for this version of the Apache Flink Kubernetes Operator Branch = "release-1.7"
diff --git a/examples/autoscaling/pom.xml b/examples/autoscaling/pom.xml index f4bea0a..90b878a 100644 --- a/examples/autoscaling/pom.xml +++ b/examples/autoscaling/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../..</relativePath> </parent>
diff --git a/examples/flink-beam-example/pom.xml b/examples/flink-beam-example/pom.xml index b215f2d..25c2234 100644 --- a/examples/flink-beam-example/pom.xml +++ b/examples/flink-beam-example/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../..</relativePath> </parent>
diff --git a/examples/flink-sql-runner-example/pom.xml b/examples/flink-sql-runner-example/pom.xml index e448505..940cef8 100644 --- a/examples/flink-sql-runner-example/pom.xml +++ b/examples/flink-sql-runner-example/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../..</relativePath> </parent>
diff --git a/examples/kubernetes-client-examples/pom.xml b/examples/kubernetes-client-examples/pom.xml index d2de74e..93af44e 100644 --- a/examples/kubernetes-client-examples/pom.xml +++ b/examples/kubernetes-client-examples/pom.xml
@@ -24,7 +24,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../..</relativePath> </parent> @@ -40,7 +40,7 @@ <dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <scope>compile</scope> </dependency> </dependencies>
diff --git a/flink-autoscaler-standalone/pom.xml b/flink-autoscaler-standalone/pom.xml index 5e572d1..1ac6339 100644 --- a/flink-autoscaler-standalone/pom.xml +++ b/flink-autoscaler-standalone/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-autoscaler/pom.xml b/flink-autoscaler/pom.xml index 584b175..0795c33 100644 --- a/flink-autoscaler/pom.xml +++ b/flink-autoscaler/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-kubernetes-docs/pom.xml b/flink-kubernetes-docs/pom.xml index 54957c1..d6a3ab4 100644 --- a/flink-kubernetes-docs/pom.xml +++ b/flink-kubernetes-docs/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-kubernetes-operator-api/pom.xml b/flink-kubernetes-operator-api/pom.xml index 12a0c1d..2a20170 100644 --- a/flink-kubernetes-operator-api/pom.xml +++ b/flink-kubernetes-operator-api/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-kubernetes-operator/pom.xml b/flink-kubernetes-operator/pom.xml index ee877b3..021e9b0 100644 --- a/flink-kubernetes-operator/pom.xml +++ b/flink-kubernetes-operator/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-kubernetes-standalone/pom.xml b/flink-kubernetes-standalone/pom.xml index ebdc41e..8d8d014 100644 --- a/flink-kubernetes-standalone/pom.xml +++ b/flink-kubernetes-standalone/pom.xml
@@ -24,7 +24,7 @@ <parent> <artifactId>flink-kubernetes-operator-parent</artifactId> <groupId>org.apache.flink</groupId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml index 53b6e40..2afe406 100644 --- a/flink-kubernetes-webhook/pom.xml +++ b/flink-kubernetes-webhook/pom.xml
@@ -23,7 +23,7 @@ <parent> <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>..</relativePath> </parent>
diff --git a/helm/flink-kubernetes-operator/Chart.yaml b/helm/flink-kubernetes-operator/Chart.yaml index 6661b4a..47b7832 100644 --- a/helm/flink-kubernetes-operator/Chart.yaml +++ b/helm/flink-kubernetes-operator/Chart.yaml
@@ -21,6 +21,6 @@ name: flink-kubernetes-operator description: A Helm chart for the Apache Flink Kubernetes Operator type: application -version: 1.7-SNAPSHOT -appVersion: 1.7-SNAPSHOT +version: 1.7.0 +appVersion: 1.7.0 icon: https://flink.apache.org/img/logo/png/50/color_50.png
diff --git a/pom.xml b/pom.xml index f02e108..d4783c2 100644 --- a/pom.xml +++ b/pom.xml
@@ -29,7 +29,7 @@ <groupId>org.apache.flink</groupId> <artifactId>flink-kubernetes-operator-parent</artifactId> - <version>1.7-SNAPSHOT</version> + <version>1.7.0</version> <name>Flink Kubernetes: </name> <packaging>pom</packaging>