This is an automated email from the ASF dual-hosted git repository. lindong pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit eacfcd2d97b7b52592ae9ad45d6d8c7f601e0691 Author: Dong Lin <[email protected]> AuthorDate: Fri Jun 30 08:16:45 2023 +0800 Release Flink ML 2.3.0 --- docs/config.toml | 4 ++-- docs/data/flink_ml.yml | 26 +++++++++++++------------- docs/data/release_archive.yml | 3 +++ docs/layouts/shortcodes/flink_download.html | 6 +++++- 4 files changed, 23 insertions(+), 16 deletions(-) diff --git a/docs/config.toml b/docs/config.toml index cc9f47055..aa0f8eb5a 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -37,8 +37,8 @@ posts = "/:year/:month/:day/:title/" FlinkStableShortVersion = "1.17" StateFunStableVersion = "3.2.0" StateFunStableShortVersion = "3.2" - FlinkMLStableVersion = "2.2.0" - FlinkMLStableShortVersion = "2.2" + FlinkMLStableVersion = "2.3.0" + FlinkMLStableShortVersion = "2.3" FlinkKubernetesOperatorStableVersion = "1.5.0" FlinkKubernetesOperatorStableShortVersion = "1.5" FlinkTableStoreStableVersion = "0.3.0" diff --git a/docs/data/flink_ml.yml b/docs/data/flink_ml.yml index c3f2db1a6..44e949f8e 100644 --- a/docs/data/flink_ml.yml +++ b/docs/data/flink_ml.yml @@ -15,23 +15,23 @@ # specific language governing permissions and limitations # under the License +2.3: + name: "Apache Flink ML 2.3.0" + source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.3.0/flink-ml-2.3.0-src.tgz" + source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.3.0/flink-ml-2.3.0-src.tgz.asc" + source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.3.0/flink-ml-2.3.0-src.tgz.sha512" + python_source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.3.0/apache-flink-ml-2.3.0.tar.gz" + python_source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.3.0/apache-flink-ml-2.3.0.tar.gz.asc" + python_source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.3.0/apache-flink-ml-2.3.0.tar.gz.sha512" + compatibility: ["1.17.*"] + 2.2: name: "Apache Flink ML 2.2.0" source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.2.0/flink-ml-2.2.0-src.tgz" source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.2.0/flink-ml-2.2.0-src.tgz.asc" source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.2.0/flink-ml-2.2.0-src.tgz.sha512" + python_source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.2.0/apache-flink-ml-2.2.0.tar.gz" + python_source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.2.0/apache-flink-ml-2.2.0.tar.gz.asc" + python_source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.2.0/apache-flink-ml-2.2.0.tar.gz.sha512" compatibility: ["1.15.*"] -2.1: - name: "Apache Flink ML 2.1.0" - source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.1.0/flink-ml-2.1.0-src.tgz" - source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.1.0/flink-ml-2.1.0-src.tgz.asc" - source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.1.0/flink-ml-2.1.0-src.tgz.sha512" - compatibility: ["1.15.*"] - -2.0: - name: "Apache Flink ML 2.0.0" - source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-ml-2.0.0/flink-ml-2.0.0-src.tgz" - source_release_asc_url: "https://downloads.apache.org/flink/flink-ml-2.0.0/flink-ml-2.0.0-src.tgz.asc" - source_release_sha512_url: "https://downloads.apache.org/flink/flink-ml-2.0.0/flink-ml-2.0.0-src.tgz.sha512" - compatibility: ["1.14.*"] diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml index 9203e70ad..cb06a99a8 100644 --- a/docs/data/release_archive.yml +++ b/docs/data/release_archive.yml @@ -563,6 +563,9 @@ release_archive: release_date: 2017-07-27 flink_ml: + - version_short: 2.3 + version_long: 2.3.0 + release_date: 2023-07-01 - version_short: 2.2 version_long: 2.2.0 release_date: 2023-04-19 diff --git a/docs/layouts/shortcodes/flink_download.html b/docs/layouts/shortcodes/flink_download.html index c1b076e2f..58ace9f31 100644 --- a/docs/layouts/shortcodes/flink_download.html +++ b/docs/layouts/shortcodes/flink_download.html @@ -32,6 +32,10 @@ Generates the Download page. [{{ .name }} Source Release]({{ .source_release_url }}) [(asc]({{ .source_release_asc_url }}), [sha512)]({{ .source_release_sha512_url }}) +{{ if ne .python_source_release_url nil }} +[{{ .name }} Python Source Release]({{ .python_source_release_url }}) [(asc]({{ .python_source_release_asc_url }}), [sha512)]({{ .python_source_release_sha512_url }}) +{{ end }} + {{ if ne .release_notes_url nil }} #### Release Notes @@ -50,4 +54,4 @@ This component is compatible with Apache Flink version(s): {{else}} -{{ end }} \ No newline at end of file +{{ end }}
