Skip to content

Commit

Permalink
chore: release: bump to 7.80.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 Dec 21, 2023
1 parent 95dc954 commit efed10b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.79.0-SNAPSHOT
7.80.0-SNAPSHOT
16 changes: 7 additions & 9 deletions che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,13 +238,13 @@ editors:
volume: {}
- schemaVersion: 2.1.0
metadata:
name: che-incubator/che-code/7.78.0
name: che-incubator/che-code/7.79.0
displayName: VS Code - Open Source
description: Microsoft Visual Studio Code - Open Source IDE for Eclipse Che
icon: https://raw.githubusercontent.com/che-incubator/che-code/main/code/resources/server/code-512.png?sanitize=true
attributes:
publisher: che-incubator
version: 7.78.0
version: 7.79.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 @@ -266,7 +266,7 @@ editors:
components:
- name: che-code-injector
container:
image: 'quay.io/che-incubator/che-code:7.78.0'
image: 'quay.io/che-incubator/che-code:7.79.0'
command: ["/entrypoint-init-container.sh"]
volumeMounts:
- name: checode
Expand Down Expand Up @@ -767,7 +767,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 All @@ -777,7 +778,6 @@ editors:
- name: idea-server
volume: {}
- name: editor-injector
# injects the IDEA dev server into the shared volume
container:
image: 'quay.io/che-incubator/che-idea-dev-server:next'
command: ["/entrypoint-init-container.sh"]
Expand All @@ -789,7 +789,6 @@ editors:
cpuLimit: 500m
cpuRequest: 30m
- name: editor-runtime
# defines the editor-specific parameters for a runtime container
container:
image: 'quay.io/devfile/universal-developer-image:latest'
memoryLimit: 6144Mi
Expand Down Expand Up @@ -834,7 +833,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 All @@ -844,7 +844,6 @@ editors:
- name: idea-server
volume: {}
- name: editor-injector
# injects the IDEA dev server into the shared volume
container:
image: 'quay.io/che-incubator/che-idea-dev-server:latest'
command: ["/entrypoint-init-container.sh"]
Expand All @@ -856,7 +855,6 @@ editors:
cpuLimit: 500m
cpuRequest: 30m
- name: editor-runtime
# defines the editor-specific parameters for a runtime container
container:
image: 'quay.io/devfile/universal-developer-image:latest'
memoryLimit: 6144Mi
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.78.0",
"version": "7.79.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 efed10b

Please sign in to comment.