This is an automated email from the ASF dual-hosted git repository. mbalassi pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 95c936d2f328181ea75064963ef931c55cf7e925 Author: Matyas Orhidi <[email protected]> AuthorDate: Wed Dec 7 15:49:58 2022 -0800 Kubernetes Operator Release 1.3.0 Closes #593. --- _config.yml | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/_config.yml b/_config.yml index c12226585..77f322b6a 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.2.0 -FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.2" +FLINK_KUBERNETES_OPERATOR_VERSION_STABLE: 1.3.0 +FLINK_KUBERNETES_OPERATOR_STABLE_SHORT: "1.3" FLINK_KUBERNETES_OPERATOR_URL: https://github.com/apache/flink-kubernetes-operator FLINK_KUBERNETES_OPERATOR_GITHUB_REPO_NAME: flink-kubernetes-operator @@ -176,6 +176,23 @@ flink_ml_releases: sha512_url: "https://downloads.apache.org/flink/flink-ml-2.0.0/flink-ml-2.0.0-src.tgz.sha512" flink_kubernetes_operator_releases: + + - + version_short: "1.3" + source_release: + name: "Apache Flink Kubernetes Operator 1.3.0" + 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" + helm_release: + name: "Apache Flink Kubernetes Operator Helm Chart 1.3.0" + 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" - version_short: "1.2" source_release: @@ -192,22 +209,6 @@ flink_kubernetes_operator_releases: url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.2.0/flink-kubernetes-operator-1.2.0-helm.tgz" asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.2.0/flink-kubernetes-operator-1.2.0-helm.tgz.asc" sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.2.0/flink-kubernetes-operator-1.2.0-helm.tgz.sha512" - - - version_short: "1.1" - source_release: - name: "Apache Flink Kubernetes Operator 1.1.0" - id: "110-kubernetes-operator-download-source" - flink_version: "1.15.1, 1.14.5, 1.13.6" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-src.tgz" - asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-src.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-src.tgz.sha512" - helm_release: - name: "Apache Flink Kubernetes Operator Helm Chart 1.1.0" - id: "110-kubernetes-operator-download-helm" - flink_version: "1.15.1, 1.14.5, 1.13.6" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-helm.tgz" - asc_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-helm.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-kubernetes-operator-1.1.0/flink-kubernetes-operator-1.1.0-helm.tgz.sha512" flink_table_store_releases: -
