You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mo...@apache.org on 2022/12/07 17:45:46 UTC

[flink-kubernetes-operator] branch release-1.3 created (now 0013be3d)

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

morhidi pushed a change to branch release-1.3
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


      at 0013be3d [release] Update docs config for release branch

This branch includes the following new commits:

     new 0013be3d [release] Update docs config for release branch

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-kubernetes-operator] 01/01: [release] Update docs config for release branch

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

morhidi pushed a commit to branch release-1.3
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 0013be3d2afd649b195d6eb050c9b03c2dc2b1c8
Author: Matyas Orhidi <ma...@apple.com>
AuthorDate: Wed Dec 7 09:19:58 2022 -0800

    [release] Update docs config for release branch
---
 docs/config.toml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 80c6c36f..70f0b94e 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-kubernetes-operator-docs-main'
+baseURL = '//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3'
 languageCode = 'en-us'
 title = 'Apache Flink Kubernetes Operator'
 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 = "1.3-SNAPSHOT"
+  Version = "1.3.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 = "1.3-SNAPSHOT"
+  VersionTitle = "1.3"
 
   # The branch for this version of the Apache Flink Kubernetes Operator
-  Branch = "main"
+  Branch = "release-1.3"
 
   # The github repository for the Apache Flink Kubernetes Operator
   Repo = "//github.com/apache/flink-kubernetes-operator"
@@ -53,13 +53,13 @@ pygmentsUseClasses = true
 
   ProjectHomepage = "//flink.apache.org"
 
-  JavaDocs = "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/api/java/"
+  JavaDocs = "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3/api/java/"
 
   # External links at the bottom
   # of the menu
   MenuLinks = [
     ["Project Homepage", "//flink.apache.org"],
-    ["JavaDocs", "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/api/java/"]
+    ["JavaDocs", "//nightlies.apache.org/flink/flink-kubernetes-operator-docs-1.3/api/java/"]
   ]
 
   PreviousDocs = [