You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/01/25 15:16:47 UTC

[flink-statefun] branch release-3.2 created (now 4a7f6ee)

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

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


      at 4a7f6ee  [release] Update the docs/config.toml to point to 3.2.0 release

This branch includes the following new commits:

     new 4a7f6ee  [release] Update the docs/config.toml to point to 3.2.0 release

The 1 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/01: [release] Update the docs/config.toml to point to 3.2.0 release

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

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

commit 4a7f6eef3ba0f9cb07aafa3930ef5b6c7b7d2fb0
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue Jan 25 16:16:08 2022 +0100

    [release] Update the docs/config.toml to point to 3.2.0 release
---
 docs/config.toml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index ac13064..974529a 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-baseURL = '//nightlies.apache.org/flink/flink-statefun-docs-master'
+baseURL = '//nightlies.apache.org/flink/flink-statefun-docs-release-3.2'
 languageCode = "en-us"
 title = "Apache Flink Stateful Functions"
 enableGitInfo = false
@@ -24,7 +24,7 @@ pygmentsUseClasses = true
 [params]
   # Flag whether this is a stable version or not.
   # Used for the quickstart page.
-  IsStable = false
+  IsStable = true
 
   # Flag to indicate whether an outdated warning should be shown.
   ShowOutDatedWarning = false
@@ -34,14 +34,14 @@ pygmentsUseClasses = true
   # 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 = "3.2-SNAPSHOT"
+  Version = "3.2.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
-  VersionTitle = "3.2-SNAPSHOT"
+  VersionTitle = "3.2"
 
   # The branch for this version of Apache Flink Stateful Functions
-  Branch = "master"
+  Branch = "release-3.2"
 
   # The github repository for Apache Flink Stateful Functions
   Repo = "//github.com/apache/flink-statefun"
@@ -57,7 +57,7 @@ pygmentsUseClasses = true
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", "//nightlies.apache.org/flink/flink-statefun-docs-master/api/java/"],
+    ["JavaDocs", "//nightlies.apache.org/flink/flink-statefun-docs-release-3.2/api/java/"],
   ]
 
   PreviousDocs = [