diff --git a/Dockerfile b/Dockerfile
index 1f55e5acd5..938214c25d 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.10-SNAPSHOT
+ENV OPERATOR_VERSION=1.10.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 b8407eb77a..5e6b62d9ec 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -38,7 +38,7 @@ pygmentsUseClasses = true
# 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.10"
+ VersionTitle = "1.10.0"
# The branch for this version of the Apache Flink Kubernetes Operator
Branch = "release-1.10"
diff --git a/examples/autoscaling/pom.xml b/examples/autoscaling/pom.xml
index 8fc8eade82..8002e4d249 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.10-SNAPSHOT
+ 1.10.0
../..
diff --git a/examples/flink-beam-example/pom.xml b/examples/flink-beam-example/pom.xml
index fef76af45f..a86f27e1c0 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.10-SNAPSHOT
+ 1.10.0
../..
diff --git a/examples/flink-sql-runner-example/pom.xml b/examples/flink-sql-runner-example/pom.xml
index 16d0c10811..b087dcf50e 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.10-SNAPSHOT
+ 1.10.0
../..
diff --git a/examples/kubernetes-client-examples/pom.xml b/examples/kubernetes-client-examples/pom.xml
index 6292b0b017..6b4a2f8933 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.10-SNAPSHOT
+ 1.10.0
../..
@@ -40,7 +40,7 @@ under the License.
org.apache.flink
flink-kubernetes-operator
- 1.10-SNAPSHOT
+ 1.10.0
compile
diff --git a/flink-autoscaler-plugin-jdbc/pom.xml b/flink-autoscaler-plugin-jdbc/pom.xml
index 68692ab9b0..6958cf41ee 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-autoscaler-standalone/pom.xml b/flink-autoscaler-standalone/pom.xml
index 00ab3cff3a..03e4e9e95a 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-autoscaler/pom.xml b/flink-autoscaler/pom.xml
index 770632e41b..c3eaa0c9f4 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-kubernetes-docs/pom.xml b/flink-kubernetes-docs/pom.xml
index 656a3bf33d..842173a1e2 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-kubernetes-operator-api/pom.xml b/flink-kubernetes-operator-api/pom.xml
index 5e5a3ae236..6d7265bc03 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-kubernetes-operator/pom.xml b/flink-kubernetes-operator/pom.xml
index ad0b2c2fc8..c2c28c7e58 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-kubernetes-standalone/pom.xml b/flink-kubernetes-standalone/pom.xml
index 73ae7fbf07..31bae926a6 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml
index fdb7b76dc3..c173678474 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.10-SNAPSHOT
+ 1.10.0
..
diff --git a/helm/flink-kubernetes-operator/Chart.yaml b/helm/flink-kubernetes-operator/Chart.yaml
index ab4cb28b0e..d96c97cd65 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.10-SNAPSHOT
-appVersion: 1.10-SNAPSHOT
+version: 1.10.0
+appVersion: 1.10.0
icon: https://flink.apache.org/img/logo/png/50/color_50.png
diff --git a/pom.xml b/pom.xml
index c9826cba9e..11cc28b6be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
org.apache.flink
flink-kubernetes-operator-parent
- 1.10-SNAPSHOT
+ 1.10.0
Flink Kubernetes:
pom