Skip to content

Commit

Permalink
release: Bump version to 7.41.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Dec 30, 2021
1 parent 1defabe commit dad711e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ asciidoc:
prod-upstream: Eclipse{nbsp}Che
prod-url: https://che-host:che-port
prod-ver-major: "7"
prod-ver-patch: "7.41.0"
prod-ver-patch: "7.41.1"
prod-ver: "7.41"
prod-workspace: che-ws
prod: 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 dad711e

Please sign in to comment.