This is an automated email from the ASF dual-hosted git repository. trohrmann pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 6be387af554632b855ee1a6e1dea3eabf48fe77f Author: Till Rohrmann <[email protected]> AuthorDate: Tue Jan 25 17:38:21 2022 +0100 [statefun] Update _config.yml to point to Statefun 3.2.0 release --- _config.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/_config.yml b/_config.yml index 0f99553..e9f2ac6 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: 3.1.1 -FLINK_STATEFUN_STABLE_SHORT: "3.1" +FLINK_STATEFUN_VERSION_STABLE: 3.2.0 +FLINK_STATEFUN_STABLE_SHORT: "3.2" FLINK_STATEFUN_GITHUB_URL: https://github.com/apache/flink-statefun FLINK_STATEFUN_GITHUB_REPO_NAME: flink-statefun @@ -148,14 +148,14 @@ flink_releases: flink_statefun_releases: - - version_short: "3.1" + version_short: "3.2" source_release: - name: "Apache Flink Stateful Functions 3.1.1" - id: "311-statefun-download-source" - flink_version: "1.13.5" - url: "https://www.apache.org/dyn/closer.lua/flink/flink-statefun-3.1.1/flink-statefun-3.1.1-src.tgz" - asc_url: "https://downloads.apache.org/flink/flink-statefun-3.1.1/flink-statefun-3.1.1-src.tgz.asc" - sha512_url: "https://downloads.apache.org/flink/flink-statefun-3.1.1/flink-statefun-3.1.1-src.tgz.sha512" + name: "Apache Flink Stateful Functions 3.2.0" + id: "320-statefun-download-source" + flink_version: "1.14.3" + url: "https://www.apache.org/dyn/closer.lua/flink/flink-statefun-3.2.0/flink-statefun-3.2.0-src.tgz" + asc_url: "https://downloads.apache.org/flink/flink-statefun-3.2.0/flink-statefun-3.2.0-src.tgz.asc" + sha512_url: "https://downloads.apache.org/flink/flink-statefun-3.2.0/flink-statefun-3.2.0-src.tgz.sha512" flink_ml_releases: - @@ -199,7 +199,7 @@ component_releases: url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar asc_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar.asc sha_url: https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar.sha1 - + release_archive: flink: @@ -247,11 +247,11 @@ release_archive: version_short: "1.12" version_long: 1.12.4 release_date: 2021-05-21 - - + - version_short: "1.12" version_long: 1.12.3 release_date: 2021-04-29 - - + - version_short: "1.12" version_long: 1.12.2 release_date: 2021-03-03 @@ -507,6 +507,10 @@ release_archive: flink_statefun: - + version_short: 3.2 + version_long: 3.2.0 + release_date: 2022-01-27 + - version_short: 3.1 version_long: 3.1.1 release_date: 2021-12-22 @@ -599,7 +603,7 @@ snapshot: "1.15" docs-stable: "https://nightlies.apache.org/flink/flink-docs-release-1.14" docs-snapshot: "https://nightlies.apache.org/flink/flink-docs-master" -docs-statefun-stable: "https://nightlies.apache.org/flink/flink-statefun-docs-release-3.1" +docs-statefun-stable: "https://nightlies.apache.org/flink/flink-statefun-docs-release-3.2" docs-statefun-snapshot: "https://nightlies.apache.org/flink/flink-statefun-docs-master" # Used by the gh_link plugin
