Skip to content

Commit

Permalink
chore: release: bump to 7.51.0-SNAPSHOT in main (#1323)
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 Jul 1, 2022
1 parent 2da0d78 commit b63744d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.50.0-SNAPSHOT
7.51.0-SNAPSHOT
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.49.0
name: eclipse/che-theia/7.50.0
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.49.0"
image: "quay.io/eclipse/che-theia:7.50.0"
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.49.0'
image: 'quay.io/eclipse/che-machine-exec:7.50.0'
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.49.0"
image: "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.50.0"
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.49.0",
"version": "7.50.0",
"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 b63744d

Please sign in to comment.