Skip to content

Commit

Permalink
chore: Add 7.39.1 plugins in main (#1085)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>

Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
che-bot and mkuznyetsov authored Nov 18, 2021
1 parent 0bd768e commit a95fbe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ editors:
ephemeral: true
- schemaVersion: 2.1.0
metadata:
name: eclipse/che-theia/7.39.0
name: eclipse/che-theia/7.39.1
displayName: theia-ide
description: Eclipse Theia
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
Expand All @@ -190,7 +190,7 @@ editors:
components:
- name: theia-ide
container:
image: "quay.io/eclipse/che-theia:7.39.0"
image: "quay.io/eclipse/che-theia:7.39.1"
env:
- name: THEIA_PLUGINS
value: 'local-dir:///plugins'
Expand Down Expand Up @@ -286,7 +286,7 @@ editors:
volume: {}
- name: che-machine-exec
container:
image: 'quay.io/eclipse/che-machine-exec:7.39.0'
image: 'quay.io/eclipse/che-machine-exec:7.39.1'
command:
- /go/bin/che-machine-exec
- '--url'
Expand All @@ -312,7 +312,7 @@ editors:
app.kubernetes.io/component: remote-runtime-injector
app.kubernetes.io/part-of: che-theia.eclipse.org
container:
image: "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.39.0"
image: "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.39.1"
env:
- name: PLUGIN_REMOTE_ENDPOINT_EXECUTABLE
value: /remote-endpoint/plugin-remote-endpoint
Expand Down
2 changes: 1 addition & 1 deletion tools/build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eclipse-che/plugin-registry-generator",
"version": "7.39.0",
"version": "7.39.1",
"description": "Generator of yaml files exposed by the plug-in registry.",
"main": "lib/entrypoint.js",
"bin": "lib/entrypoint.js",
Expand Down

0 comments on commit a95fbe7

Please sign in to comment.