Skip to content

Commit

Permalink
[release] Add 7.36.2 plugins in main (#1053)
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 committed Sep 23, 2021
1 parent 70c2a38 commit 43cc0a9
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 @@ -166,7 +166,7 @@ editors:
ephemeral: true
- schemaVersion: 2.1.0
metadata:
name: eclipse/che-theia/7.36.1
name: eclipse/che-theia/7.36.2
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 @@ -186,7 +186,7 @@ editors:
components:
- name: theia-ide
container:
image: "quay.io/eclipse/che-theia:7.36.1"
image: "quay.io/eclipse/che-theia:7.36.2"
env:
- name: THEIA_PLUGINS
value: 'local-dir:///plugins'
Expand Down Expand Up @@ -282,7 +282,7 @@ editors:
volume: {}
- name: che-machine-exec
container:
image: 'quay.io/eclipse/che-machine-exec:7.36.1'
image: 'quay.io/eclipse/che-machine-exec:7.36.2'
command:
- /go/bin/che-machine-exec
- '--url'
Expand All @@ -308,7 +308,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.36.1"
image: "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.36.2"
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.36.1",
"version": "7.36.2",
"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 43cc0a9

Please sign in to comment.