This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 47d7c2483a417d37f9318c94c87b340da831eec4
Author: Gyula Fora <[email protected]>
AuthorDate: Tue Feb 3 11:05:28 2026 +0100

    Kubernetes Operator 1.14.0
---
 docs/config.toml                        |  4 ++--
 docs/data/flink_kubernetes_operator.yml | 14 +++++++-------
 docs/data/release_archive.yml           |  3 +++
 3 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 746534435a..1efa7c3df2 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -54,8 +54,8 @@ posts = "/:year/:month/:day/:title/"
   FlinkCDCStableShortVersion = "3.5"
   FlinkAgentsStableVersion = "0.2.0"
   FlinkAgentsStableShortVersion = "0.2"
-  FlinkKubernetesOperatorStableVersion = "1.13.0"
-  FlinkKubernetesOperatorStableShortVersion = "1.13"
+  FlinkKubernetesOperatorStableVersion = "1.14.0"
+  FlinkKubernetesOperatorStableShortVersion = "1.14"
   ScalaVersion = "2.12.7"
   ScalaShortVersion = "2.12"
   JavaVersion = "1.8"
diff --git a/docs/data/flink_kubernetes_operator.yml 
b/docs/data/flink_kubernetes_operator.yml
index 510b3b9adf..1e3bb0e55e 100644
--- a/docs/data/flink_kubernetes_operator.yml
+++ b/docs/data/flink_kubernetes_operator.yml
@@ -15,16 +15,16 @@
 # specific language governing permissions and limitations
 # under the License
 
+1.14:
+  name: "Apache Flink Kubernetes Operator 1.14.0"
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.14.0/flink-kubernetes-operator-1.14.0-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.14.0/flink-kubernetes-operator-1.14.0-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.14.0/flink-kubernetes-operator-1.14.0-src.tgz.sha512";
+  compatibility: ["2.1.x", "2.0.x", "1.20.x", "1.19.x"]
+
 1.13:
   name: "Apache Flink Kubernetes Operator 1.13.0"
   source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.13.0/flink-kubernetes-operator-1.13.0-src.tgz";
   source_release_asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.13.0/flink-kubernetes-operator-1.13.0-src.tgz.asc";
   source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.13.0/flink-kubernetes-operator-1.13.0-src.tgz.sha512";
   compatibility: ["2.1.x", "2.0.x", "1.20.x", "1.19.x", "1.18.x", "1.17.x"]
-
-1.12:
-  name: "Apache Flink Kubernetes Operator 1.12.1"
-  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.12.1/flink-kubernetes-operator-1.12.1-src.tgz";
-  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.12.1/flink-kubernetes-operator-1.12.1-src.tgz.asc";
-  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.12.1/flink-kubernetes-operator-1.12.1-src.tgz.sha512";
-  compatibility: ["2.0.x", "1.20.x", "1.19.x", "1.18.x", "1.17.x"]
diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml
index 435e4b002d..a692907969 100644
--- a/docs/data/release_archive.yml
+++ b/docs/data/release_archive.yml
@@ -865,6 +865,9 @@ release_archive:
       release_date: 2021-01-07
 
   flink_kubernetes_operator:
+    - version_short: 1.14
+      version_long: 1.14.0
+      release_date: 2026-02-13    
     - version_short: 1.13
       version_long: 1.13.0
       release_date: 2025-09-29

Reply via email to