You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/28 11:56:21 UTC

[flink-statefun] branch release-2.1 created (now 90e16b1)

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

tzulitai pushed a change to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git.


      at 90e16b1  [hotfix] [docs] Incorrect Flink version in docs config

This branch includes the following new commits:

     new 431d60c  [release] Update docs/_config.yml for 2.1.x series
     new 90e16b1  [hotfix] [docs] Incorrect Flink version in docs config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[flink-statefun] 01/02: [release] Update docs/_config.yml for 2.1.x series

Posted by tz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 431d60c5f6cf79a164bd5702e23b045be67ce83a
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu May 28 19:51:31 2020 +0800

    [release] Update docs/_config.yml for 2.1.x series
---
 docs/_config.yml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 31d4852..92946bc 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -27,14 +27,14 @@
 # we change the version for the complete docs when forking of a release branch
 # etc.
 # The full version string as referenced in Maven (e.g. 1.2.1)
-version: "2.1-SNAPSHOT"
+version: "2.1.0"
 # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
 # release this should be the same as the regular version
-version_title: "2.1-SNAPSHOT"
+version_title: "2.1"
 # The Flink version supported by this version of Stateful Functions
 flink_version: "1.10.0"
 # Branch on Github for this version
-github_branch: "master"
+github_branch: "release-2.1"
 
 # Plain Scala version is needed for e.g. the Gradle quickstart.
 scala_version: "2.11"
@@ -53,19 +53,20 @@ github_url: "https://github.com/apache/flink-statefun"
 download_url: "https://flink.apache.org/downloads.html"
 
 # please use a protocol relative URL here
-baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-master
+baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-release-2.1
 stable_baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-stable
 
-javadocs_baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-master/
+javadocs_baseurl: //ci.apache.org/projects/flink/flink-statefun-docs-release-2.1/
 
 # Flag whether this is a stable version or not. Used for the quickstart page.
-is_stable: false
+is_stable: true
 
 # Flag to indicate whether an outdated warning should be shown.
 show_outdated_warning: false
 
 previous_docs:
   2.0: https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.0
+  2.1: https://ci.apache.org/projects/flink/flink-statefun-docs-release-2.1
 
 #------------------------------------------------------------------------------
 # BUILD CONFIG


[flink-statefun] 02/02: [hotfix] [docs] Incorrect Flink version in docs config

Posted by tz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch release-2.1
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git

commit 90e16b1c5e485ae51aa0e2d1a3ed639778179f09
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Thu May 28 19:52:06 2020 +0800

    [hotfix] [docs] Incorrect Flink version in docs config
---
 docs/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 92946bc..4dabe6d 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -32,7 +32,7 @@ version: "2.1.0"
 # release this should be the same as the regular version
 version_title: "2.1"
 # The Flink version supported by this version of Stateful Functions
-flink_version: "1.10.0"
+flink_version: "1.10.1"
 # Branch on Github for this version
 github_branch: "release-2.1"