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 5e9a5b83677523939e05d37428a6574eee241504 Author: Tzu-Li (Gordon) Tai <[email protected]> AuthorDate: Wed Nov 4 17:03:46 2020 +0800 Update Downloads page config for StateFun 2.2.1 --- _config.yml | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/_config.yml b/_config.yml index 1258aef..246877c 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ 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.2.0 +FLINK_STATEFUN_VERSION_STABLE: 2.2.1 FLINK_STATEFUN_STABLE_SHORT: "2.2" FLINK_STATEFUN_GITHUB_URL: https://github.com/apache/flink-statefun @@ -134,21 +134,12 @@ flink_statefun_releases: - version_short: "2.2" source_release: - name: "Apache Flink Stateful Functions 2.2.0" - id: "220-statefun-download-source" + name: "Apache Flink Stateful Functions 2.2.1" + id: "221-statefun-download-source" flink_version: "1.11.1" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-statefun-2.2.0/flink-statefun-2.2.0-src.tgz" - asc_url: "https://downloads.apache.org/flink/flink-statefun-2.2.0/flink-statefun-2.2.0-src.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-statefun-2.2.0/flink-statefun-2.2.0-src.tgz.sha512" - - - 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" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-statefun-2.2.1/flink-statefun-2.2.1-src.tgz" + asc_url: "https://downloads.apache.org/flink/flink-statefun-2.2.1/flink-statefun-2.2.1-src.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-statefun-2.2.1/flink-statefun-2.2.1-src.tgz.sha512" component_releases: - @@ -414,8 +405,8 @@ release_archive: flink_statefun: - version_short: 2.2 - version_long: 2.2.0 - release_date: 2020-09-28 + version_long: 2.2.1 + release_date: 2020-11-09 - version_short: 2.1 version_long: 2.1.0
