From aa8a1bc672e8e78b124dc4c5a7b69975e79bef56 Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Thu, 13 Jan 2022 21:40:39 +0000 Subject: [PATCH] release: Bump version to 7.42.0 Signed-off-by: Mykhailo Kuznietsov --- antora.yml | 6 +++--- .../examples/checluster-properties.adoc | 1 + modules/installation-guide/examples/system-variables.adoc | 8 ++++---- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/antora.yml b/antora.yml index af0b3aad2e..d2d9503636 100644 --- a/antora.yml +++ b/antora.yml @@ -93,13 +93,13 @@ asciidoc: prod-operator-image-name: che-operator prod-operator: che-operator prod-prev-ver-major: "6" - prod-prev-ver: "7.40" + prod-prev-ver: "7.41" prod-short: Che prod-upstream: Eclipse{nbsp}Che prod-url: https://che-host:che-port prod-ver-major: "7" - prod-ver-patch: "7.41.0" - prod-ver: "7.41" + prod-ver-patch: "7.42.0" + prod-ver: "7.42" prod-workspace: che-ws prod: Eclipse Che prod2: Eclipse Che diff --git a/modules/installation-guide/examples/checluster-properties.adoc b/modules/installation-guide/examples/checluster-properties.adoc index 5bedbe68a7..c3427d3401 100644 --- a/modules/installation-guide/examples/checluster-properties.adoc +++ b/modules/installation-guide/examples/checluster-properties.adoc @@ -72,6 +72,7 @@ singleHostGatewayImage: The image used for the gateway in the single host mode. tlsSupport: Deprecated. Instructs the Operator to deploy Che in TLS mode. This is enabled by default. Disabling TLS sometimes cause malfunction of some Che components. useInternalClusterSVCNames: Deprecated in favor of `disableInternalClusterSVCNames`. workspaceNamespaceDefault: Defines Kubernetes default namespace in which user's workspaces are created for a case when a user does not override it. It's possible to use ``, `` and `` placeholders, such as che-workspace-. In that case, a new namespace will be created for each user or workspace. +workspacesDefaultPlugins: Default plug-ins applied to Devworkspaces. :=== [id="checluster-custom-resource-database-settings_{context}"] diff --git a/modules/installation-guide/examples/system-variables.adoc b/modules/installation-guide/examples/system-variables.adoc index b2bdca34f8..c9298ae1ba 100644 --- a/modules/installation-guide/examples/system-variables.adoc +++ b/modules/installation-guide/examples/system-variables.adoc @@ -387,18 +387,18 @@ Default::: empty ''' -== `+CHE_OAUTH_GITHUB_CLIENTID+` +== `+CHE_OAUTH2_GITHUB_CLIENTID__FILEPATH+` -Configuration of GitHub OAuth client. You can setup GitHub OAuth to automate authentication to remote repositories. You need to first register this application with GitHub OAuth. GitHub OAuth client ID. +Configuration of GitHub OAuth2 client. Used to obtain Personal access tokens. Location of the file with GitHub client id. Default::: `+NULL+` ''' -== `+CHE_OAUTH_GITHUB_CLIENTSECRET+` +== `+CHE_OAUTH2_GITHUB_CLIENTSECRET__FILEPATH+` -GitHub OAuth client secret. +Location of the file with GitHub client secret. Default::: `+NULL+`