This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit b90c9a452afb4514ec6ec28f2834298b75bdd9a3 Author: Chesnay Schepler <[email protected]> AuthorDate: Wed Mar 31 13:57:38 2021 +0200 Add flink-shaded 13.0 --- _config.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 945b9b6..e8305d6 100644 --- a/_config.yml +++ b/_config.yml @@ -172,11 +172,11 @@ flink_statefun_releases: component_releases: - - name: "Apache Flink-shaded 12.0 Source Release" - id: "s120-download-source" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-shaded-12.0/flink-shaded-12.0-src.tgz" - asc_url: "https://downloads.apache.org/flink/flink-shaded-12.0/flink-shaded-12.0-src.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-shaded-12.0/flink-shaded-12.0-src.tgz.sha512" + name: "Apache Flink-shaded 13.0 Source Release" + id: "s130-download-source" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-shaded-13.0/flink-shaded-13.0-src.tgz" + asc_url: "https://downloads.apache.org/flink/flink-shaded-13.0/flink-shaded-13.0-src.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-shaded-13.0/flink-shaded-13.0-src.tgz.sha512" - name: "Pre-bundled Hadoop 2.4.1" id: bundled-hadoop-241-100 @@ -474,6 +474,9 @@ release_archive: flink_shaded: - + version: 13.0 + release_date: 2021-04-06 + - version: 12.0 release_date: 2020-10-09 -
