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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5540a3d36 Remove kubernetes operator 0.1.0 from downloads page
5540a3d36 is described below

commit 5540a3d36774d5756c2f93007f5c7ddd057eca42
Author: Gyula Fora <[email protected]>
AuthorDate: Sun Jul 24 12:57:30 2022 +0200

    Remove kubernetes operator 0.1.0 from downloads page
---
 _config.yml | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)

diff --git a/_config.yml b/_config.yml
index 7fac3a0c6..aa0233330 100644
--- a/_config.yml
+++ b/_config.yml
@@ -29,8 +29,8 @@ 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.0.1
-FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.0"
+FLINK_KUBERNETES_OPERATOR_VERSION_STABLE: 1.1.0
+FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.1"
 
 FLINK_KUBERNETES_OPERATOR_URL: 
https://github.com/apache/flink-kubernetes-operator
 FLINK_KUBERNETES_OPERATOR_GITHUB_REPO_NAME: flink-kubernetes-operator
@@ -237,22 +237,6 @@ flink_kubernetes_operator_releases:
         url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.0.1/flink-kubernetes-operator-1.0.1-helm.tgz";
         asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.0.1/flink-kubernetes-operator-1.0.1-helm.tgz.asc";
         sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-1.0.1/flink-kubernetes-operator-1.0.1-helm.tgz.sha512";
-  -
-    version_short: "0.1"
-    source_release:
-      name: "Apache Flink Kubernetes Operator 0.1.0"
-      id: "010-kubernetes-operator-download-source"
-      flink_version: "1.14.4"
-      url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-src.tgz";
-      asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-src.tgz.asc";
-      sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-src.tgz.sha512";
-    helm_release:
-      name: "Apache Flink Kubernetes Operator Helm Chart 0.1.0"
-      id: "010-kubernetes-operator-download-helm"
-      flink_version: "1.14.4"
-      url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-helm.tgz";
-      asc_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-helm.tgz.asc";
-      sha512_url: 
"https://downloads.apache.org/flink/flink-kubernetes-operator-0.1.0/flink-kubernetes-operator-0.1.0-helm.tgz.sha512";
 
 flink_table_store_releases:
   -

Reply via email to