This is an automated email from the ASF dual-hosted git repository.

leonard pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 3114602c93be0444318df91c514510160e259125
Author: Leonard Xu <xbjt...@gmail.com>
AuthorDate: Fri Mar 10 17:53:28 2023 +0800

    [FLINK-31157] Update website for release 1.17.0
---
 docs/config.toml              |  4 ++--
 docs/data/flink.yml           | 20 ++++++++++----------
 docs/data/release_archive.yml |  4 ++++
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index e4aff95f4..3af07ec24 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -33,8 +33,8 @@ posts = "/:year/:month/:day/:title/"
   # The link to Flink's Jira issues
   FlinkIssuesUrl = "https://issues.apache.org/jira/projects/FLINK/issues/";
 
-  FlinkStableVersion = "1.16.1"
-  FlinkStableShortVersion = "1.16"
+  FlinkStableVersion = "1.17.0"
+  FlinkStableShortVersion = "1.17"
   StateFunStableVersion = "3.2.0"
   StateFunStableShortVersion = "3.2"
   FlinkMLStableVersion = "2.1.0"
diff --git a/docs/data/flink.yml b/docs/data/flink.yml
index 37b3d4d13..35401205e 100644
--- a/docs/data/flink.yml
+++ b/docs/data/flink.yml
@@ -15,6 +15,16 @@
 # specific language governing permissions and limitations
 # under the License
 
+1.17:
+  name: "Apache Flink 1.17.0"
+  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz";
+  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz.asc";
+  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz.sha512";
+  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.17.0/flink-1.17.0-src.tgz";
+  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.17.0/flink-1.17.0-src.tgz.asc";
+  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.17.0/flink-1.17.0-src.tgz.sha512";
+  release_notes_url: 
"https://nightlies.apache.org/flink/flink-docs-release-1.17/release-notes/flink-1.17";
+
 1.16:
   name: "Apache Flink 1.16.1"
   binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.16.1/flink-1.16.1-bin-scala_2.12.tgz";
@@ -24,13 +34,3 @@
   source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.16.1/flink-1.16.1-src.tgz.asc";
   source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.16.1/flink-1.16.1-src.tgz.sha512";
   release_notes_url: 
"https://nightlies.apache.org/flink/flink-docs-release-1.16/release-notes/flink-1.16";
-
-1.15:
-  name: "Apache Flink 1.15.4"
-  binary_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.15.4/flink-1.15.4-bin-scala_2.12.tgz";
-  binary_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.15.4/flink-1.15.4-bin-scala_2.12.tgz.asc";
-  binary_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.15.4/flink-1.15.4-bin-scala_2.12.tgz.sha512";
-  source_release_url: 
"https://www.apache.org/dyn/closer.lua/flink/flink-1.15.4/flink-1.15.4-src.tgz";
-  source_release_asc_url: 
"https://downloads.apache.org/flink/flink-1.15.4/flink-1.15.4-src.tgz.asc";
-  source_release_sha512_url: 
"https://downloads.apache.org/flink/flink-1.15.4/flink-1.15.4-src.tgz.sha512";
-  release_notes_url: 
"https://nightlies.apache.org/flink/flink-docs-release-1.15/release-notes/flink-1.15";
diff --git a/docs/data/release_archive.yml b/docs/data/release_archive.yml
index 918f88b57..de822c3f9 100644
--- a/docs/data/release_archive.yml
+++ b/docs/data/release_archive.yml
@@ -1,5 +1,9 @@
 release_archive:
   flink:
+    -
+      version_short: "1.17"
+      version_long: 1.17.0
+      release_date: 2023-03-09 #FIXME: change to the actual release date 
before merging
     -
       version_short: "1.16"
       version_long: 1.16.1

Reply via email to