Skip to content

Commit

Permalink
release: Bump version to 7.42.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Jan 13, 2022
1 parent 1defabe commit aa8a1bc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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&#160;Che
prod2: Eclipse&#160;Che
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<username>`, `<userid>` and `<workspaceid>` placeholders, such as che-workspace-<username>. 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}"]
Expand Down
8 changes: 4 additions & 4 deletions modules/installation-guide/examples/system-variables.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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+`

Expand Down

0 comments on commit aa8a1bc

Please sign in to comment.