This is an automated email from the ASF dual-hosted git repository. dianfu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit ed7e081c11a0574549773243e38145aa5874f886 Author: Dian Fu <[email protected]> AuthorDate: Tue Dec 8 15:30:06 2020 +0800 Add download links for the 1.12.0 release --- _config.yml | 42 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 37 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 246877c..2ab4c9d 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.11.2 -FLINK_VERSION_STABLE_SHORT: "1.11" +FLINK_VERSION_STABLE: 1.12.0 +FLINK_VERSION_STABLE_SHORT: "1.12" 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.12" + binary_release: + name: "Apache Flink 1.12.0" + scala_211: + id: "1120-download_211" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz" + asc_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.11.tgz.sha512" + scala_212: + id: "1120-download_212" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.12.tgz" + asc_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.12.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-bin-scala_2.12.tgz.sha512" + source_release: + name: "Apache Flink 1.12.0" + id: "1120-download-source" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-1.12.0/flink-1.12.0-src.tgz" + asc_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-src.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-1.12.0/flink-1.12.0-src.tgz.sha512" + optional_components: + - + name: "Avro SQL Format" + category: "SQL Formats" + scala_dependent: false + id: 1120-sql-format-avro + url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.0/flink-avro-1.12.0.jar + asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.0/flink-avro-1.12.0.jar.asc + sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-avro/1.12.0/flink-avro-1.12.0.jar.sha1 + - version_short: "1.11" binary_release: name: "Apache Flink 1.11.2" @@ -176,6 +205,9 @@ component_releases: release_archive: flink: + - version_short: "1.12" + version_long: 1.12.0 + release_date: 2020-12-08 - version_short: "1.11" version_long: 1.11.2 @@ -456,10 +488,10 @@ release_archive: # Version numbers used in the text for stable and snapshot versions, # e.g. "Documentation for {{ site.stable }". -stable: "1.11" -snapshot: "1.12" +stable: "1.12" +snapshot: "1.13" -docs-stable: "https://ci.apache.org/projects/flink/flink-docs-release-1.11" +docs-stable: "https://ci.apache.org/projects/flink/flink-docs-release-1.12" 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.2"
