You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gy...@apache.org on 2023/01/10 14:10:23 UTC

[flink-web] 01/02: Flink Kubernetes Operator 1.3.1

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 95acdbe96af7489ddb2c91400679eaa8dca7a3e3
Author: Gyula Fora <g_...@apple.com>
AuthorDate: Sun Jan 1 18:30:10 2023 +0100

    Flink Kubernetes Operator 1.3.1
---
 _config.yml                                        | 21 +++++-----
 ...2023-01-10-release-kubernetes-operator-1.3.1.md | 45 ++++++++++++++++++++++
 2 files changed, 57 insertions(+), 9 deletions(-)

diff --git a/_config.yml b/_config.yml
index f374cba4a..be9c82f6f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -29,7 +29,7 @@ FLINK_ML_STABLE_SHORT: "2.1"
 FLINK_ML_GITHUB_URL: https://github.com/apache/flink-ml
 FLINK_ML_GITHUB_REPO_NAME: flink-ml
 
-FLINK_KUBERNETES_OPERATOR_VERSION_STABLE: 1.3.0
+FLINK_KUBERNETES_OPERATOR_VERSION_STABLE: 1.3.1
 FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.3"
 
 FLINK_KUBERNETES_OPERATOR_URL: https://github.com/apache/flink-kubernetes-operator
@@ -220,19 +220,19 @@ flink_kubernetes_operator_releases:
   -
       version_short: "1.3"
       source_release:
-        name: "Apache Flink Kubernetes Operator 1.3.0"
+        name: "Apache Flink Kubernetes Operator 1.3.1"
         id: "130-kubernetes-operator-download-source"
         flink_version: "1.16.0, 1.15.3, 1.14.6, 1.13.6"
-        url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-src.tgz"
-        asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-src.tgz.asc"
-        sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-src.tgz.sha512"
+        url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-src.tgz"
+        asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-src.tgz.asc"
+        sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-src.tgz.sha512"
       helm_release:
-        name: "Apache Flink Kubernetes Operator Helm Chart 1.3.0"
+        name: "Apache Flink Kubernetes Operator Helm Chart 1.3.1"
         id: "130-kubernetes-operator-download-helm"
         flink_version: "1.16.0, 1.15.3, 1.14.6, 1.13.6"
-        url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-helm.tgz"
-        asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-helm.tgz.asc"
-        sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.0/flink-kubernetes-operator-1.3.0-helm.tgz.sha512"
+        url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-helm.tgz"
+        asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-helm.tgz.asc"
+        sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.3.1/flink-kubernetes-operator-1.3.1-helm.tgz.sha512"
   -
       version_short: "1.2"
       source_release:
@@ -791,6 +791,9 @@ release_archive:
         release_date: 2021-01-07
 
     flink_kubernetes_operator:
+      - version_short: 1.3
+        version_long: 1.3.1
+        release_date: 2023-01-10
       - version_short: 1.3
         version_long: 1.3.0
         release_date: 2022-12-14
diff --git a/_posts/2023-01-10-release-kubernetes-operator-1.3.1.md b/_posts/2023-01-10-release-kubernetes-operator-1.3.1.md
new file mode 100644
index 000000000..1a339c3dc
--- /dev/null
+++ b/_posts/2023-01-10-release-kubernetes-operator-1.3.1.md
@@ -0,0 +1,45 @@
+---
+layout: post
+title:  "Apache Flink Kubernetes Operator 1.3.1 Release Announcement"
+subtitle: "Lifecycle management for Apache Flink deployments using native Kubernetes tooling"
+date: 2023-01-10T08:00:00.000Z
+categories: news
+authors:
+- gyfora:
+  name: "Gyula Fora"
+  twitter: "GyulaFora"
+---
+The Apache Flink Community is pleased to announce the first bug fix release of the Flink Kubernetes Operator 1.3 series.
+
+The release contains fixes for several critical issues and some major stability improvements for the application upgrade mechanism.
+
+We highly recommend all users to upgrade to Flink Kubernetes Operator 1.3.1.
+
+## Release Notes
+
+### Bug
+ * [FLINK-30329] - flink-kubernetes-operator helm chart does not work with dynamic config because of use of volumeMount subPath
+ * [FLINK-30361] - Cluster deleted and created back while updating replicas
+ * [FLINK-30406] - Jobmanager Deployment error without HA metadata should not lead to unrecoverable error
+ * [FLINK-30437] - State incompatibility issue might cause state loss
+ * [FLINK-30527] - Last-state suspend followed by flinkVersion change may lead to state loss
+ * [FLINK-30528] - Job may be stuck in upgrade loop when last-state fallback is disabled and deployment is missing
+
+### Improvement
+ * [FLINK-28875] - Add FlinkSessionJobControllerTest
+ * [FLINK-30408] - Add unit test for HA metadata check logic
+
+## Release Resources
+The source artifacts and helm chart are available on the Downloads page of the Flink website. You can easily try out the new features shipped in the official 1.3.1 release by adding the Helm chart to your own local registry:
+
+```
+$ helm repo add flink-kubernetes-operator-1.3.1 https://archive.apache.org/dist/flink/flink-kubernetes-operator-1.3.1/
+$ helm install flink-kubernetes-operator flink-kubernetes-operator-1.3.1/flink-kubernetes-operator --set webhook.create=false
+```
+
+You can also find official Kubernetes Operator Docker images of the new version on [Dockerhub](https://hub.docker.com/r/apache/flink-kubernetes-operator).
+
+For more details, check the [updated documentation](https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-release-1.3/) and the release notes. We encourage you to download the release and share your feedback with the community through the Flink mailing lists or JIRA.
+
+## List of Contributors
+Gyula Fora, Andrew Otto, Swathi Chandrashekar, Peter Vary