This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 67ab2b9da938a97a0852f45f456554977f69f80c Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Mon Jun 8 12:34:02 2020 +0800 [release] Update downloads and doc links for StateFun 2.1.0 This closes #347. --- _config.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 59d2ac9..0d0eaef 100644 --- a/_config.yml +++ b/_config.yml @@ -17,8 +17,8 @@ FLINK_GITHUB_URL: https://github.com/apache/flink FLINK_CONTRIBUTORS_URL: https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors FLINK_GITHUB_REPO_NAME: flink -FLINK_STATEFUN_VERSION_STABLE: 2.0.0 -FLINK_STATEFUN_STABLE_SHORT: "2.0" +FLINK_STATEFUN_VERSION_STABLE: 2.1.0 +FLINK_STATEFUN_STABLE_SHORT: "2.1" FLINK_STATEFUN_GITHUB_URL: https://github.com/apache/flink-statefun FLINK_GITHUB_REPO_NAME: flink-statefun @@ -148,6 +148,15 @@ flink_releases: flink_statefun_releases: - + version_short: "2.1" + source_release: + name: "Apache Flink Stateful Functions 2.1.0" + id: "210-statefun-download-source" + flink_version: "1.10.1" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-statefun-2.1.0/flink-statefun-2.1.0-src.tgz" + asc_url: "https://downloads.apache.org/flink/flink-statefun-2.1.0/flink-statefun-2.1.0-src.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-statefun-2.1.0/flink-statefun-2.1.0-src.tgz.sha512" + - version_short: "2.0" source_release: name: "Apache Flink Stateful Functions 2.0.0" @@ -404,6 +413,10 @@ release_archive: flink_statefun: - + version_short: 2.1 + version_long: 2.1.0 + release_date: 2020-06-08 + - version_short: 2.0 version_long: 2.0.0 release_date: 2020-04-02 @@ -451,7 +464,7 @@ snapshot: "1.11" docs-stable: "https://ci.apache.org/projects/flink/flink-docs-release-1.10" 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.0" +docs-statefun-stable: "https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1" docs-statefun-snapshot: "https://ci.apache.org/projects/flink/flink-statefun-docs-master" # Used by the gh_link plugin
