Skip to content

Commit

Permalink
chore: release: bump to 7.83.0-SNAPSHOT in main
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov committed Feb 21, 2024
1 parent 38099de commit 272ab37
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.82.0-SNAPSHOT
7.83.0-SNAPSHOT
30 changes: 19 additions & 11 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ editors:
- id: init-che-code-command
exec:
component: che-code-runtime-description
commandLine: nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt 2>&1 &
commandLine: nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand Down Expand Up @@ -233,13 +234,13 @@ editors:
volume: {}
- schemaVersion: 2.2.2
metadata:
name: che-incubator/che-code/7.81.0
name: che-incubator/che-code/7.82.0
displayName: VS Code - Open Source
description: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
icon: /images/vscode.svg
attributes:
publisher: che-incubator
version: 7.81.0
version: 7.82.0
title: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
repository: https://github.com/che-incubator/che-code
firstPublicationDate: '2021-10-31'
Expand All @@ -250,7 +251,8 @@ editors:
- id: init-che-code-command
exec:
component: che-code-runtime-description
commandLine: nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt 2>&1 &
commandLine: nohup /checode/entrypoint-volume.sh > /checode/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand All @@ -259,7 +261,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'quay.io/che-incubator/che-code:7.81.0'
image: 'quay.io/che-incubator/che-code:7.82.0'
command:
- /entrypoint-init-container.sh
volumeMounts:
Expand Down Expand Up @@ -336,7 +338,8 @@ editors:
- id: init-che-idea-command
exec:
component: che-idea-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt 2>&1 &
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand Down Expand Up @@ -441,7 +444,8 @@ editors:
- id: init-che-idea-command
exec:
component: che-idea-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt 2>&1 &
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand Down Expand Up @@ -546,7 +550,8 @@ editors:
- id: init-che-pycharm-command
exec:
component: che-pycharm-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt 2>&1 &
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand Down Expand Up @@ -651,7 +656,8 @@ editors:
- id: init-che-pycharm-command
exec:
component: che-pycharm-runtime-description
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt 2>&1 &
commandLine: nohup /projector/entrypoint-volume.sh > /projector/entrypoint-logs.txt
2>&1 &
events:
preStart:
- init-container-command
Expand Down Expand Up @@ -756,7 +762,8 @@ editors:
- id: start-idea-server
exec:
component: editor-runtime
commandLine: nohup /idea-server/entrypoint-volume.sh > /idea-server/std.out 2>&1 &
commandLine: nohup /idea-server/entrypoint-volume.sh > /idea-server/std.out
2>&1 &
events:
preStart:
- inject-editor
Expand Down Expand Up @@ -821,7 +828,8 @@ editors:
- id: start-idea-server
exec:
component: editor-runtime
commandLine: nohup /idea-server/entrypoint-volume.sh > /idea-server/std.out 2>&1 &
commandLine: nohup /idea-server/entrypoint-volume.sh > /idea-server/std.out
2>&1 &
events:
preStart:
- inject-editor
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.81.0",
"version": "7.82.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 272ab37

Please sign in to comment.