Skip to content

Commit

Permalink
Release version 7.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov committed Jul 22, 2020
1 parent b102267 commit 56f077f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -592,15 +592,15 @@ che.cors.allow_credentials=false
# which doesn't contain any Che-specific workspace descriptors (like .devfile of .factory.json)
# Multiple plugins must be comma-separated, for example:
# pluginFooPublisher/pluginFooName/pluginFooVersion,pluginBarPublisher/pluginBarName/pluginBarVersion
che.factory.default_editor=eclipse/che-theia/7.16.0
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.16.0
che.factory.default_editor=eclipse/che-theia/7.16.1
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.16.1

### Devfile defaults

# Default Editor that should be provisioned into Devfile if there is no specified Editor
# Format is `editorPublisher/editorName/editorVersion` value.
# `NULL` or absence of value means that default editor should not be provisioned.
che.workspace.devfile.default_editor=eclipse/che-theia/7.16.0
che.workspace.devfile.default_editor=eclipse/che-theia/7.16.1

# Default Plugins which should be provisioned for Default Editor.
# All the plugins from this list that are not explicitly mentioned in the user-defined devfile
Expand All @@ -609,7 +609,7 @@ che.workspace.devfile.default_editor=eclipse/che-theia/7.16.0
# Format is comma-separated `pluginPublisher/pluginName/pluginVersion` values, and URLs. For example:
# eclipse/che-theia-exec-plugin/0.0.1,eclipse/che-theia-terminal-plugin/0.0.1,https://cdn.pluginregistry.com/vi-mode/meta.yaml
# If the plugin is a URL, the plugin's meta.yaml is retrieved from that URL.
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.16.0
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.16.1

# Defines comma-separated list of labels for selecting secrets from a user namespace,
# which will be mount into workspace containers as a files or env variables.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

cheDevfileRegistry:
image: quay.io/eclipse/che-devfile-registry:7.16.0
image: quay.io/eclipse/che-devfile-registry:7.16.1
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image: quay.io/eclipse/che-keycloak:7.16.0
image: quay.io/eclipse/che-keycloak:7.16.1
requireAdminPasswordChange: true
keycloakAdminUserName: admin
keycloakAdminUserPassword: admin
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

chePluginRegistry:
image: quay.io/eclipse/che-plugin-registry:7.16.0
image: quay.io/eclipse/che-plugin-registry:7.16.1
imagePullPolicy: Always
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Default values for postgres.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image: quay.io/eclipse/che-postgres:7.16.0
image: quay.io/eclipse/che-postgres:7.16.1
2 changes: 1 addition & 1 deletion deploy/kubernetes/helm/che/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
cheWorkspaceHttpProxy: ""
cheWorkspaceHttpsProxy: ""
cheWorkspaceNoProxy: ""
cheImage: quay.io/eclipse/che-server:7.16.0
cheImage: quay.io/eclipse/che-server:7.16.1
cheImagePullPolicy: Always
cheKeycloakRealm: "che"
cheKeycloakClientId: "che-public"
Expand Down

0 comments on commit 56f077f

Please sign in to comment.