From 808b9e3279a9ce287231f3ded629a49d65d823e0 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Wed, 11 Nov 2020 17:54:32 +0100 Subject: [PATCH] [release] Add 7.21.2 plugins in master (#686) Signed-off-by: Mykhailo Kuznietsov Co-authored-by: Mykhailo Kuznietsov --- .../che-machine-exec-plugin/7.21.2/meta.yaml | 30 ++++++ .../che-machine-exec-plugin/latest.txt | 2 +- v3/plugins/eclipse/che-theia/7.21.2/meta.yaml | 93 +++++++++++++++++++ v3/plugins/eclipse/che-theia/latest.txt | 2 +- 4 files changed, 125 insertions(+), 2 deletions(-) create mode 100644 v3/plugins/eclipse/che-machine-exec-plugin/7.21.2/meta.yaml create mode 100644 v3/plugins/eclipse/che-theia/7.21.2/meta.yaml diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.21.2/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.21.2/meta.yaml new file mode 100644 index 0000000000..62a7da1c6a --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.21.2/meta.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +publisher: eclipse +name: che-machine-exec-plugin +version: 7.21.2 +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://raw.githubusercontent.com/eclipse/che-plugin-registry/master/v3/images/eclipse-che-logo.png +repository: https://github.com/eclipse/che-machine-exec/ +firstPublicationDate: "2020-11-11" +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.21.2" + ports: + - exposedPort: 4444 + command: ['/go/bin/che-machine-exec', '--url', '127.0.0.1:4444'] diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt index 4b232a5bbb..0b9341cd20 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt @@ -1 +1 @@ -7.21.1 +7.21.2 diff --git a/v3/plugins/eclipse/che-theia/7.21.2/meta.yaml b/v3/plugins/eclipse/che-theia/7.21.2/meta.yaml new file mode 100644 index 0000000000..be80ecb7a2 --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.21.2/meta.yaml @@ -0,0 +1,93 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.21.2 +type: Che Editor +displayName: theia-ide +title: Eclipse Theia +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: "2020-11-11" +spec: + endpoints: + - name: "theia" + public: true + targetPort: 3100 + attributes: + protocol: http + type: ide + secure: true + cookiesAuthEnabled: true + discoverable: false + - name: "webviews" + public: true + targetPort: 3100 + attributes: + protocol: http + type: webview + secure: true + cookiesAuthEnabled: true + discoverable: false + unique: true + - 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.21.2" + env: + - name: THEIA_PLUGINS + value: local-dir:///plugins + - name: HOSTED_PLUGIN_HOSTNAME + value: 0.0.0.0 + - name: HOSTED_PLUGIN_PORT + value: "3130" + - name: THEIA_HOST + value: 127.0.0.1 + 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.21.2" + 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 4b232a5bbb..0b9341cd20 100644 --- a/v3/plugins/eclipse/che-theia/latest.txt +++ b/v3/plugins/eclipse/che-theia/latest.txt @@ -1 +1 @@ -7.21.1 +7.21.2