This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch release-1.1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/release-1.1 by this push:
new bf778ebd [doc] Update doc config for 1.1.0
bf778ebd is described below
commit bf778ebd8840e789eedde50e1f4527ecacdf060a
Author: Gyula Fora <[email protected]>
AuthorDate: Wed Jul 20 10:58:34 2022 +0200
[doc] Update doc config for 1.1.0
---
docs/config.toml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/config.toml b/docs/config.toml
index 0e9692f0..319628a0 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-release-1.1'
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.1-SNAPSHOT"
+ Version = "1.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
- VersionTitle = "1.1-SNAPSHOT"
+ VersionTitle = "1.1"
# The branch for this version of the Apache Flink Kubernetes Operator
- Branch = "main"
+ Branch = "release-1.1"
# The github repository for the Apache Flink Kubernetes Operator
Repo = "//github.com/apache/flink-kubernetes-operator"