From 05d466777871ff2b54dc5c47cbd4db4b56e85d31 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 18 Dec 2019 13:13:51 +0100 Subject: [PATCH 1/4] che #15504 Bumping VERSION file to 7.6.0 Signed-off-by: Ilya Buziuk --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index ecb21862b1..93c8ddab9f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.6.0-SNAPSHOT +7.6.0 From cedc60fba7d90906e3478c619a4a8f46f7a9a46e Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 18 Dec 2019 13:18:53 +0100 Subject: [PATCH 2/4] che #15504 Adding 7.6.0 versions of che-machine-exec and che-theia and updating the latest.txt of those plugins accrordingly Signed-off-by: Ilya Buziuk --- .../che-machine-exec-plugin/7.6.0/meta.yaml | 29 +++++++ .../che-machine-exec-plugin/latest.txt | 2 +- v3/plugins/eclipse/che-theia/7.6.0/meta.yaml | 81 +++++++++++++++++++ v3/plugins/eclipse/che-theia/latest.txt | 2 +- 4 files changed, 112 insertions(+), 2 deletions(-) create mode 100644 v3/plugins/eclipse/che-machine-exec-plugin/7.6.0/meta.yaml create mode 100644 v3/plugins/eclipse/che-theia/7.6.0/meta.yaml diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.6.0/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.6.0/meta.yaml new file mode 100644 index 0000000000..765007ba60 --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.6.0/meta.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +publisher: eclipse +name: che-machine-exec-plugin +version: 7.6.0 +type: Che Plugin +displayName: Che machine-exec Service +title: Che machine-exec Service Plugin +description: Che Plug-in with che-machine-exec service to provide creation terminal + or tasks for Eclipse CHE workspace containers. +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/eclipse/che-machine-exec/ +firstPublicationDate: "2019-12-18" +category: Other +spec: + endpoints: + - name: "che-machine-exec" + public: true + targetPort: 4444 + attributes: + protocol: ws + type: terminal + discoverable: false + secure: true + cookiesAuthEnabled: true + containers: + - name: che-machine-exec + image: "quay.io/eclipse/che-machine-exec:7.6.0" + ports: + - exposedPort: 4444 diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt index a5f017a0a3..93c8ddab9f 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt @@ -1 +1 @@ -7.5.1 +7.6.0 diff --git a/v3/plugins/eclipse/che-theia/7.6.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.6.0/meta.yaml new file mode 100644 index 0000000000..c7dc735b3d --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.6.0/meta.yaml @@ -0,0 +1,81 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.6.0 +type: Che Editor +displayName: theia-ide +title: Eclipse Theia for Eclipse Che +description: Eclipse Theia +icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true +category: Editor +repository: https://github.com/eclipse/che-theia +firstPublicationDate: "2019-12-18" +spec: + endpoints: + - name: "theia" + public: true + targetPort: 3100 + attributes: + protocol: http + type: ide + secure: true + cookiesAuthEnabled: true + discoverable: false + - name: "theia-dev" + public: true + targetPort: 3130 + attributes: + protocol: http + type: ide-dev + discoverable: false + - name: "theia-redirect-1" + public: true + targetPort: 13131 + attributes: + protocol: http + discoverable: false + - name: "theia-redirect-2" + public: true + targetPort: 13132 + attributes: + protocol: http + discoverable: false + - name: "theia-redirect-3" + public: true + targetPort: 13133 + attributes: + protocol: http + discoverable: false + containers: + - name: theia-ide + image: "quay.io/eclipse/che-theia:7.6.0" + env: + - name: THEIA_PLUGINS + value: local-dir:///plugins + - name: HOSTED_PLUGIN_HOSTNAME + value: 0.0.0.0 + - name: HOSTED_PLUGIN_PORT + value: "3130" + volumes: + - mountPath: "/plugins" + name: plugins + mountSources: true + ports: + - exposedPort: 3100 + - exposedPort: 3130 + - exposedPort: 13131 + - exposedPort: 13132 + - exposedPort: 13133 + memoryLimit: "512M" + initContainers: + - name: remote-runtime-injector + image: "quay.io/eclipse/che-theia-endpoint-runtime-binary:7.6.0" + volumes: + - mountPath: "/remote-endpoint" + name: remote-endpoint + ephemeral: true + env: + - name: PLUGIN_REMOTE_ENDPOINT_EXECUTABLE + value: /remote-endpoint/plugin-remote-endpoint + - name: REMOTE_ENDPOINT_VOLUME_NAME + value: remote-endpoint diff --git a/v3/plugins/eclipse/che-theia/latest.txt b/v3/plugins/eclipse/che-theia/latest.txt index a5f017a0a3..93c8ddab9f 100644 --- a/v3/plugins/eclipse/che-theia/latest.txt +++ b/v3/plugins/eclipse/che-theia/latest.txt @@ -1 +1 @@ -7.5.1 +7.6.0 From de2be412dc8e592f4511f763ebc6041051059279 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 18 Dec 2019 13:27:12 +0100 Subject: [PATCH 3/4] che #15504 Setting '7.6.0' version for container runtime images of the che remote plugins Signed-off-by: Ilya Buziuk --- v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml | 2 +- v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml | 2 +- v3/plugins/che-incubator/theia-dev/0.0.1/meta.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml b/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml index 85e41c6a94..e96038ca37 100644 --- a/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml +++ b/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml @@ -11,7 +11,7 @@ repository: https://github.com/eclipse/che-che4z-lsp-for-cobol category: Language spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:next + - image: eclipse/che-remote-plugin-runner-java8:7.6.0 memoryLimit: 512Mi extensions: - https://github.com/eclipse/che-che4z-lsp-for-cobol/releases/download/0.9.1/cobol-language-support-0.9.1.vsix diff --git a/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml b/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml index af8a4aaf8e..bc149857e1 100644 --- a/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml +++ b/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml @@ -11,7 +11,7 @@ repository: https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mai category: Debugger spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:next + - image: eclipse/che-remote-plugin-runner-java8:7.6.0 memoryLimit: 512Mi extensions: - https://github.com/eclipse/che-che4z/releases/download/1.1.0/debugger-for-mainframe-1.0.0.vsix diff --git a/v3/plugins/che-incubator/theia-dev/0.0.1/meta.yaml b/v3/plugins/che-incubator/theia-dev/0.0.1/meta.yaml index 6ca3165a1d..a67a10b9e2 100644 --- a/v3/plugins/che-incubator/theia-dev/0.0.1/meta.yaml +++ b/v3/plugins/che-incubator/theia-dev/0.0.1/meta.yaml @@ -19,7 +19,7 @@ spec: protocol: http containers: - name: theia-dev - image: "quay.io/eclipse/che-theia-dev:next" + image: "quay.io/eclipse/che-theia-dev:7.6.0" commands: - name: uname workingDir: "$(project)" From 6295a7130aed666720dc9761f7aa53213dc999b2 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Wed, 18 Dec 2019 13:46:02 +0100 Subject: [PATCH 4/4] Update v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml Update v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml Co-Authored-By: Florent BENOIT Signed-off-by: Ilya Buziuk --- v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml | 2 +- v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml b/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml index e96038ca37..7e1856bedb 100644 --- a/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml +++ b/v3/plugins/broadcommfd/cobol-language-support/0.9.1/meta.yaml @@ -11,7 +11,7 @@ repository: https://github.com/eclipse/che-che4z-lsp-for-cobol category: Language spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:7.6.0 + - image: quay.io/eclipse/che-sidecar-java:8-0cfbacb memoryLimit: 512Mi extensions: - https://github.com/eclipse/che-che4z-lsp-for-cobol/releases/download/0.9.1/cobol-language-support-0.9.1.vsix diff --git a/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml b/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml index bc149857e1..ad12b798a5 100644 --- a/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml +++ b/v3/plugins/broadcommfd/debugger-for-mainframe/1.0.0/meta.yaml @@ -11,7 +11,7 @@ repository: https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mai category: Debugger spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:7.6.0 + - image: quay.io/eclipse/che-sidecar-java:8-0cfbacb memoryLimit: 512Mi extensions: - https://github.com/eclipse/che-che4z/releases/download/1.1.0/debugger-for-mainframe-1.0.0.vsix