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

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

commit 72e3c27fbd34c432e90049c6f04d795884f58ebf
Author: Piotr Nowojski <piotr.nowoj...@gmail.com>
AuthorDate: Mon Jul 6 09:47:24 2020 +0200

    Add download links for the 1.11.0 release
---
 _config.yml | 43 ++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 38 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index 0d0eaef..027ea88 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,8 +9,8 @@ url: https://flink.apache.org
 
 DOCS_BASE_URL: https://ci.apache.org/projects/flink/
 
-FLINK_VERSION_STABLE: 1.10.1
-FLINK_VERSION_STABLE_SHORT: "1.10"
+FLINK_VERSION_STABLE: 1.11.0
+FLINK_VERSION_STABLE_SHORT: "1.11"
 
 FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK
 FLINK_GITHUB_URL: https://github.com/apache/flink
@@ -56,6 +56,35 @@ FLINK_GITHUB_REPO_NAME: flink-statefun
 
 flink_releases:
   -
+      version_short: "1.11"
+      binary_release:
+          name: "Apache Flink 1.11.0"
+          scala_211:
+              id: "1110-download_211"
+              url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.11.tgz";
+              asc_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.11.tgz.asc";
+              sha512_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.11.tgz.sha512";
+          scala_212:
+              id: "1110-download_212"
+              url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.12.tgz";
+              asc_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.12.tgz.asc";
+              sha512_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-bin-scala_2.12.tgz.sha512";
+      source_release:
+          name: "Apache Flink 1.11.0"
+          id: "1110-download-source"
+          url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.11.0/flink-1.11.0-src.tgz";
+          asc_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-src.tgz.asc";
+          sha512_url: 
"https://downloads.apache.org/flink/flink-1.11.0/flink-1.11.0-src.tgz.sha512";
+      optional_components:
+        -
+          name: "Avro SQL Format"
+          category: "SQL Formats"
+          scala_dependent: false
+          id: 1110-sql-format-avro
+          url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.0/flink-avro-1.11.0.jar
+          asc_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.0/flink-avro-1.11.0.jar.asc
+          sha_url: 
https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.11.0/flink-avro-1.11.0.jar.sha1
+  -
       version_short: "1.10"
       binary_release:
           name: "Apache Flink 1.10.1"
@@ -202,6 +231,10 @@ component_releases:
 release_archive:
     flink:
       -
+        version_short: "1.11"
+        version_long: 1.11.0
+        release_date: 2020-07-06
+      -
         version_short: "1.10"
         version_long: 1.10.1
         release_date: 2020-05-12
@@ -458,10 +491,10 @@ release_archive:
 
 # Version numbers used in the text for stable and snapshot versions,
 # e.g. "Documentation for {{ site.stable }".
-stable: "1.10"
-snapshot: "1.11"
+stable: "1.11"
+snapshot: "1.12"
 
-docs-stable: "https://ci.apache.org/projects/flink/flink-docs-release-1.10";
+docs-stable: "https://ci.apache.org/projects/flink/flink-docs-release-1.11";
 docs-snapshot: "https://ci.apache.org/projects/flink/flink-docs-master";
 
 docs-statefun-stable: 
"https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1";

Reply via email to