From 574201510701af4f6444d3907bcee105047d94d0 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 21 Oct 2019 13:02:28 +0200 Subject: [PATCH 01/21] Adding openshift template for backwards compatibility required for the Hosted Che deployment Signed-off-by: Ilya Buziuk --- openshift/che-plugin-registry.yml | 122 ++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 openshift/che-plugin-registry.yml diff --git a/openshift/che-plugin-registry.yml b/openshift/che-plugin-registry.yml new file mode 100644 index 0000000000..7ba4a1c864 --- /dev/null +++ b/openshift/che-plugin-registry.yml @@ -0,0 +1,122 @@ +# +# Copyright (c) 2018 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +--- +apiVersion: v1 +kind: Template +metadata: + name: che-plugin-registry-service +objects: +- apiVersion: v1 + kind: DeploymentConfig + metadata: + labels: + app: che-plugin-registry + name: che-plugin-registry + spec: + replicas: 1 + selector: + app: che-plugin-registry + deploymentconfig: che-plugin-registry + strategy: + rollingParams: + intervalSeconds: 1 + maxSurge: 25% + maxUnavailable: 25% + timeoutSeconds: 600 + updatePeriodSeconds: 1 + type: Rolling + template: + metadata: + labels: + app: che-plugin-registry + deploymentconfig: che-plugin-registry + spec: + containers: + - image: ${IMAGE}:${IMAGE_TAG} + imagePullPolicy: "${PULL_POLICY}" + name: che-plugin-registry + ports: + - containerPort: 8080 + livenessProbe: + httpGet: + path: /plugins/ + port: 8080 + initialDelaySeconds: 30 + periodSeconds: 10 + timeoutSeconds: 3 + readinessProbe: + httpGet: + path: /plugins/ + port: 8080 + initialDelaySeconds: 3 + periodSeconds: 10 + timeoutSeconds: 3 + resources: + limits: + memory: ${MEMORY_LIMIT} + envFrom: + - configMapRef: + name: che-plugin-registry + optional: true + triggers: + - type: ConfigChange +- apiVersion: v1 + kind: Service + metadata: + name: che-plugin-registry + spec: + ports: + - protocol: TCP + port: 80 + targetPort: 8080 + selector: + deploymentconfig: che-plugin-registry +- apiVersion: v1 + kind: Route + metadata: + name: che-plugin-registry + spec: + to: + kind: Service + name: che-plugin-registry +- apiVersion: v1 + kind: ConfigMap + metadata: + name: che-plugin-registry + data: + CHE_SIDECAR_CONTAINERS_REGISTRY_URL: ${CHE_SIDECAR_CONTAINERS_REGISTRY_URL} + CHE_SIDECAR_CONTAINERS_REGISTRY_ORGANIZATION: ${CHE_SIDECAR_CONTAINERS_REGISTRY_ORGANIZATION} + CHE_SIDECAR_CONTAINERS_REGISTRY_TAG: ${CHE_SIDECAR_CONTAINERS_REGISTRY_TAG} + +parameters: +- name: IMAGE + value: quay.io/eclipse/che-plugin-registry + displayName: Eclipse Che plugin registry image + description: Che plugin registry Docker image. Defaults to eclipse/che-plugin-registry +- name: IMAGE_TAG + value: nightly + displayName: Eclipse Che plugin registry version + description: Eclipse Che plugin registry version which defaults to nightly +- name: MEMORY_LIMIT + value: 256Mi + displayName: Memory Limit + description: Maximum amount of memory the container can use. Defaults 256Mi +- name: PULL_POLICY + value: Always + displayName: Eclipse Che plugin registry image pull policy + description: Always pull by default. Can be IfNotPresent +- name: CHE_SIDECAR_CONTAINERS_REGISTRY_URL + displayName: Sidecar image registry URL + description: URL of docker registry containing plugin sidecar images; used to override sidecars in plugins +- name: CHE_SIDECAR_CONTAINERS_REGISTRY_ORGANIZATION + displayName: Sidecar image registry organization + description: Organization containing plugin sidecar images; used to override base images in plugins +- name: CHE_SIDECAR_CONTAINERS_REGISTRY_TAG + displayName: Plugin sidecar images tag + description: Tag used for overridden sidecar images; used to override base images in plugins From 11710f3fe4608d7c455a622ab61d3e6afb1ed8e9 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 17 Oct 2019 13:20:09 -0400 Subject: [PATCH 02/21] allow check_plugins_viewer_mandatory_fields.sh to be run locally (#258) Change-Id: I9ae20399c599912d4f73a22d8c23a588d45d0bca Signed-off-by: nickboldt --- build/scripts/check_plugins_viewer_mandatory_fields.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/check_plugins_viewer_mandatory_fields.sh b/build/scripts/check_plugins_viewer_mandatory_fields.sh index 1e0debe5d8..f30f6b25da 100755 --- a/build/scripts/check_plugins_viewer_mandatory_fields.sh +++ b/build/scripts/check_plugins_viewer_mandatory_fields.sh @@ -20,7 +20,7 @@ for meta in "${metas[@]}"; do plugin_id=$(evaluate_plugin_id "$meta") echo "Checking plugin '${plugin_id}'" - if ! jsonschema ./meta.yaml.schema -F $'\t{error.message}\n' -i <(yq . "${meta}"); then + if ! jsonschema "$(dirname "$0")/meta.yaml.schema" -F $'\t{error.message}\n' -i <(yq . "${meta}"); then INVALID_JSON=true fi done From b1a4323159f11e13125d37c8e34b9eb113643fef Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Thu, 17 Oct 2019 20:30:46 +0200 Subject: [PATCH 03/21] che #14896 Bumping version to '7.4.0-SNAPSHOT'. Adding '7.3.0' versions of che-theia and machine-exec plugins and updating 'latest' versions of those plugins to '7.3.0'. Fixing 'latest' verison of the che-machine-exec (updating description, adding 'secure' and 'cookiesAuthEnabled' attributes, formatting) Signed-off-by: Ilya Buziuk --- VERSION | 2 +- .../che-machine-exec-plugin/latest/meta.yaml | 28 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/VERSION b/VERSION index 1502020768..a42c712702 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3.0 +7.3.1-SNAPSHOT diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml index d731ecd005..790b804c9d 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml @@ -6,24 +6,24 @@ 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 machines. + 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-02-05' category: Other spec: endpoints: - - name: che-machine-exec - public: true - targetPort: 4444 - attributes: - protocol: ws - type: terminal - discoverable: false - secure: true - cookiesAuthEnabled: true + - 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.3.0" - ports: - - exposedPort: 4444 + - name: che-machine-exec + image: "quay.io/eclipse/che-machine-exec:7.3.0" + ports: + - exposedPort: 4444 From ae505e274baba37b7d73bb49c7759aa740f8497b Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sat, 5 Oct 2019 14:18:11 +0900 Subject: [PATCH 04/21] Use string value at `env.value` instead of boolean or integer. Signed-off-by: Masaki Muranaka --- README.md | 2 +- v3/plugins/dirigiblelabs/dirigible/3.4.0/meta.yaml | 6 +++--- v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml | 6 +++--- v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.0.0-rc-3.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.0.0-rc-4.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.0.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.1.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.2.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/latest/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/next/meta.yaml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7732f28e3d..53a09db53f 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: /plugins name: plugins diff --git a/v3/plugins/dirigiblelabs/dirigible/3.4.0/meta.yaml b/v3/plugins/dirigiblelabs/dirigible/3.4.0/meta.yaml index 4e6a6de22d..382f34d127 100644 --- a/v3/plugins/dirigiblelabs/dirigible/3.4.0/meta.yaml +++ b/v3/plugins/dirigiblelabs/dirigible/3.4.0/meta.yaml @@ -27,15 +27,15 @@ spec: - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER value: /projects/dirigible/repository - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER value: /projects/dirigible/repository - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER value: /projects/dirigible/cms - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_DATABASE_H2_ROOT_FOLDER_DEFAULT value: /projects/dirigible/h2 - name: DIRIGIBLE_DATABASE_H2_URL diff --git a/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml b/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml index 3b412919c4..4b0f6b43e4 100644 --- a/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml +++ b/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml @@ -27,15 +27,15 @@ spec: - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER value: /projects/dirigible/repository - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER value: /projects/dirigible/repository - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER value: /projects/dirigible/cms - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER_IS_ABSOLUTE - value: true + value: "true" - name: DIRIGIBLE_DATABASE_H2_ROOT_FOLDER_DEFAULT value: /projects/dirigible/h2 - name: DIRIGIBLE_DATABASE_H2_URL diff --git a/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml index 682a88866a..3c5852295b 100644 --- a/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/7.0.0-rc-3.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0-rc-3.0/meta.yaml index b52ac4d890..e59cff0f7a 100644 --- a/v3/plugins/eclipse/che-theia/7.0.0-rc-3.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.0.0-rc-3.0/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/7.0.0-rc-4.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0-rc-4.0/meta.yaml index 4794b38c28..90756f05c6 100644 --- a/v3/plugins/eclipse/che-theia/7.0.0-rc-4.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.0.0-rc-4.0/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml index 04f4bc266b..8cd796fcd4 100644 --- a/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml index c43ae1327f..1cc5a88322 100644 --- a/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/7.2.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.2.0/meta.yaml index 72cc8ccdbb..c99b9dac62 100644 --- a/v3/plugins/eclipse/che-theia/7.2.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.2.0/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/latest/meta.yaml b/v3/plugins/eclipse/che-theia/latest/meta.yaml index ffae075935..4354f412da 100644 --- a/v3/plugins/eclipse/che-theia/latest/meta.yaml +++ b/v3/plugins/eclipse/che-theia/latest/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins diff --git a/v3/plugins/eclipse/che-theia/next/meta.yaml b/v3/plugins/eclipse/che-theia/next/meta.yaml index 5b7a80e5d1..079e8edeb2 100644 --- a/v3/plugins/eclipse/che-theia/next/meta.yaml +++ b/v3/plugins/eclipse/che-theia/next/meta.yaml @@ -55,7 +55,7 @@ spec: - name: HOSTED_PLUGIN_HOSTNAME value: 0.0.0.0 - name: HOSTED_PLUGIN_PORT - value: 3130 + value: "3130" volumes: - mountPath: "/plugins" name: plugins From 7bbf761e47c2613a5c96fc2fbaf8e2d02944c711 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sat, 5 Oct 2019 15:25:47 +0900 Subject: [PATCH 05/21] Add language supports for Xtext/Xtend. Signed-off-by: Masaki Muranaka --- .../pizzafactory/xtend-lang/0.1.0/meta.yaml | 19 +++++++++++++++++++ .../pizzafactory/xtend-lang/latest/meta.yaml | 19 +++++++++++++++++++ .../pizzafactory/xtext-lang/0.4.0/meta.yaml | 19 +++++++++++++++++++ .../pizzafactory/xtext-lang/latest/meta.yaml | 19 +++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml create mode 100644 v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml create mode 100644 v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml create mode 100644 v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml diff --git a/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml b/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml new file mode 100644 index 0000000000..5ee479aa93 --- /dev/null +++ b/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: xtend-lang +version: 0.1.0 +type: VS Code extension +displayName: Xtend Language +title: Language support for Xtend +description: VS Code extension that provides Xtend Language Server +icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg +firstPublicationDate: "2019-08-12" +category: Language +repository: https://github.com/PizzaFactory/xtend-ide-extensions/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-xtend-lang + memoryLimit: "768Mi" + extensions: + - https://github.com/PizzaFactory/xtend-ide-extensions/releases/download/v0.1.0/xtend-lang-0.1.0.vsix diff --git a/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml b/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml new file mode 100644 index 0000000000..fac4987801 --- /dev/null +++ b/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: xtend-lang +version: latest +type: VS Code extension +displayName: Xtend Language +title: Language support for Xtend +description: VS Code extension that provides Xtend Language Server +icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg +firstPublicationDate: "2019-08-12" +category: Language +repository: https://github.com/PizzaFactory/xtend-ide-extensions/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-xtend-lang + memoryLimit: "768Mi" + extensions: + - https://github.com/PizzaFactory/xtend-ide-extensions/releases/download/v0.1.0/xtend-lang-0.1.0.vsix diff --git a/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml b/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml new file mode 100644 index 0000000000..acb4152d6d --- /dev/null +++ b/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: xtext-lang +version: 0.4.0 +type: VS Code extension +displayName: Xtext Language +title: Language support for Xtext +description: VS Code extension that provides Xtext Language Server +icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg +firstPublicationDate: "2019-08-12" +category: Language +repository: https://github.com/PizzaFactory/xtext-ide-extensions/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-xtext-lang + memoryLimit: "768Mi" + extensions: + - https://github.com/PizzaFactory/xtext-ide-extensions/releases/download/v0.4.0/xtext-lang-0.4.0.vsix diff --git a/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml b/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml new file mode 100644 index 0000000000..1ee9ec0e16 --- /dev/null +++ b/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: xtext-lang +version: latest +type: VS Code extension +displayName: Xtext Language +title: Language support for Xtext +description: VS Code extension that provides Xtext Language Server +icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg +firstPublicationDate: "2019-08-12" +category: Language +repository: https://github.com/PizzaFactory/xtext-ide-extensions/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-xtext-lang + memoryLimit: "768Mi" + extensions: + - https://github.com/PizzaFactory/xtext-ide-extensions/releases/download/v0.4.0/xtext-lang-0.4.0.vsix From 49d7d96c6390ce092c73584ff0585829730006de Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Mon, 21 Oct 2019 12:51:51 +0300 Subject: [PATCH 06/21] Add Kubernetes Che Plugin based on the VS Code Kubernetes extension 1.0.4 (#256) * Add Kubernetes Che Plugin based on the VS Code Kubernetes extension 1.0.4 Signed-off-by: Artem Zatsarynnyi * Point k8s plugin latest version to 1.0.4 Signed-off-by: Artem Zatsarynnyi --- .../vscode-kubernetes-tools/1.0.4/README.md | 21 +++++++++++++++++++ .../vscode-kubernetes-tools/1.0.4/meta.yaml | 19 +++++++++++++++++ .../vscode-kubernetes-tools/latest/meta.yaml | 10 ++++----- 3 files changed, 45 insertions(+), 5 deletions(-) create mode 100644 v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/README.md create mode 100644 v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/README.md b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/README.md new file mode 100644 index 0000000000..9540fea2ca --- /dev/null +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/README.md @@ -0,0 +1,21 @@ +# Eclipse Che Kubernetes Tooling Plugin + +## Setting up the access to a cluster + +The Plugin relies on `kubectl` to communicate with a Kubernetes cluster. So, the access to a cluster should be set in a `kubeconfig` in plugin sidecar. + +`chectl` provides the [command](https://github.com/che-incubator/chectl#chectl-workspaceinject) that simplifies injecting local `kubeconfig` into a Che Workspace. When your Workspace is running, call the following command: +```shell +chectl workspace:inject -k +``` +Then refresh the `Clusters` view. + +## Switching container image build tool + +The plugin provides [Buildah](https://github.com/containers/buildah) to enable building the images within your workspace. It's used by `Kubernetes: Run` and `Kubernetes: Debug` commands. +To switch the plugin from the default build tool (Docker) to Buildah put the following setting to user preferences (`File - Settings - Open Preferences`): +``` +"vs-kubernetes": { + "imageBuildTool": "Buildah" +} +``` diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml new file mode 100644 index 0000000000..ee52a3c657 --- /dev/null +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: ms-kubernetes-tools +name: vscode-kubernetes-tools +version: 1.0.4 +type: VS Code extension +displayName: Kubernetes +title: Kubernetes Tools +description: Develop, deploy and debug Kubernetes applications +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/Azure/vscode-kubernetes-tools +category: Other +firstPublicationDate: "2019-10-16" +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:next" + name: "vscode-kubernetes-tools" + memoryLimit: "1G" + extensions: + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.4/vscode-kubernetes-tools-1.0.4.vsix diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml index 133f22f598..c2b34c766c 100644 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml @@ -9,11 +9,11 @@ description: Develop, deploy and debug Kubernetes applications icon: https://www.eclipse.org/che/images/logo-eclipseche.svg repository: https://github.com/Azure/vscode-kubernetes-tools category: Other -firstPublicationDate: '2019-05-15' +firstPublicationDate: "2019-10-16" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.3.0" - name: vscode-kubernetes-tools - memoryLimit: "1G" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:next" + name: "vscode-kubernetes-tools" + memoryLimit: "1G" extensions: - - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.4/vscode-kubernetes-tools-1.0.4.vsix From 71e059e1ac7f0f87f0b7eebc13c8d2a96651cc91 Mon Sep 17 00:00:00 2001 From: Masaki Muranaka Date: Sat, 5 Oct 2019 15:17:12 +0900 Subject: [PATCH 07/21] Add LS for Move by Libra Signed-off-by: Masaki Muranaka --- .../vscode-libra-move/0.0.10/meta.yaml | 19 +++++++++++++++++++ .../vscode-libra-move/latest/meta.yaml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml create mode 100644 v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml diff --git a/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml b/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml new file mode 100644 index 0000000000..91ccdee20c --- /dev/null +++ b/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: vscode-libra-move +version: 0.0.10 +type: VS Code extension +displayName: Libra's Move Language +title: Libra's Move Language +description: VS Code extension that provides Libra's Move Language Server. Code is provided by SDKBox. Packaging by PizzaFactory. +icon: https://commons.wikimedia.org/wiki/File:Libra_logo_icon.svg +firstPublicationDate: "2019-09-24" +category: Language +repository: https://github.com/pizzafactory-contorno/vscode-libra-move/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-libra-move + memoryLimit: "512Mi" + extensions: + - https://github.com/pizzafactory-contorno/vscode-libra-move/releases/download/v0.0.10-ddc0d3d/vscode-libra-move-0.0.10.vsix diff --git a/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml b/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml new file mode 100644 index 0000000000..a7311a06cd --- /dev/null +++ b/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml @@ -0,0 +1,19 @@ +apiVersion: v2 +publisher: pizzafactory +name: vscode-libra-move +version: latest +type: VS Code extension +displayName: Libra's Move Language +title: Libra's Move Language +description: VS Code extension that provides Libra's Move Language Server. Code is provided by SDKBox. Packaging by PizzaFactory. +icon: https://commons.wikimedia.org/wiki/File:Libra_logo_icon.svg +firstPublicationDate: "2019-09-24" +category: Language +repository: https://github.com/pizzafactory-contorno/vscode-libra-move/ +spec: + containers: + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + name: vscode-libra-move + memoryLimit: "512Mi" + extensions: + - https://github.com/pizzafactory-contorno/vscode-libra-move/releases/download/v0.0.10-ddc0d3d/vscode-libra-move-0.0.10.vsix From 55037f5f13392e4d26d6e6ed53619856be2c7f1b Mon Sep 17 00:00:00 2001 From: Angel Misevski Date: Wed, 23 Oct 2019 16:06:57 -0400 Subject: [PATCH 08/21] Add list of external images to server when offline registry is built (#265) To aid in deploying Che in an offline scenario, it's necessary to have a list of images used in plugins. Signed-off-by: Angel Misevski --- build/dockerfiles/Dockerfile | 1 + build/dockerfiles/rhel.Dockerfile | 1 + build/scripts/list_referenced_images.sh | 16 ++++++++++++++++ 3 files changed, 18 insertions(+) create mode 100755 build/scripts/list_referenced_images.sh diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index c9efe9db6a..4ff1614de1 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -41,6 +41,7 @@ CMD ["/usr/bin/run-httpd"] # Offline build: cache .theia and .vsix files in registry itself and update metas FROM builder AS offline-builder +RUN ./list_referenced_images.sh v3 > /build/v3/external_images.txt RUN ./cache_artifacts.sh v3 && chmod -R g+rwX /build # Offline registry: copy updated meta.yamls and cached extensions diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index c636af19f8..d54846cb8e 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -97,6 +97,7 @@ CMD ["/usr/local/bin/rhel.entrypoint.sh"] # Offline build: cache .theia and .vsix files in registry itself and update metas # multiple temp stages does not work in Brew FROM builder AS offline-builder +RUN ./list_referenced_images.sh v3 > /build/v3/external_images.txt # built in Brew, use tarball in lookaside cache; built locally, comment this out # COPY v3.tgz /tmp/v3.tgz diff --git a/build/scripts/list_referenced_images.sh b/build/scripts/list_referenced_images.sh new file mode 100755 index 0000000000..2249b2b916 --- /dev/null +++ b/build/scripts/list_referenced_images.sh @@ -0,0 +1,16 @@ +#!/bin/bash +# +# Copyright (c) 2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# List all images referenced in meta.yaml files +# + +set -e + +readarray -d '' metas < <(find "$1" -name 'meta.yaml' -print0) +yq -r '.spec.containers[]?.image' "${metas[@]}" | sort | uniq From 65b279fd0b938544c4ff85e33246ce3e764c1363 Mon Sep 17 00:00:00 2001 From: Angel Misevski Date: Tue, 22 Oct 2019 15:31:19 -0400 Subject: [PATCH 09/21] Add redirect for resources to match one for plugins By default, the plugin registry redirects requests at /plugins to /v3/plugins. This commit adds a similar redirect for /resources (to /v3/resources) to avoid obtuse errors when running an offline registry. Signed-off-by: Angel Misevski --- .htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/.htaccess b/.htaccess index 213b67f543..4147856bdc 100644 --- a/.htaccess +++ b/.htaccess @@ -2,6 +2,7 @@ Header set Access-Control-Allow-Origin "*" Header set Access-Control-Allow-Headers "Authorization" DirectoryIndex README.md Redirect temp /plugins /v3/plugins +Redirect temp /resources /v3/resources ExpiresActive Off From 5ca46d49b02a9b12b5d100edd6f3f5c9aaf5e1ea Mon Sep 17 00:00:00 2001 From: Angel Misevski Date: Thu, 24 Oct 2019 14:13:31 -0400 Subject: [PATCH 10/21] Update how latest versions of plugins are handled (#260) * Remove latest meta.yamls, add latest.version files for each plugin Signed-off-by: Angel Misevski --- .gitignore | 1 + build.sh | 11 ++- build/dockerfiles/Dockerfile | 6 +- build/dockerfiles/rhel.Dockerfile | 6 +- build/scripts/ensure_latest_exists.sh | 24 ------- build/scripts/generate_latest_metas.sh | 32 +++++++++ build/scripts/keep_only_latest.sh | 28 ++++++++ build/scripts/setup_latest_dirs.sh | 52 -------------- .../vscode-apache-camel/latest.txt | 1 + .../vscode-apache-camel/latest/meta.yaml | 22 ------ v3/plugins/cdr/code-server/latest.txt | 1 + .../code-server/{latest => next}/meta.yaml | 2 +- v3/plugins/che-incubator/cpptools/latest.txt | 1 + .../che-incubator/cpptools/latest/meta.yaml | 21 ------ v3/plugins/che-incubator/theia-dev/latest.txt | 1 + .../che-incubator/theia-dev/latest/meta.yaml | 32 --------- .../che-incubator/typescript/latest.txt | 1 + .../che-incubator/typescript/latest/meta.yaml | 19 ----- v3/plugins/dirigiblelabs/dirigible/latest.txt | 1 + .../dirigiblelabs/dirigible/latest/meta.yaml | 48 ------------- .../che-machine-exec-plugin/latest.txt | 1 + .../che-machine-exec-plugin/latest/meta.yaml | 29 -------- v3/plugins/eclipse/che-theia/latest.txt | 1 + v3/plugins/eclipse/che-theia/latest/meta.yaml | 69 ------------------- .../joaompinto/vscode-asciidoctor/latest.txt | 1 + .../vscode-asciidoctor/latest/meta.yaml | 15 ---- .../vscode-kubernetes-tools/latest.txt | 1 + .../vscode-kubernetes-tools/latest/meta.yaml | 19 ----- v3/plugins/ms-python/python/latest.txt | 1 + v3/plugins/ms-python/python/latest/meta.yaml | 20 ------ v3/plugins/ms-vscode/go/latest.txt | 1 + v3/plugins/ms-vscode/go/latest/meta.yaml | 22 ------ v3/plugins/ms-vscode/node-debug/latest.txt | 1 + .../ms-vscode/node-debug/latest/meta.yaml | 20 ------ v3/plugins/ms-vscode/node-debug2/latest.txt | 1 + .../ms-vscode/node-debug2/latest/meta.yaml | 20 ------ .../vscode-github-pullrequest/latest.txt | 1 + .../latest/meta.yaml | 15 ---- .../pizzafactory/vscode-libra-move/latest.txt | 1 + .../vscode-libra-move/latest/meta.yaml | 19 ----- v3/plugins/pizzafactory/xtend-lang/latest.txt | 1 + .../pizzafactory/xtend-lang/latest/meta.yaml | 19 ----- v3/plugins/pizzafactory/xtext-lang/latest.txt | 1 + .../pizzafactory/xtext-lang/latest/meta.yaml | 19 ----- .../che-omnisharp-plugin/latest.txt | 1 + .../che-omnisharp-plugin/latest/meta.yaml | 20 ------ .../netcoredbg-theia-plugin/latest.txt | 1 + .../netcoredbg-theia-plugin/latest/meta.yaml | 20 ------ .../redhat/dependency-analytics/latest.txt | 1 + .../dependency-analytics/latest/meta.yaml | 19 ----- v3/plugins/redhat/java/latest.txt | 1 + v3/plugins/redhat/java/latest/meta.yaml | 24 ------- v3/plugins/redhat/java11/latest.txt | 1 + v3/plugins/redhat/java11/latest/meta.yaml | 24 ------- v3/plugins/redhat/java8/latest.txt | 1 + v3/plugins/redhat/java8/latest/meta.yaml | 25 ------- v3/plugins/redhat/php-debugger/latest.txt | 1 + .../redhat/php-debugger/latest/meta.yaml | 18 ----- v3/plugins/redhat/php/latest.txt | 1 + v3/plugins/redhat/php/latest/meta.yaml | 19 ----- .../redhat/project-initializer/latest.txt | 1 + .../project-initializer/latest/meta.yaml | 16 ----- v3/plugins/redhat/rhamt/latest.txt | 1 + v3/plugins/redhat/rhamt/latest/meta.yaml | 36 ---------- .../redhat/vscode-apache-camel/latest.txt | 1 + .../vscode-apache-camel/latest/meta.yaml | 19 ----- v3/plugins/redhat/vscode-camelk/latest.txt | 1 + .../redhat/vscode-camelk/latest/meta.yaml | 20 ------ .../vscode-openshift-connector/latest.txt | 1 + .../latest/meta.yaml | 19 ----- v3/plugins/redhat/vscode-wsdl2rest/latest.txt | 1 + .../redhat/vscode-wsdl2rest/latest/meta.yaml | 18 ----- v3/plugins/redhat/vscode-xml/latest.txt | 1 + v3/plugins/redhat/vscode-xml/latest/meta.yaml | 20 ------ v3/plugins/redhat/vscode-yaml/latest.txt | 1 + .../redhat/vscode-yaml/latest/meta.yaml | 21 ------ .../sonarsource/sonarlint-vscode/latest.txt | 1 + .../sonarlint-vscode/latest/meta.yaml | 19 ----- v3/plugins/ws-skeleton/eclipseide/latest.txt | 1 + .../ws-skeleton/eclipseide/latest/meta.yaml | 27 -------- v3/plugins/ws-skeleton/jupyter/latest.txt | 1 + .../ws-skeleton/jupyter/latest/meta.yaml | 30 -------- 82 files changed, 114 insertions(+), 927 deletions(-) delete mode 100755 build/scripts/ensure_latest_exists.sh create mode 100755 build/scripts/generate_latest_metas.sh create mode 100755 build/scripts/keep_only_latest.sh delete mode 100755 build/scripts/setup_latest_dirs.sh create mode 100644 v3/plugins/camel-tooling/vscode-apache-camel/latest.txt delete mode 100644 v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml create mode 100644 v3/plugins/cdr/code-server/latest.txt rename v3/plugins/cdr/code-server/{latest => next}/meta.yaml (98%) create mode 100644 v3/plugins/che-incubator/cpptools/latest.txt delete mode 100644 v3/plugins/che-incubator/cpptools/latest/meta.yaml create mode 100644 v3/plugins/che-incubator/theia-dev/latest.txt delete mode 100644 v3/plugins/che-incubator/theia-dev/latest/meta.yaml create mode 100644 v3/plugins/che-incubator/typescript/latest.txt delete mode 100644 v3/plugins/che-incubator/typescript/latest/meta.yaml create mode 100644 v3/plugins/dirigiblelabs/dirigible/latest.txt delete mode 100644 v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml create mode 100644 v3/plugins/eclipse/che-machine-exec-plugin/latest.txt delete mode 100644 v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml create mode 100644 v3/plugins/eclipse/che-theia/latest.txt delete mode 100644 v3/plugins/eclipse/che-theia/latest/meta.yaml create mode 100644 v3/plugins/joaompinto/vscode-asciidoctor/latest.txt delete mode 100644 v3/plugins/joaompinto/vscode-asciidoctor/latest/meta.yaml create mode 100644 v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt delete mode 100644 v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml create mode 100644 v3/plugins/ms-python/python/latest.txt delete mode 100644 v3/plugins/ms-python/python/latest/meta.yaml create mode 100644 v3/plugins/ms-vscode/go/latest.txt delete mode 100644 v3/plugins/ms-vscode/go/latest/meta.yaml create mode 100644 v3/plugins/ms-vscode/node-debug/latest.txt delete mode 100644 v3/plugins/ms-vscode/node-debug/latest/meta.yaml create mode 100644 v3/plugins/ms-vscode/node-debug2/latest.txt delete mode 100644 v3/plugins/ms-vscode/node-debug2/latest/meta.yaml create mode 100644 v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt delete mode 100644 v3/plugins/ms-vscode/vscode-github-pullrequest/latest/meta.yaml create mode 100644 v3/plugins/pizzafactory/vscode-libra-move/latest.txt delete mode 100644 v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml create mode 100644 v3/plugins/pizzafactory/xtend-lang/latest.txt delete mode 100644 v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml create mode 100644 v3/plugins/pizzafactory/xtext-lang/latest.txt delete mode 100644 v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml create mode 100644 v3/plugins/redhat-developer/che-omnisharp-plugin/latest.txt delete mode 100644 v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml create mode 100644 v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest.txt delete mode 100644 v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml create mode 100644 v3/plugins/redhat/dependency-analytics/latest.txt delete mode 100644 v3/plugins/redhat/dependency-analytics/latest/meta.yaml create mode 100644 v3/plugins/redhat/java/latest.txt delete mode 100644 v3/plugins/redhat/java/latest/meta.yaml create mode 100644 v3/plugins/redhat/java11/latest.txt delete mode 100644 v3/plugins/redhat/java11/latest/meta.yaml create mode 100644 v3/plugins/redhat/java8/latest.txt delete mode 100644 v3/plugins/redhat/java8/latest/meta.yaml create mode 100644 v3/plugins/redhat/php-debugger/latest.txt delete mode 100644 v3/plugins/redhat/php-debugger/latest/meta.yaml create mode 100644 v3/plugins/redhat/php/latest.txt delete mode 100644 v3/plugins/redhat/php/latest/meta.yaml create mode 100644 v3/plugins/redhat/project-initializer/latest.txt delete mode 100644 v3/plugins/redhat/project-initializer/latest/meta.yaml create mode 100644 v3/plugins/redhat/rhamt/latest.txt delete mode 100644 v3/plugins/redhat/rhamt/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-apache-camel/latest.txt delete mode 100644 v3/plugins/redhat/vscode-apache-camel/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-camelk/latest.txt delete mode 100644 v3/plugins/redhat/vscode-camelk/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-openshift-connector/latest.txt delete mode 100644 v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-wsdl2rest/latest.txt delete mode 100644 v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-xml/latest.txt delete mode 100644 v3/plugins/redhat/vscode-xml/latest/meta.yaml create mode 100644 v3/plugins/redhat/vscode-yaml/latest.txt delete mode 100644 v3/plugins/redhat/vscode-yaml/latest/meta.yaml create mode 100644 v3/plugins/sonarsource/sonarlint-vscode/latest.txt delete mode 100644 v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml create mode 100644 v3/plugins/ws-skeleton/eclipseide/latest.txt delete mode 100644 v3/plugins/ws-skeleton/eclipseide/latest/meta.yaml create mode 100644 v3/plugins/ws-skeleton/jupyter/latest.txt delete mode 100644 v3/plugins/ws-skeleton/jupyter/latest/meta.yaml diff --git a/.gitignore b/.gitignore index 94c5d79958..e1004a3577 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ test-output/ .DAV che-dto.ts +v3/**/latest/ diff --git a/build.sh b/build.sh index 887aa52b38..dd6fee185f 100755 --- a/build.sh +++ b/build.sh @@ -15,6 +15,7 @@ ORGANIZATION="eclipse" TAG="nightly" LATEST_ONLY=false OFFLINE=false +DOCKERFILE="./build/dockerfiles/Dockerfile" USAGE=" Usage: ./build.sh [OPTIONS] @@ -32,6 +33,8 @@ Options: --offline Build offline version of registry, with all extension artifacts cached in the registry; disabled by default. + --rhel + Build using the rhel.Dockerfile instead of the default " function print_usage() { @@ -62,6 +65,10 @@ function parse_arguments() { OFFLINE=true shift ;; + --rhel) + DOCKERFILE=./build/dockerfiles/rhel.Dockerfile + shift + ;; *) print_usage exit 0 @@ -77,14 +84,14 @@ if [ "$OFFLINE" = true ]; then echo "in offline mode" docker build \ -t "$IMAGE" \ - -f ./build/dockerfiles/Dockerfile \ + -f "$DOCKERFILE" \ --build-arg LATEST_ONLY="${LATEST_ONLY}" \ --target offline-registry . else echo "" docker build \ -t "$IMAGE" \ - -f ./build/dockerfiles/Dockerfile \ + -f "$DOCKERFILE" \ --build-arg LATEST_ONLY="${LATEST_ONLY}" \ --target registry . fi diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index 4ff1614de1..b8a11870c5 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -21,13 +21,13 @@ COPY /v3 /build/v3 WORKDIR /build/ RUN if [[ ${LATEST_ONLY} == "true" ]]; then \ - rm -fr $(find /build/v3 -name 'meta.yaml' | grep -v "/latest/" | grep -o ".*/"); \ + ./keep_only_latest.sh; \ fi -RUN ./check_plugins_location.sh v3 && \ +RUN ./generate_latest_metas.sh v3 && \ + ./check_plugins_location.sh v3 && \ ./set_plugin_dates.sh v3 && \ ./check_plugins_viewer_mandatory_fields.sh v3 && \ - ./ensure_latest_exists.sh && \ ./index.sh v3 > /build/v3/plugins/index.json && \ chmod -R g+rwX /build diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index d54846cb8e..6ffb30ba92 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -52,13 +52,13 @@ WORKDIR /build/ # if only including the /latest/ plugins, apply this line to remove them from builder RUN if [[ ${LATEST_ONLY} == "true" ]]; then \ - rm -fr $(find /build/v3 -name 'meta.yaml' | grep -v "/latest/" | grep -o ".*/"); \ + ./keep_only_latest.sh; \ fi -RUN ./check_plugins_location.sh v3 && \ +RUN ./generate_latest_metas.sh v3 && \ + ./check_plugins_location.sh v3 && \ ./set_plugin_dates.sh v3 && \ ./check_plugins_viewer_mandatory_fields.sh v3 && \ - ./ensure_latest_exists.sh && \ ./index.sh v3 > /build/v3/plugins/index.json && \ chmod -c -R g+rwX /build diff --git a/build/scripts/ensure_latest_exists.sh b/build/scripts/ensure_latest_exists.sh deleted file mode 100755 index 5814317183..0000000000 --- a/build/scripts/ensure_latest_exists.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -# -# Copyright (c) 2018-2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Utility for checking that every plugin in v3 has a 'latest' directory. -# - -set -e - -for plugin_dir in v3/plugins/*/*; do - if [ ! -d "${plugin_dir}"/latest ] || [ ! -f "${plugin_dir}"/latest/meta.yaml ]; then - echo -e "\tMissing meta.yaml: ${plugin_dir}/latest/meta.yaml" - MISSING=true - fi -done - -if [[ $MISSING ]]; then - exit 1 -fi diff --git a/build/scripts/generate_latest_metas.sh b/build/scripts/generate_latest_metas.sh new file mode 100755 index 0000000000..409d954cad --- /dev/null +++ b/build/scripts/generate_latest_metas.sh @@ -0,0 +1,32 @@ +#!/bin/bash +# +# Copyright (c) 2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Utility for automatically generating latest meta.yamls for plugins. +# + +set -e + +for plugin_dir in v3/plugins/*/*; do + echo "Updating plugin ${plugin_dir}" + # Make sure every plugin has a 'latest.version' file + if [ ! -f "${plugin_dir}"/latest.txt ]; then + echo " Missing latest.txt: ${plugin_dir}/latest.txt" + exit 1 + fi + # Generate meta.yaml for latest version + version=$(cat "${plugin_dir}/latest.txt") + latest_meta="${plugin_dir}/${version}/meta.yaml" + if [ ! -f "${latest_meta}" ]; then + echo " [ERROR]: version.latest specifies '$version' but no such meta.yaml is found" + echo " expecting: '${plugin_dir}/${version}/meta.yaml'" + fi + echo " Found latest meta ${plugin_dir}/${version}/meta.yaml" + mkdir -p "${plugin_dir}/latest" + yq -y '. + {version: "latest"}' "$latest_meta" > "${plugin_dir}/latest/meta.yaml" +done diff --git a/build/scripts/keep_only_latest.sh b/build/scripts/keep_only_latest.sh new file mode 100755 index 0000000000..ebcba7435a --- /dev/null +++ b/build/scripts/keep_only_latest.sh @@ -0,0 +1,28 @@ +#!/bin/bash +# +# Copyright (c) 2019 Red Hat, Inc. +# This program and the accompanying materials are made +# available under the terms of the Eclipse Public License 2.0 +# which is available at https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 +# +# Utility for automatically generating latest meta.yamls for plugins. +# + +set -e + +for plugin_dir in v3/plugins/*/*; do + # Make sure every plugin has a 'latest.version' file + if [ ! -f "${plugin_dir}"/latest.txt ]; then + echo " Missing latest.txt: ${plugin_dir}/latest.txt" + exit 1 + fi + version=$(cat "${plugin_dir}/latest.txt") + readarray -d '' to_remove < <(find "${plugin_dir}" -mindepth 1 -type d -not -name "$version" -print0) + if [ ${#to_remove[@]} != 0 ]; then + echo "Plugin ${plugin_dir}: found latest ${version} - removing non-latest versions:" + printf ' %s\n' "${to_remove[@]}" + rm -rf "${to_remove[@]}" + fi +done diff --git a/build/scripts/setup_latest_dirs.sh b/build/scripts/setup_latest_dirs.sh deleted file mode 100755 index 9f5e60408d..0000000000 --- a/build/scripts/setup_latest_dirs.sh +++ /dev/null @@ -1,52 +0,0 @@ -#!/bin/bash -# -# Copyright (c) 2018-2019 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# -# Utility for copying latest meta.yamls into 'latest' directory for each plugin -# to allow plugins to be specified with version 'latest' - -set -e - -# Copies the meta.yaml corresponding to the newest version into -# 'latest' folder for plugin. If that plugin contains a folder named 'next', -# this overrides all other versions. If the plugin contains a folder named -# 'latest', nothing is done. -# -# Takes one parameter: the relative path to a specific publisher/name -# (e.g. v3/plugins/redhat/java) -function create_latest_dir() { - path=$1 - - # Create latest dir if it does not exist - mkdir -p "$path"/latest - - # Get version of plugin with latest 'firstPublishedDate' - mapfile -t metas < <(find "${path}" -path "${path}"/latest -prune -o -name 'meta.yaml' -print) - latest_ver=$(yq -s -r 'max_by(.firstPublicationDate | strptime("%Y-%m-%d") | mktime) | .version' "${metas[@]}") - - # Rewrite version in latest meta.yaml to be 'latest' - latest_meta=$(yq '.version = "latest"' "${path}"/"${latest_ver}"/meta.yaml) - - # Compare this new latest.meta with current latest, if it exists. - if [ ! -f "${path}"/latest/meta.yaml ]; then - echo "${latest_meta}" | yq -y '.' > "${path}"/latest/meta.yaml - echo " Added latest meta.yaml from " "${path}"/"${latest_ver}"/meta.yaml - else - if ! diff <(yq -S '.' "${path}"/latest/meta.yaml) <(echo "${latest_meta}" | yq -S '.') > /dev/null; then - echo " WARN: Found newer meta.yaml in " "${path}"/"${latest_ver}"/meta.yaml - echo " No changes are made, but ensure the correct version is in 'latest'" - else - echo " No changes required" - fi - fi -} - -for d in v3/plugins/*/*; do - echo "Working on directory: $d" - create_latest_dir "$d" -done diff --git a/v3/plugins/camel-tooling/vscode-apache-camel/latest.txt b/v3/plugins/camel-tooling/vscode-apache-camel/latest.txt new file mode 100644 index 0000000000..9789c4ccb0 --- /dev/null +++ b/v3/plugins/camel-tooling/vscode-apache-camel/latest.txt @@ -0,0 +1 @@ +0.0.14 diff --git a/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml b/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml deleted file mode 100644 index 4a1dfa18b6..0000000000 --- a/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v2 -publisher: camel-tooling -name: vscode-apache-camel -version: latest -type: VS Code extension -displayName: Language Support for Apache Camel -title: Language Support for Apache Camel -description: This VS Code extension provides support for Apache Camel. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/camel-tooling/camel-lsp-client-vscode -category: Language -firstPublicationDate: '2018-04-23' -deprecate: - automigrate: true - migrateTo: redhat/vscode-apache-camel/latest -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" - name: vscode-apache-camel - memoryLimit: "512Mi" - extensions: - - https://github.com/camel-tooling/camel-lsp-client-vscode/releases/download/0.0.14/camel-tooling.vscode-apache-camel-0.0.14.vsix diff --git a/v3/plugins/cdr/code-server/latest.txt b/v3/plugins/cdr/code-server/latest.txt new file mode 100644 index 0000000000..66d1fcf4a2 --- /dev/null +++ b/v3/plugins/cdr/code-server/latest.txt @@ -0,0 +1 @@ +2.1523-vsc1.38.1 diff --git a/v3/plugins/cdr/code-server/latest/meta.yaml b/v3/plugins/cdr/code-server/next/meta.yaml similarity index 98% rename from v3/plugins/cdr/code-server/latest/meta.yaml rename to v3/plugins/cdr/code-server/next/meta.yaml index 738d8eefd3..e76f2ea6fa 100644 --- a/v3/plugins/cdr/code-server/latest/meta.yaml +++ b/v3/plugins/cdr/code-server/next/meta.yaml @@ -1,7 +1,7 @@ apiVersion: v2 publisher: cdr name: code-server -version: latest +version: next type: Che Editor displayName: code-server title: Visual Studio Code - Web (code-server) diff --git a/v3/plugins/che-incubator/cpptools/latest.txt b/v3/plugins/che-incubator/cpptools/latest.txt new file mode 100644 index 0000000000..49d59571fb --- /dev/null +++ b/v3/plugins/che-incubator/cpptools/latest.txt @@ -0,0 +1 @@ +0.1 diff --git a/v3/plugins/che-incubator/cpptools/latest/meta.yaml b/v3/plugins/che-incubator/cpptools/latest/meta.yaml deleted file mode 100644 index 397d894ec5..0000000000 --- a/v3/plugins/che-incubator/cpptools/latest/meta.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: v2 -publisher: che-incubator -name: cpptools -version: latest -type: VS Code extension -displayName: C/C++ tools -title: C/C++ intelliSense, debugging and code browsing -description: C/C++ intelliSense, debugging and code browsing -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/eclipse-cdt/cdt-vscode.git -category: Language -firstPublicationDate: '2019-08-06' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-clang-8:7.3.0" - name: cpp-plugins - memoryLimit: '512Mi' - extensions: - - https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-gdb-vscode-0.0.90.vsix - - https://github.com/che-incubator/che-cpptools/releases/download/v1.0/cdt-vscode-0.0.7.vsix - - https://github.com/che-incubator/che-cpptools/releases/download/v1.0/llvm-vs-code-extensions.vscode-clangd-0.0.16.vsix diff --git a/v3/plugins/che-incubator/theia-dev/latest.txt b/v3/plugins/che-incubator/theia-dev/latest.txt new file mode 100644 index 0000000000..8acdd82b76 --- /dev/null +++ b/v3/plugins/che-incubator/theia-dev/latest.txt @@ -0,0 +1 @@ +0.0.1 diff --git a/v3/plugins/che-incubator/theia-dev/latest/meta.yaml b/v3/plugins/che-incubator/theia-dev/latest/meta.yaml deleted file mode 100644 index 6d5435e336..0000000000 --- a/v3/plugins/che-incubator/theia-dev/latest/meta.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: v2 -publisher: che-incubator -name: theia-dev -version: latest -type: Che Plugin -displayName: Che Theia Dev Plugin -title: Che Theia Dev Plugin -description: Che Theia Dev Plugin -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/che-incubator/che-theia-dev-plugin/ -firstPublicationDate: '2019-02-05' -category: Other -spec: - endpoints: - - name: theia-dev-flow - public: true - targetPort: 3010 - attributes: null - protocol: http - containers: - - name: theia-dev - image: "docker.io/eclipse/che-theia-dev:nightly" - commands: - - name: uname - workingDir: $(project) - command: - - uname - - -a - mountSources: true - ports: - - exposedPort: 3010 - memoryLimit: 2Gi diff --git a/v3/plugins/che-incubator/typescript/latest.txt b/v3/plugins/che-incubator/typescript/latest.txt new file mode 100644 index 0000000000..7eee785743 --- /dev/null +++ b/v3/plugins/che-incubator/typescript/latest.txt @@ -0,0 +1 @@ +1.35.1 diff --git a/v3/plugins/che-incubator/typescript/latest/meta.yaml b/v3/plugins/che-incubator/typescript/latest/meta.yaml deleted file mode 100644 index 14e1c27863..0000000000 --- a/v3/plugins/che-incubator/typescript/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: che-incubator -name: typescript -version: latest -type: VS Code extension -displayName: Typescript -title: Typescript language features -description: Typescript language features -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Microsoft/vscode -category: Language -firstPublicationDate: '2019-06-20' -spec: - containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" - name: vscode-typescript - memoryLimit: '512Mi' - extensions: - - https://github.com/che-incubator/ms-code.typescript/releases/download/v1.35.1/che-typescript-language-1.35.1.vsix diff --git a/v3/plugins/dirigiblelabs/dirigible/latest.txt b/v3/plugins/dirigiblelabs/dirigible/latest.txt new file mode 100644 index 0000000000..18091983f5 --- /dev/null +++ b/v3/plugins/dirigiblelabs/dirigible/latest.txt @@ -0,0 +1 @@ +3.4.0 diff --git a/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml b/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml deleted file mode 100644 index 4b0f6b43e4..0000000000 --- a/v3/plugins/dirigiblelabs/dirigible/latest/meta.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v2 -publisher: dirigiblelabs -name: dirigible -version: latest -type: Che Editor -displayName: Eclipse Dirigible -title: Eclipse Dirigible for Eclipse Che -description: Eclipse Dirigible as App Development Platform for Eclipse Che -icon: https://www.dirigible.io/img/dirigible.svg -category: Editor -repository: https://github.com/dirigiblelabs/dirigible-che-editor-plugin/ -firstPublicationDate: '2019-02-05' -spec: - endpoints: - - name: dirigible - public: true - targetPort: 8080 - attributes: - protocol: http - type: ide - containers: - - name: eclipse-dirigible - image: "docker.io/dirigiblelabs/dirigible-openshift:3.4.0" - env: - - name: DIRIGIBLE_DATABASE_PROVIDER - value: local - - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER - value: /projects/dirigible/repository - - name: DIRIGIBLE_REPOSITORY_LOCAL_ROOT_FOLDER_IS_ABSOLUTE - value: "true" - - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER - value: /projects/dirigible/repository - - name: DIRIGIBLE_REPOSITORY_SEARCH_ROOT_FOLDER_IS_ABSOLUTE - value: "true" - - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER - value: /projects/dirigible/cms - - name: DIRIGIBLE_CMS_INTERNAL_ROOT_FOLDER_IS_ABSOLUTE - value: "true" - - name: DIRIGIBLE_DATABASE_H2_ROOT_FOLDER_DEFAULT - value: /projects/dirigible/h2 - - name: DIRIGIBLE_DATABASE_H2_URL - value: jdbc:h2:/projects/dirigible/h2 - - name: DIRIGIBLE_OPERATIONS_LOGS_ROOT_FOLDER_DEFAULT - value: /usr/local/tomcat/logs - mountSources: true - ports: - - exposedPort: 8080 - memoryLimit: 1024M diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt new file mode 100644 index 0000000000..1502020768 --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt @@ -0,0 +1 @@ +7.3.0 diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml deleted file mode 100644 index 790b804c9d..0000000000 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: v2 -publisher: eclipse -name: che-machine-exec-plugin -version: latest -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-02-05' -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.3.0" - ports: - - exposedPort: 4444 diff --git a/v3/plugins/eclipse/che-theia/latest.txt b/v3/plugins/eclipse/che-theia/latest.txt new file mode 100644 index 0000000000..1502020768 --- /dev/null +++ b/v3/plugins/eclipse/che-theia/latest.txt @@ -0,0 +1 @@ +7.3.0 diff --git a/v3/plugins/eclipse/che-theia/latest/meta.yaml b/v3/plugins/eclipse/che-theia/latest/meta.yaml deleted file mode 100644 index 4354f412da..0000000000 --- a/v3/plugins/eclipse/che-theia/latest/meta.yaml +++ /dev/null @@ -1,69 +0,0 @@ -apiVersion: v2 -publisher: eclipse -name: che-theia -version: latest -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-03-07" -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: "docker.io/eclipse/che-theia:7.3.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" diff --git a/v3/plugins/joaompinto/vscode-asciidoctor/latest.txt b/v3/plugins/joaompinto/vscode-asciidoctor/latest.txt new file mode 100644 index 0000000000..49cdd668e1 --- /dev/null +++ b/v3/plugins/joaompinto/vscode-asciidoctor/latest.txt @@ -0,0 +1 @@ +2.7.6 diff --git a/v3/plugins/joaompinto/vscode-asciidoctor/latest/meta.yaml b/v3/plugins/joaompinto/vscode-asciidoctor/latest/meta.yaml deleted file mode 100644 index 9acd2815cb..0000000000 --- a/v3/plugins/joaompinto/vscode-asciidoctor/latest/meta.yaml +++ /dev/null @@ -1,15 +0,0 @@ -publisher: joaompinto -apiVersion: v2 -version: latest -type: VS Code extension -name: vscode-asciidoctor -displayName: AsciiDoc support -title: AsciiDoctor Plugin. -description: This extension provides a live preview, syntax highlighting and snippets for the AsciiDoc format using Asciidoctor flavor. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -category: Language -repository: https://github.com/asciidoctor/asciidoctor-vscode -firstPublicationDate: "2019-09-09" -spec: - extensions: - - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/joaompinto/vsextensions/asciidoctor-vscode/2.7.6/vspackage diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt new file mode 100644 index 0000000000..3eefcb9dd5 --- /dev/null +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt @@ -0,0 +1 @@ +1.0.0 diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml deleted file mode 100644 index c2b34c766c..0000000000 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: ms-kubernetes-tools -name: vscode-kubernetes-tools -version: latest -type: VS Code extension -displayName: Kubernetes -title: Kubernetes Tools -description: Develop, deploy and debug Kubernetes applications -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Azure/vscode-kubernetes-tools -category: Other -firstPublicationDate: "2019-10-16" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:next" - name: "vscode-kubernetes-tools" - memoryLimit: "1G" - extensions: - - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.4/vscode-kubernetes-tools-1.0.4.vsix diff --git a/v3/plugins/ms-python/python/latest.txt b/v3/plugins/ms-python/python/latest.txt new file mode 100644 index 0000000000..71c2cb8388 --- /dev/null +++ b/v3/plugins/ms-python/python/latest.txt @@ -0,0 +1 @@ +2019.5.18875 diff --git a/v3/plugins/ms-python/python/latest/meta.yaml b/v3/plugins/ms-python/python/latest/meta.yaml deleted file mode 100644 index c0d8de4adb..0000000000 --- a/v3/plugins/ms-python/python/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: ms-python -name: python -version: latest -type: VS Code extension -displayName: Python -title: Python extension -description: Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, - refactoring, unit tests, snippets, and more. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Microsoft/vscode-python -category: Language -firstPublicationDate: '2019-06-20' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.0" - name: vscode-python - memoryLimit: '512Mi' - extensions: - - https://github.com/Microsoft/vscode-python/releases/download/2019.5.18875/ms-python-release.vsix diff --git a/v3/plugins/ms-vscode/go/latest.txt b/v3/plugins/ms-vscode/go/latest.txt new file mode 100644 index 0000000000..35ad34429b --- /dev/null +++ b/v3/plugins/ms-vscode/go/latest.txt @@ -0,0 +1 @@ +0.11.4 diff --git a/v3/plugins/ms-vscode/go/latest/meta.yaml b/v3/plugins/ms-vscode/go/latest/meta.yaml deleted file mode 100644 index bf1654dc51..0000000000 --- a/v3/plugins/ms-vscode/go/latest/meta.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v2 -publisher: ms-vscode -name: go -version: latest -type: VS Code extension -displayName: Go -title: Rich Go language support -description: This extension adds rich language support for the Go language -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Microsoft/vscode-go.git -category: Language -firstPublicationDate: '2019-09-19' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:7.3.0" - name: vscode-go - memoryLimit: '512Mi' - env: - - name: GOPATH - value: /go:$(CHE_PROJECTS_ROOT) - extensions: - - https://github.com/microsoft/vscode-go/releases/download/0.11.4/Go-0.11.4.vsix diff --git a/v3/plugins/ms-vscode/node-debug/latest.txt b/v3/plugins/ms-vscode/node-debug/latest.txt new file mode 100644 index 0000000000..0035f2a76b --- /dev/null +++ b/v3/plugins/ms-vscode/node-debug/latest.txt @@ -0,0 +1 @@ +1.35.2 diff --git a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug/latest/meta.yaml deleted file mode 100644 index 4935c766f8..0000000000 --- a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: ms-vscode -name: node-debug -version: latest -type: VS Code extension -displayName: Node Debug (legacy) -title: Node.js debugging support (legacy) -description: Node debug (legacy) is the debugger for Node.js versions < 8.0. Together - with Node Debug forms the Node.js debugging experience. https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Microsoft/vscode-node-debug -category: Debugger -firstPublicationDate: '2019-06-20' -spec: - containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" - name: vscode-node-debug-legacy - memoryLimit: '256Mi' - extensions: - - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug/1.35.2/vspackage diff --git a/v3/plugins/ms-vscode/node-debug2/latest.txt b/v3/plugins/ms-vscode/node-debug2/latest.txt new file mode 100644 index 0000000000..7aa332e416 --- /dev/null +++ b/v3/plugins/ms-vscode/node-debug2/latest.txt @@ -0,0 +1 @@ +1.33.0 diff --git a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml deleted file mode 100644 index 8d3a1cf085..0000000000 --- a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: ms-vscode -name: node-debug2 -version: latest -type: VS Code extension -displayName: Node Debug -title: Node.js debugging support -description: Node Debug is the debugger for Node.js versions >= 8.0. Together with - Node Debug (legacy) forms the Node.js debugging experience. https://marketplace.visualstudio.com/items?itemName=ms-vscode.node-debug2 -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/Microsoft/vscode-node-debug2 -category: Debugger -firstPublicationDate: '2019-06-20' -spec: - containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" - name: vscode-node-debug - memoryLimit: '512Mi' - extensions: - - https://marketplace.visualstudio.com/_apis/public/gallery/publishers/ms-vscode/vsextensions/node-debug2/1.33.0/vspackage diff --git a/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt b/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt new file mode 100644 index 0000000000..a3df0a6959 --- /dev/null +++ b/v3/plugins/ms-vscode/vscode-github-pullrequest/latest.txt @@ -0,0 +1 @@ +0.8.0 diff --git a/v3/plugins/ms-vscode/vscode-github-pullrequest/latest/meta.yaml b/v3/plugins/ms-vscode/vscode-github-pullrequest/latest/meta.yaml deleted file mode 100644 index 079c1a5f81..0000000000 --- a/v3/plugins/ms-vscode/vscode-github-pullrequest/latest/meta.yaml +++ /dev/null @@ -1,15 +0,0 @@ -publisher: ms-vscode -apiVersion: v2 -name: vscode-github-pullrequest -version: latest -type: VS Code extension -displayName: GitHub Pull Requests -title: Pull Request Provider for GitHub. -description: This extension allows you to review and manage GitHub pull requests. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/microsoft/vscode-pull-request-github -category: Other -firstPublicationDate: '2019-07-4' -spec: - extensions: - - https://github.com/microsoft/vscode-pull-request-github/releases/download/v0.8.0/vscode-pull-request-github-0.8.0.vsix diff --git a/v3/plugins/pizzafactory/vscode-libra-move/latest.txt b/v3/plugins/pizzafactory/vscode-libra-move/latest.txt new file mode 100644 index 0000000000..7c1886bb9f --- /dev/null +++ b/v3/plugins/pizzafactory/vscode-libra-move/latest.txt @@ -0,0 +1 @@ +0.0.10 diff --git a/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml b/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml deleted file mode 100644 index a7311a06cd..0000000000 --- a/v3/plugins/pizzafactory/vscode-libra-move/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: vscode-libra-move -version: latest -type: VS Code extension -displayName: Libra's Move Language -title: Libra's Move Language -description: VS Code extension that provides Libra's Move Language Server. Code is provided by SDKBox. Packaging by PizzaFactory. -icon: https://commons.wikimedia.org/wiki/File:Libra_logo_icon.svg -firstPublicationDate: "2019-09-24" -category: Language -repository: https://github.com/pizzafactory-contorno/vscode-libra-move/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-libra-move - memoryLimit: "512Mi" - extensions: - - https://github.com/pizzafactory-contorno/vscode-libra-move/releases/download/v0.0.10-ddc0d3d/vscode-libra-move-0.0.10.vsix diff --git a/v3/plugins/pizzafactory/xtend-lang/latest.txt b/v3/plugins/pizzafactory/xtend-lang/latest.txt new file mode 100644 index 0000000000..6c6aa7cb09 --- /dev/null +++ b/v3/plugins/pizzafactory/xtend-lang/latest.txt @@ -0,0 +1 @@ +0.1.0 \ No newline at end of file diff --git a/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml b/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml deleted file mode 100644 index fac4987801..0000000000 --- a/v3/plugins/pizzafactory/xtend-lang/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: xtend-lang -version: latest -type: VS Code extension -displayName: Xtend Language -title: Language support for Xtend -description: VS Code extension that provides Xtend Language Server -icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg -firstPublicationDate: "2019-08-12" -category: Language -repository: https://github.com/PizzaFactory/xtend-ide-extensions/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-xtend-lang - memoryLimit: "768Mi" - extensions: - - https://github.com/PizzaFactory/xtend-ide-extensions/releases/download/v0.1.0/xtend-lang-0.1.0.vsix diff --git a/v3/plugins/pizzafactory/xtext-lang/latest.txt b/v3/plugins/pizzafactory/xtext-lang/latest.txt new file mode 100644 index 0000000000..1d0ba9ea18 --- /dev/null +++ b/v3/plugins/pizzafactory/xtext-lang/latest.txt @@ -0,0 +1 @@ +0.4.0 diff --git a/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml b/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml deleted file mode 100644 index 1ee9ec0e16..0000000000 --- a/v3/plugins/pizzafactory/xtext-lang/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: xtext-lang -version: latest -type: VS Code extension -displayName: Xtext Language -title: Language support for Xtext -description: VS Code extension that provides Xtext Language Server -icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg -firstPublicationDate: "2019-08-12" -category: Language -repository: https://github.com/PizzaFactory/xtext-ide-extensions/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-xtext-lang - memoryLimit: "768Mi" - extensions: - - https://github.com/PizzaFactory/xtext-ide-extensions/releases/download/v0.4.0/xtext-lang-0.4.0.vsix diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest.txt b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest.txt new file mode 100644 index 0000000000..bbdeab6222 --- /dev/null +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest.txt @@ -0,0 +1 @@ +0.0.5 diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml deleted file mode 100644 index cb752954bd..0000000000 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: redhat-developer -name: che-omnisharp-plugin -version: latest -type: Theia plugin -displayName: Omnisharp Theia Plug-in -title: C# Language Support for Theia -description: This plug-in registers omnisharp-roslyn as a language server and provides - project dependencies and language syntax. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/omnisharp-theia-plugin -category: Language -firstPublicationDate: "2019-10-01" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" - name: theia-omnisharp - memoryLimit: "1024Mi" - extensions: - - https://github.com/redhat-developer/omnisharp-theia-plugin/releases/download/v0.0.5/omnisharp_theia_plugin.theia diff --git a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest.txt b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest.txt new file mode 100644 index 0000000000..8acdd82b76 --- /dev/null +++ b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest.txt @@ -0,0 +1 @@ +0.0.1 diff --git a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml deleted file mode 100644 index 9d6063affa..0000000000 --- a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: redhat-developer -name: netcoredbg-theia-plugin -version: latest -type: Theia plugin -displayName: NetcoreDBG Theia Plug-in -title: Debugger for .NET Core runtime -description: This plug-in provides Samsung/netcoredbg which implements VSCode Debug - Adapter protocol and allows to debug .NET apps under .NET Core runtime. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/netcoredbg-theia-plugin -category: Debugger -firstPublicationDate: '2019-04-19' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" - name: theia-netcoredbg - memoryLimit: "512Mi" - extensions: - - https://github.com/redhat-developer/netcoredbg-theia-plugin/releases/download/v0.0.1/netcoredbg_theia_plugin.theia diff --git a/v3/plugins/redhat/dependency-analytics/latest.txt b/v3/plugins/redhat/dependency-analytics/latest.txt new file mode 100644 index 0000000000..43b2961830 --- /dev/null +++ b/v3/plugins/redhat/dependency-analytics/latest.txt @@ -0,0 +1 @@ +0.0.13 diff --git a/v3/plugins/redhat/dependency-analytics/latest/meta.yaml b/v3/plugins/redhat/dependency-analytics/latest/meta.yaml deleted file mode 100644 index bb598b1c8d..0000000000 --- a/v3/plugins/redhat/dependency-analytics/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: dependency-analytics -version: latest -type: VS Code extension -displayName: Dependency Analytics -title: Insights about your application dependencies -description: Insights about your application dependencies, Security, License compatibility and AI based guidance to choose appropriate dependencies for your application. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension -category: Other -firstPublicationDate: '2019-09-12' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.13:7.3.0" - name: dependency-analytics - memoryLimit: "512Mi" - extensions: - - https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/releases/download/0.0.13/redhat.fabric8-analytics-0.0.13.vsix diff --git a/v3/plugins/redhat/java/latest.txt b/v3/plugins/redhat/java/latest.txt new file mode 100644 index 0000000000..564edf82dd --- /dev/null +++ b/v3/plugins/redhat/java/latest.txt @@ -0,0 +1 @@ +0.50.0 diff --git a/v3/plugins/redhat/java/latest/meta.yaml b/v3/plugins/redhat/java/latest/meta.yaml deleted file mode 100644 index 16ec272953..0000000000 --- a/v3/plugins/redhat/java/latest/meta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: java -version: latest -type: VS Code extension -displayName: Language Support for Java(TM) -title: Language Support for Java(TM) by Red Hat -description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support - and more... -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/vscode-java -category: Language -firstPublicationDate: "2019-10-03" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" - name: vscode-java - memoryLimit: "1500Mi" - volumes: - - mountPath: "/home/theia/.m2" - name: m2 - extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java11/latest.txt b/v3/plugins/redhat/java11/latest.txt new file mode 100644 index 0000000000..564edf82dd --- /dev/null +++ b/v3/plugins/redhat/java11/latest.txt @@ -0,0 +1 @@ +0.50.0 diff --git a/v3/plugins/redhat/java11/latest/meta.yaml b/v3/plugins/redhat/java11/latest/meta.yaml deleted file mode 100644 index 1fb47ace10..0000000000 --- a/v3/plugins/redhat/java11/latest/meta.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: java11 -version: latest -type: VS Code extension -displayName: Language Support for Java 11 -title: Language Support for Java(TM) by Red Hat -description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support - and more... -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/vscode-java -category: Language -firstPublicationDate: "2019-10-03" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" - name: vscode-java - memoryLimit: "1500Mi" - volumes: - - mountPath: "/home/theia/.m2" - name: m2 - extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix diff --git a/v3/plugins/redhat/java8/latest.txt b/v3/plugins/redhat/java8/latest.txt new file mode 100644 index 0000000000..564edf82dd --- /dev/null +++ b/v3/plugins/redhat/java8/latest.txt @@ -0,0 +1 @@ +0.50.0 diff --git a/v3/plugins/redhat/java8/latest/meta.yaml b/v3/plugins/redhat/java8/latest/meta.yaml deleted file mode 100644 index 2be9da1dd3..0000000000 --- a/v3/plugins/redhat/java8/latest/meta.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: java8 -version: latest -type: VS Code extension -displayName: Language Support for Java 8 -title: Language Support for Java(TM) by Red Hat -description: Java Linting, Intellisense, formatting, refactoring, Maven/Gradle support - and more... -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/vscode-java -category: Language -firstPublicationDate: "2019-10-03" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" - name: vscode-java - memoryLimit: "1500Mi" - volumes: - - mountPath: "/home/theia/.m2" - name: m2 - extensions: - - https://github.com/microsoft/vscode-java-debug/releases/download/0.20.0/vscode-java-debug-0.20.0.vsix - - https://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.50.0-1825.vsix - diff --git a/v3/plugins/redhat/php-debugger/latest.txt b/v3/plugins/redhat/php-debugger/latest.txt new file mode 100644 index 0000000000..feaae22bac --- /dev/null +++ b/v3/plugins/redhat/php-debugger/latest.txt @@ -0,0 +1 @@ +1.13.0 diff --git a/v3/plugins/redhat/php-debugger/latest/meta.yaml b/v3/plugins/redhat/php-debugger/latest/meta.yaml deleted file mode 100644 index e07ea163c7..0000000000 --- a/v3/plugins/redhat/php-debugger/latest/meta.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: php-debugger -version: latest -displayName: PHP Debugger -title: PHP Debugger -type: VS Code extension -description: This VS Code extension provides support for PHP debugging, based on the PHP Debug extension from Felix Backer. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/felixfbecker/vscode-php-debug -category: Language -firstPublicationDate: "2019-04-16" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.0" - name: php-debugger - extensions: - - https://github.com/felixfbecker/vscode-php-debug/releases/download/v1.13.0/php-debug.vsix diff --git a/v3/plugins/redhat/php/latest.txt b/v3/plugins/redhat/php/latest.txt new file mode 100644 index 0000000000..2ac9634d32 --- /dev/null +++ b/v3/plugins/redhat/php/latest.txt @@ -0,0 +1 @@ +1.0.13 diff --git a/v3/plugins/redhat/php/latest/meta.yaml b/v3/plugins/redhat/php/latest/meta.yaml deleted file mode 100644 index db4ac8d91d..0000000000 --- a/v3/plugins/redhat/php/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: php -version: latest -displayName: PHP Intelephense -title: PHP Intelephense -description: This VS Code extension provides support for creating and editing PHP documents, based on the PHP Intelephense language server. -type: VS Code extension -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/bmewburn/vscode-intelephense -category: Language -firstPublicationDate: "2019-04-16" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.0" - name: php-intelephense - memoryLimit: "1000Mi" - extensions: - - https://github.com/che-incubator/vscode-intelephense/releases/download/v1.0.13/bmewburn.vscode-intelephense-client-1.0.13.vsix diff --git a/v3/plugins/redhat/project-initializer/latest.txt b/v3/plugins/redhat/project-initializer/latest.txt new file mode 100644 index 0000000000..c5d54ec326 --- /dev/null +++ b/v3/plugins/redhat/project-initializer/latest.txt @@ -0,0 +1 @@ +0.0.9 diff --git a/v3/plugins/redhat/project-initializer/latest/meta.yaml b/v3/plugins/redhat/project-initializer/latest/meta.yaml deleted file mode 100644 index 09ea5f2ea8..0000000000 --- a/v3/plugins/redhat/project-initializer/latest/meta.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: project-initializer -version: latest -type: VS Code extension -displayName: Project Initializer by Red Hat -title: Project Initializer by Red Hat -description: A lightweight extension based on Red Hat launcher to generate quickstart - projects using Eclipse Che -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/fabric8-launcher/launcher-vscode-extension -category: Other -firstPublicationDate: '2019-04-18' -spec: - extensions: - - https://download.jboss.org/jbosstools/adapters/stable/vscode-project-initializer/project_initializer-0.0.9-92.vsix diff --git a/v3/plugins/redhat/rhamt/latest.txt b/v3/plugins/redhat/rhamt/latest.txt new file mode 100644 index 0000000000..d169b2f2d0 --- /dev/null +++ b/v3/plugins/redhat/rhamt/latest.txt @@ -0,0 +1 @@ +0.0.8 diff --git a/v3/plugins/redhat/rhamt/latest/meta.yaml b/v3/plugins/redhat/rhamt/latest/meta.yaml deleted file mode 100644 index cecf86d0ad..0000000000 --- a/v3/plugins/redhat/rhamt/latest/meta.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v2 -id: redhat.rhamt-vscode-extension -version: latest -type: VS Code extension -name: rhamt -displayName: Red Hat Application Migration Toolkit -title: Red Hat Application Migration Toolkit -description: Application Migration and Modernization using RHAMT -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -publisher: redhat -repository: https://github.com/windup/rhamt-vscode-extension -category: Other -firstPublicationDate: "2019-06-19" -spec: - endpoints: - - name: "configuration-endpoint" - public: true - targetPort: 61436 - attributes: - protocol: http - - name: "report-endpoint" - public: true - targetPort: 61435 - attributes: - protocol: http - containers: - - image: "docker.io/windup3/rhamt-vscode-extension:java8" - name: rhamt-extension - memoryLimit: 1500Mi - ports: - - exposedPort: 61435 - - exposedPort: 61436 - mountSources: true - extensions: - - https://download.jboss.org/jbosstools/adapters/stable/rhamt-vscode-extension/rhamt-vscode-extension-0.0.8-200.vsix - diff --git a/v3/plugins/redhat/vscode-apache-camel/latest.txt b/v3/plugins/redhat/vscode-apache-camel/latest.txt new file mode 100644 index 0000000000..32786aa437 --- /dev/null +++ b/v3/plugins/redhat/vscode-apache-camel/latest.txt @@ -0,0 +1 @@ +0.0.18 diff --git a/v3/plugins/redhat/vscode-apache-camel/latest/meta.yaml b/v3/plugins/redhat/vscode-apache-camel/latest/meta.yaml deleted file mode 100644 index 6692e8ff01..0000000000 --- a/v3/plugins/redhat/vscode-apache-camel/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-apache-camel -version: latest -type: VS Code extension -displayName: Language Support for Apache Camel -title: Language Support for Apache Camel -description: This VS Code extension provides support for Apache Camel. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/camel-tooling/camel-lsp-client-vscode -category: Language -firstPublicationDate: '2018-04-23' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" - name: vscode-apache-camel - memoryLimit: "512Mi" - extensions: - - https://download.jboss.org/jbosstools/vscode/stable/vscode-apache-camel/vscode-apache-camel-0.0.18-67.vsix diff --git a/v3/plugins/redhat/vscode-camelk/latest.txt b/v3/plugins/redhat/vscode-camelk/latest.txt new file mode 100644 index 0000000000..c5d54ec326 --- /dev/null +++ b/v3/plugins/redhat/vscode-camelk/latest.txt @@ -0,0 +1 @@ +0.0.9 diff --git a/v3/plugins/redhat/vscode-camelk/latest/meta.yaml b/v3/plugins/redhat/vscode-camelk/latest/meta.yaml deleted file mode 100644 index 2b436228bb..0000000000 --- a/v3/plugins/redhat/vscode-camelk/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-camelk -version: latest -type: VS Code extension -displayName: Tooling for Apache Camel K -title: Tooling for Apache Camel K -description: VS Code support for Apache Camel K functionality -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/camel-tooling/vscode-camelk -category: Language -firstPublicationDate: '2019-07-10' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-camelk-0.0.9:7.3.0" - name: vscode-camelk - memoryLimit: "1G" - extensions: - - https://download.jboss.org/jbosstools/vscode/stable/vscode-camelk/vscode-camelk-0.0.9-86.vsix - - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix diff --git a/v3/plugins/redhat/vscode-openshift-connector/latest.txt b/v3/plugins/redhat/vscode-openshift-connector/latest.txt new file mode 100644 index 0000000000..6e8bf73aa5 --- /dev/null +++ b/v3/plugins/redhat/vscode-openshift-connector/latest.txt @@ -0,0 +1 @@ +0.1.0 diff --git a/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml deleted file mode 100644 index 3539a25753..0000000000 --- a/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-openshift-connector -version: latest -type: VS Code extension -displayName: OpenShift Connector -title: OpenShift Connector -description: Interacting with Red Hat OpenShift clusters and providing a streamlined developer experience using Eclipse Che -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/eclipse/che-plugin-registry/tree/master/v3/plugins/redhat/vscode-openshift-connector -category: Other -firstPublicationDate: "2019-10-08" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.1.0:7.3.0" - name: "vscode-openshift-connector" - memoryLimit: "512Mi" - extensions: - - https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.1.0/redhat.vscode-openshift-connector-0.1.0.vsix diff --git a/v3/plugins/redhat/vscode-wsdl2rest/latest.txt b/v3/plugins/redhat/vscode-wsdl2rest/latest.txt new file mode 100644 index 0000000000..c5d54ec326 --- /dev/null +++ b/v3/plugins/redhat/vscode-wsdl2rest/latest.txt @@ -0,0 +1 @@ +0.0.9 diff --git a/v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml b/v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml deleted file mode 100644 index 121a3428fe..0000000000 --- a/v3/plugins/redhat/vscode-wsdl2rest/latest/meta.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-wsdl2rest -version: latest -type: VS Code extension -displayName: wsdl2rest support for Apache Camel -title: wsdl2rest support for Apache Camel -description: Extension supporting the mapping of an existing SOAP service to a RESTful service in Camel Rest DSL generated via wsdl2rest. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/camel-tooling/vscode-wsdl2rest -category: Other -firstPublicationDate: "2019-02-26" -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" - memoryLimit: "256Mi" - extensions: - - https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix diff --git a/v3/plugins/redhat/vscode-xml/latest.txt b/v3/plugins/redhat/vscode-xml/latest.txt new file mode 100644 index 0000000000..faef31a435 --- /dev/null +++ b/v3/plugins/redhat/vscode-xml/latest.txt @@ -0,0 +1 @@ +0.7.0 diff --git a/v3/plugins/redhat/vscode-xml/latest/meta.yaml b/v3/plugins/redhat/vscode-xml/latest/meta.yaml deleted file mode 100644 index 0a6515a451..0000000000 --- a/v3/plugins/redhat/vscode-xml/latest/meta.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-xml -version: latest -type: VS Code extension -displayName: XML -title: XML Language Support by Red Hat -description: This VS Code extension provides support for creating and editing XML - documents, based on the LSP4XML language server, running with Java. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/vscode-xml -category: Language -firstPublicationDate: '2019-04-19' -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" - name: vscode-xml - memoryLimit: "768Mi" - extensions: - - https://github.com/redhat-developer/vscode-xml/releases/download/0.7.0/vscode-xml-0.7.0-3205.vsix diff --git a/v3/plugins/redhat/vscode-yaml/latest.txt b/v3/plugins/redhat/vscode-yaml/latest.txt new file mode 100644 index 0000000000..1d0ba9ea18 --- /dev/null +++ b/v3/plugins/redhat/vscode-yaml/latest.txt @@ -0,0 +1 @@ +0.4.0 diff --git a/v3/plugins/redhat/vscode-yaml/latest/meta.yaml b/v3/plugins/redhat/vscode-yaml/latest/meta.yaml deleted file mode 100644 index 48144f36d2..0000000000 --- a/v3/plugins/redhat/vscode-yaml/latest/meta.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: v2 -publisher: redhat -name: vscode-yaml -version: latest -type: VS Code extension -displayName: YAML -title: YAML Language Support by Red Hat, with built-in Kubernetes and Kedge syntax - support -description: Provides comprehensive YAML Language support to Visual Studio Code, via - the yaml-language-server, with built-in Kubernetes and Kedge syntax support. -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -repository: https://github.com/redhat-developer/vscode-yaml -category: Language -firstPublicationDate: '2019-04-19' -spec: - containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" - name: vscode-yaml - memoryLimit: "256Mi" - extensions: - - https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix diff --git a/v3/plugins/sonarsource/sonarlint-vscode/latest.txt b/v3/plugins/sonarsource/sonarlint-vscode/latest.txt new file mode 100644 index 0000000000..8acdd82b76 --- /dev/null +++ b/v3/plugins/sonarsource/sonarlint-vscode/latest.txt @@ -0,0 +1 @@ +0.0.1 diff --git a/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml b/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml deleted file mode 100644 index b055b233f5..0000000000 --- a/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: sonarsource -name: sonarlint-vscode -version: latest -type: VS Code extension -displayName: vscode-sonarlint -title: Sonarlint code intelligence -description: VS Code extension that provides sonarlint features -icon: https://www.eclipse.org/che/images/logo-eclipseche.svg -firstPublicationDate: '2019-02-05' -category: Linter -repository: https://www.sonarlint.org/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" - name: vscode-sonarlint - memoryLimit: "512Mi" - extensions: - - https://github.com/SonarSource/sonarlint-vscode/releases/download/1.6.0/sonarlint-vscode-1.6.0.vsix diff --git a/v3/plugins/ws-skeleton/eclipseide/latest.txt b/v3/plugins/ws-skeleton/eclipseide/latest.txt new file mode 100644 index 0000000000..6ed7776bf3 --- /dev/null +++ b/v3/plugins/ws-skeleton/eclipseide/latest.txt @@ -0,0 +1 @@ +4.9.0 diff --git a/v3/plugins/ws-skeleton/eclipseide/latest/meta.yaml b/v3/plugins/ws-skeleton/eclipseide/latest/meta.yaml deleted file mode 100644 index 37433ee667..0000000000 --- a/v3/plugins/ws-skeleton/eclipseide/latest/meta.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: v2 -publisher: ws-skeleton -name: eclipseide -version: latest -type: Che Editor -displayName: Eclipse IDE -title: Eclipse IDE (in browser using Broadway) as editor for Eclipse Che -description: Eclipse running on the Web with Broadway -icon: https://cdn.freebiesupply.com/logos/large/2x/eclipse-11-logo-svg-vector.svg -category: Editor -repository: https://github.com/ws-skeleton/che-editor-eclipseide/ -firstPublicationDate: '2019-02-05' -spec: - endpoints: - - name: eclipse-ide - public: true - targetPort: 5000 - attributes: - protocol: http - type: ide - containers: - - name: eclipse-ide - image: "docker.io/wsskeleton/eclipse-broadway" - mountSources: true - ports: - - exposedPort: 5000 - memoryLimit: 2048M diff --git a/v3/plugins/ws-skeleton/jupyter/latest.txt b/v3/plugins/ws-skeleton/jupyter/latest.txt new file mode 100644 index 0000000000..42cdd0b540 --- /dev/null +++ b/v3/plugins/ws-skeleton/jupyter/latest.txt @@ -0,0 +1 @@ +5.7.0 diff --git a/v3/plugins/ws-skeleton/jupyter/latest/meta.yaml b/v3/plugins/ws-skeleton/jupyter/latest/meta.yaml deleted file mode 100644 index a13b7e2481..0000000000 --- a/v3/plugins/ws-skeleton/jupyter/latest/meta.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: v2 -publisher: ws-skeleton -name: jupyter -version: latest -type: Che Editor -displayName: Jupyter Notebook -title: Jupyter Notebook as Editor for Eclipse Che -description: Jupyter Notebook as Editor for Eclipse Che -icon: https://jupyter.org/assets/main-logo.svg -category: Editor -repository: https://github.com/ws-skeleton/che-editor-jupyter/ -firstPublicationDate: '2019-02-05' -spec: - endpoints: - - name: jupyter - public: true - targetPort: 8888 - attributes: - protocol: http - type: ide - containers: - - name: jupyter-notebook - image: "docker.io/ksmster/che-editor-jupyter:5.7.0" - env: - - name: JUPYTER_NOTEBOOK_DIR - value: /projects - mountSources: true - ports: - - exposedPort: 8888 - memoryLimit: 512M From 329deb7ae22410f54fb55642e3bea0a986f11547 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 24 Oct 2019 15:44:22 -0400 Subject: [PATCH 11/21] update from registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-104 to registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-105 (#268) Change-Id: Ieeec90d0be83c93743affb8c191c238b44952920 Signed-off-by: nickboldt --- build/dockerfiles/rhel.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index 6ffb30ba92..e307326ee7 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -69,7 +69,7 @@ RUN ./generate_latest_metas.sh v3 && \ # Build registry, copying meta.yamls and index.json from builder # UPSTREAM: use RHEL7/RHSCL/httpd image so we're not required to authenticate with registry.redhat.io # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/rhscl/httpd-24-rhel7 -FROM registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-104 AS registry +FROM registry.access.redhat.com/rhscl/httpd-24-rhel7:2.4-105 AS registry # DOWNSTREAM: use RHEL8/httpd # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/rhel8/httpd-24 From f92d8dc3a0bfcdfc0f90695ac42b9e7c9ab6938b Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 24 Oct 2019 17:13:25 -0400 Subject: [PATCH 12/21] move up to v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools latest = 1.0.4 (#269) Change-Id: If8cf268e7bca01e909fd96a4625b0c7d84afddba Signed-off-by: nickboldt --- .../ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt index 3eefcb9dd5..ee90284c27 100644 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/latest.txt @@ -1 +1 @@ -1.0.0 +1.0.4 From 5f12c128a0fd95166dafaff7de365bb7455ffd46 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Fri, 25 Oct 2019 14:47:00 +0300 Subject: [PATCH 13/21] Add init container to inject remote binary. (#233) * Add init container to inject remote binary. Signed-off-by: Oleksandr Andriienko * Fix up Signed-off-by: Oleksandr Andriienko * Fix image organization. Signed-off-by: Oleksandr Andriienko * Use settings.xml patching for java images. Signed-off-by: Oleksandr Andriienko * Fix up. Signed-off-by: Oleksandr Andriienko * Use 'entrypoint.sh' script to start remote plugin binary Signed-off-by: Yevhen Vydolob * Apply all oc 0.21 dependencies. Signed-off-by: Oleksandr Andriienko * Apply all needed dependencies for oc-connector. Signed-off-by: Oleksandr Andriienko * Don't change command for all versions Signed-off-by: Oleksandr Andriienko * Start befo-start.sh for java 0.50.0 Signed-off-by: Oleksandr Andriienko * Don't override entrypoint. Signed-off-by: Oleksandr Andriienko --- v3/plugins/eclipse/che-theia/next/meta.yaml | 12 ++++++++++++ .../vscode-openshift-connector/0.0.21/meta.yaml | 2 ++ .../vscode-openshift-connector/0.1.0/meta.yaml | 2 ++ 3 files changed, 16 insertions(+) diff --git a/v3/plugins/eclipse/che-theia/next/meta.yaml b/v3/plugins/eclipse/che-theia/next/meta.yaml index 079e8edeb2..64703b3b43 100644 --- a/v3/plugins/eclipse/che-theia/next/meta.yaml +++ b/v3/plugins/eclipse/che-theia/next/meta.yaml @@ -67,3 +67,15 @@ spec: - exposedPort: 13132 - exposedPort: 13133 memoryLimit: "512M" + initContainers: + - name: remote-runtime-injector + image: eclipse/che-theia-endpoint-runtime-binary:next + 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/redhat/vscode-openshift-connector/0.0.21/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml index 1674061742..768475cc40 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml @@ -16,4 +16,6 @@ spec: name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix + - https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix - https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.0.21/openshift-connector-0.0.21-228.vsix diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml index 0b89433f55..2798bbaeb8 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml @@ -16,4 +16,6 @@ spec: name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: + - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix + - https://github.com/redhat-developer/vscode-yaml/releases/download/0.4.0/redhat.vscode-yaml-0.4.0.vsix - https://github.com/redhat-developer/vscode-openshift-tools/releases/download/v0.1.0/redhat.vscode-openshift-connector-0.1.0.vsix From 247baf9600215941872ff96dff84b7542df42a00 Mon Sep 17 00:00:00 2001 From: Angel Misevski Date: Fri, 25 Oct 2019 10:01:01 -0400 Subject: [PATCH 14/21] Fix regex used for processing image references (#272) The regex we use to update image references used in airgap mode fails if the registry hostname contains a colon. Signed-off-by: Angel Misevski --- build/dockerfiles/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/dockerfiles/entrypoint.sh b/build/dockerfiles/entrypoint.sh index a0cea2a011..4417aec326 100755 --- a/build/dockerfiles/entrypoint.sh +++ b/build/dockerfiles/entrypoint.sh @@ -34,7 +34,7 @@ METAS_DIR="${METAS_DIR:-${DEFAULT_METAS_DIR}}" # \4 - Image name portion of image, e.g. quay.io/eclipse/(che-theia):tag # \5 - Tag of image, e.g. quay.io/eclipse/che-theia:(tag) # \6 - Optional quotation following image reference -IMAGE_REGEX='([[:space:]]*"?)([._a-zA-Z0-9-]*)/([._a-zA-Z0-9-]*)/([._a-zA-Z0-9-]*):([._a-zA-Z0-9-]*)("?)' +IMAGE_REGEX='([[:space:]]*"?)([._:a-zA-Z0-9-]*)/([._a-zA-Z0-9-]*)/([._a-zA-Z0-9-]*):([._a-zA-Z0-9-]*)("?)' # We can't use the `-d` option for readarray because # registry.centos.org/centos/httpd-24-centos7 ships with Bash 4.2 From b97a0e6605c81c26e54ed77c5bc98e8516123928 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 25 Oct 2019 12:19:29 -0400 Subject: [PATCH 15/21] move ./list_referenced_images.sh to run in builder step (doesn't need to run in offline-builder phase and WON'T RUN in Brew unless we copy the script to registry image too -- and this is simpler for Che, CRW, and Brew flavours) (#271) Change-Id: Ie1380a05c7eebc1f0b3ba8d5ec9c8149345953db Signed-off-by: nickboldt move ./list_referenced_images.sh to builder (from offline-builder); remove -c from rhel.Dockerfile so it's consistent with Dockerfile Change-Id: Ied3d0d977c7d8dc379d66ff715bbb394ecd1ea58 Signed-off-by: nickboldt --- build/dockerfiles/Dockerfile | 2 +- build/dockerfiles/rhel.Dockerfile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/dockerfiles/Dockerfile b/build/dockerfiles/Dockerfile index b8a11870c5..3bb6a34111 100644 --- a/build/dockerfiles/Dockerfile +++ b/build/dockerfiles/Dockerfile @@ -29,6 +29,7 @@ RUN ./generate_latest_metas.sh v3 && \ ./set_plugin_dates.sh v3 && \ ./check_plugins_viewer_mandatory_fields.sh v3 && \ ./index.sh v3 > /build/v3/plugins/index.json && \ + ./list_referenced_images.sh v3 > /build/v3/external_images.txt && \ chmod -R g+rwX /build # Build registry, copying meta.yamls and index.json from builder @@ -41,7 +42,6 @@ CMD ["/usr/bin/run-httpd"] # Offline build: cache .theia and .vsix files in registry itself and update metas FROM builder AS offline-builder -RUN ./list_referenced_images.sh v3 > /build/v3/external_images.txt RUN ./cache_artifacts.sh v3 && chmod -R g+rwX /build # Offline registry: copy updated meta.yamls and cached extensions diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index e307326ee7..d7047a2db2 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.Dockerfile @@ -60,7 +60,8 @@ RUN ./generate_latest_metas.sh v3 && \ ./set_plugin_dates.sh v3 && \ ./check_plugins_viewer_mandatory_fields.sh v3 && \ ./index.sh v3 > /build/v3/plugins/index.json && \ - chmod -c -R g+rwX /build + ./list_referenced_images.sh v3 > /build/v3/external_images.txt && \ + chmod -R g+rwX /build ################# # PHASE THREE: create ubi8-minimal image with httpd @@ -97,7 +98,6 @@ CMD ["/usr/local/bin/rhel.entrypoint.sh"] # Offline build: cache .theia and .vsix files in registry itself and update metas # multiple temp stages does not work in Brew FROM builder AS offline-builder -RUN ./list_referenced_images.sh v3 > /build/v3/external_images.txt # built in Brew, use tarball in lookaside cache; built locally, comment this out # COPY v3.tgz /tmp/v3.tgz @@ -111,7 +111,7 @@ RUN ./list_referenced_images.sh v3 > /build/v3/external_images.txt # 2. then add it to dist-git so it's part of this repo # rhpkg new-sources root-local.tgz v3.tgz RUN if [ ! -f /tmp/v3.tgz ] || [ ${BOOTSTRAP} == "true" ]; then \ - ./cache_artifacts.sh v3 && chmod -c -R g+rwX /build; \ + ./cache_artifacts.sh v3 && chmod -R g+rwX /build; \ else \ # in Brew use /var/www/html/; in upstream/ offline-builder use /build/ mkdir -p /build/v3/; tar xf /tmp/v3.tgz -C /build/v3/; rm -fr /tmp/v3.tgz; \ From 0bf7f159f23055066212b2f422d694a0e5cadab9 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 17:15:58 +0100 Subject: [PATCH 16/21] che #14947 Bumping version to 7.3.1 Signed-off-by: Ilya Buziuk --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index a42c712702..643916c03f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.3.1-SNAPSHOT +7.3.1 From dda0aec9dc46307980903a8b6b6e1838cf7882aa Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 17:38:33 +0100 Subject: [PATCH 17/21] che #14947 Adding 7.3.1 versions of 'che-theia' and 'che-machine-exec' plugins. Updating 'latest.txt' file for those plugins Signed-off-by: Ilya Buziuk --- .../che-machine-exec-plugin/7.3.1/meta.yaml | 29 +++++++ .../che-machine-exec-plugin/latest.txt | 2 +- v3/plugins/eclipse/che-theia/7.3.1/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.3.1/meta.yaml create mode 100644 v3/plugins/eclipse/che-theia/7.3.1/meta.yaml diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.3.1/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.3.1/meta.yaml new file mode 100644 index 0000000000..b60d4708ad --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.3.1/meta.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +publisher: eclipse +name: che-machine-exec-plugin +version: 7.3.1 +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-10-28" +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.3.1" + 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 1502020768..643916c03f 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest.txt @@ -1 +1 @@ -7.3.0 +7.3.1 diff --git a/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml b/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml new file mode 100644 index 0000000000..0460f1997d --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml @@ -0,0 +1,81 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.3.1 +type: Che Editor +displayName: theia-ide +title: Eclipse Theia development version. +description: Eclipse Theia, get the latest release each day. +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-10-28" +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: "docker.io/eclipse/che-theia:7.3.1" + 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: eclipse/che-theia-endpoint-runtime-binary:7.3.1 + 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 1502020768..643916c03f 100644 --- a/v3/plugins/eclipse/che-theia/latest.txt +++ b/v3/plugins/eclipse/che-theia/latest.txt @@ -1 +1 @@ -7.3.0 +7.3.1 From b74bffca7fbeed48d597949310dc6a823f1647ec Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 17:42:25 +0100 Subject: [PATCH 18/21] che #14947 Setting '7.3.1' version for container runtime images of the che remote plugins Signed-off-by: Ilya Buziuk --- v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml | 2 +- v3/plugins/che-incubator/cpptools/0.1/meta.yaml | 2 +- v3/plugins/che-incubator/typescript/1.30.2/meta.yaml | 2 +- v3/plugins/che-incubator/typescript/1.35.1/meta.yaml | 2 +- v3/plugins/eclipse/che-machine-exec-plugin/7.3.0/meta.yaml | 2 +- v3/plugins/eclipse/che-theia/7.3.0/meta.yaml | 2 +- .../vscode-kubernetes-tools/0.1.17/meta.yaml | 2 +- .../ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0/meta.yaml | 2 +- v3/plugins/ms-python/python/2019.2.5558/meta.yaml | 2 +- v3/plugins/ms-python/python/2019.3.6558/meta.yaml | 2 +- v3/plugins/ms-python/python/2019.5.18875/meta.yaml | 2 +- v3/plugins/ms-vscode/go/0.11.0/meta.yaml | 2 +- v3/plugins/ms-vscode/go/0.11.4/meta.yaml | 2 +- v3/plugins/ms-vscode/go/0.9.2/meta.yaml | 2 +- v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml | 2 +- v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml | 2 +- v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml | 2 +- v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml | 2 +- .../redhat-developer/che-omnisharp-plugin/0.0.1/meta.yaml | 2 +- .../redhat-developer/che-omnisharp-plugin/0.0.2/meta.yaml | 2 +- .../redhat-developer/che-omnisharp-plugin/0.0.5/meta.yaml | 2 +- .../redhat-developer/netcoredbg-theia-plugin/0.0.1/meta.yaml | 2 +- v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml | 2 +- v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml | 2 +- v3/plugins/redhat/java/0.38.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.43.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.45.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.50.0/meta.yaml | 2 +- v3/plugins/redhat/java11/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java11/0.50.0/meta.yaml | 2 +- v3/plugins/redhat/java8/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java8/0.50.0/meta.yaml | 2 +- v3/plugins/redhat/php-debugger/1.13.0/meta.yaml | 2 +- v3/plugins/redhat/php/1.0.13/meta.yaml | 2 +- v3/plugins/redhat/vscode-apache-camel/0.0.16/meta.yaml | 2 +- v3/plugins/redhat/vscode-apache-camel/0.0.18/meta.yaml | 2 +- v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml | 2 +- v3/plugins/redhat/vscode-openshift-connector/0.0.17/meta.yaml | 2 +- v3/plugins/redhat/vscode-openshift-connector/0.0.19/meta.yaml | 2 +- v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml | 2 +- v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml | 2 +- v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml | 2 +- v3/plugins/redhat/vscode-xml/0.3.0/meta.yaml | 2 +- v3/plugins/redhat/vscode-xml/0.5.1/meta.yaml | 2 +- v3/plugins/redhat/vscode-xml/0.7.0/meta.yaml | 2 +- v3/plugins/redhat/vscode-yaml/0.3.0/meta.yaml | 2 +- v3/plugins/redhat/vscode-yaml/0.4.0/meta.yaml | 2 +- v3/plugins/sonarsource/sonarlint-vscode/0.0.1/meta.yaml | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml b/v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml index 1a760de856..62ec64ac32 100644 --- a/v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml +++ b/v3/plugins/camel-tooling/vscode-apache-camel/0.0.14/meta.yaml @@ -15,7 +15,7 @@ deprecate: migrateTo: redhat/vscode-apache-camel/latest spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-apache-camel memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/che-incubator/cpptools/0.1/meta.yaml b/v3/plugins/che-incubator/cpptools/0.1/meta.yaml index 2d9726e482..bc99c55a15 100644 --- a/v3/plugins/che-incubator/cpptools/0.1/meta.yaml +++ b/v3/plugins/che-incubator/cpptools/0.1/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-08-06' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-clang-8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-clang-8:7.3.1" name: cpp-plugins memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/che-incubator/typescript/1.30.2/meta.yaml b/v3/plugins/che-incubator/typescript/1.30.2/meta.yaml index abedf11db6..89e944ec30 100644 --- a/v3/plugins/che-incubator/typescript/1.30.2/meta.yaml +++ b/v3/plugins/che-incubator/typescript/1.30.2/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-02-19" spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: "vscode-typescript" memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml b/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml index bb656c9bbc..ade7bcbe87 100644 --- a/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml +++ b/v3/plugins/che-incubator/typescript/1.35.1/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-typescript memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.3.0/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.3.0/meta.yaml index 7a0956ec64..cbf9b7dcff 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/7.3.0/meta.yaml +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.3.0/meta.yaml @@ -24,6 +24,6 @@ spec: cookiesAuthEnabled: true containers: - name: che-machine-exec - image: "quay.io/eclipse/che-machine-exec:7.3.0" + image: "quay.io/eclipse/che-machine-exec:7.3.1" ports: - exposedPort: 4444 diff --git a/v3/plugins/eclipse/che-theia/7.3.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.3.0/meta.yaml index 8607b6ed84..1a376fd373 100644 --- a/v3/plugins/eclipse/che-theia/7.3.0/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.3.0/meta.yaml @@ -48,7 +48,7 @@ spec: discoverable: false containers: - name: theia-ide - image: "docker.io/eclipse/che-theia:7.3.0" + image: "docker.io/eclipse/che-theia:7.3.1" env: - name: THEIA_PLUGINS value: local-dir:///plugins diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/0.1.17/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/0.1.17/meta.yaml index 3c98cb4005..3387c65bab 100644 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/0.1.17/meta.yaml +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/0.1.17/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-03-11" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.3.1" name: "vscode-kubernetes-tools" memoryLimit: "1G" extensions: diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0/meta.yaml index ec9b3c9df2..2418c0c405 100644 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0/meta.yaml +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.0/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-05-15" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.3.1" name: "vscode-kubernetes-tools" memoryLimit: "1G" extensions: diff --git a/v3/plugins/ms-python/python/2019.2.5558/meta.yaml b/v3/plugins/ms-python/python/2019.2.5558/meta.yaml index 3ceb765a33..74e36f7e04 100644 --- a/v3/plugins/ms-python/python/2019.2.5558/meta.yaml +++ b/v3/plugins/ms-python/python/2019.2.5558/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-03-05" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.1" name: "vscode-python" memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-python/python/2019.3.6558/meta.yaml b/v3/plugins/ms-python/python/2019.3.6558/meta.yaml index 8abface067..c9b87acd7d 100644 --- a/v3/plugins/ms-python/python/2019.3.6558/meta.yaml +++ b/v3/plugins/ms-python/python/2019.3.6558/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-23" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.1" name: "vscode-python" memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-python/python/2019.5.18875/meta.yaml b/v3/plugins/ms-python/python/2019.5.18875/meta.yaml index 2bd228d9ab..eec39dfaf9 100644 --- a/v3/plugins/ms-python/python/2019.5.18875/meta.yaml +++ b/v3/plugins/ms-python/python/2019.5.18875/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.1" name: vscode-python memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-vscode/go/0.11.0/meta.yaml b/v3/plugins/ms-vscode/go/0.11.0/meta.yaml index 9f487843c6..7918e4aeeb 100644 --- a/v3/plugins/ms-vscode/go/0.11.0/meta.yaml +++ b/v3/plugins/ms-vscode/go/0.11.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.1" name: vscode-go memoryLimit: '512Mi' env: diff --git a/v3/plugins/ms-vscode/go/0.11.4/meta.yaml b/v3/plugins/ms-vscode/go/0.11.4/meta.yaml index 89fa3559ad..1476cfd78e 100644 --- a/v3/plugins/ms-vscode/go/0.11.4/meta.yaml +++ b/v3/plugins/ms-vscode/go/0.11.4/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-09-19' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:7.3.1" name: vscode-go memoryLimit: '512Mi' env: diff --git a/v3/plugins/ms-vscode/go/0.9.2/meta.yaml b/v3/plugins/ms-vscode/go/0.9.2/meta.yaml index dcc8a589c0..41be62a9e7 100644 --- a/v3/plugins/ms-vscode/go/0.9.2/meta.yaml +++ b/v3/plugins/ms-vscode/go/0.9.2/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-02-21" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.1" name: vscode-go memoryLimit: '512Mi' env: diff --git a/v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml b/v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml index 68a3bca93c..e8f36e5518 100644 --- a/v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml @@ -12,7 +12,7 @@ category: Debugger firstPublicationDate: "2019-02-19" spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-node-debug-legacy memoryLimit: '256Mi' extensions: diff --git a/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml b/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml index 9d950727aa..1226e857be 100644 --- a/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml @@ -13,7 +13,7 @@ category: Debugger firstPublicationDate: '2019-06-20' spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-node-debug-legacy memoryLimit: '256Mi' extensions: diff --git a/v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml b/v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml index c1876a65ae..8627e252fd 100644 --- a/v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml @@ -12,7 +12,7 @@ category: Debugger firstPublicationDate: "2019-02-19" spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-node-debug memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml b/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml index 79add00bd3..acc4cb18da 100644 --- a/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml @@ -13,7 +13,7 @@ category: Debugger firstPublicationDate: '2019-06-20' spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-node-debug memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.1/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.1/meta.yaml index 62a80beb88..9d8b17f120 100644 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.1/meta.yaml +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.1/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-03-13" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.1" name: theia-omnisharp memoryLimit: "1024Mi" extensions: diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.2/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.2/meta.yaml index 4a3faa574e..9d7a44930e 100644 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.2/meta.yaml +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.2/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-06-19" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.1" name: theia-omnisharp memoryLimit: "1024Mi" extensions: diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.5/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.5/meta.yaml index 48963d09f5..fa4eb2f0ad 100644 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.5/meta.yaml +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/0.0.5/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-10-01" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.1" name: theia-omnisharp memoryLimit: "1024Mi" extensions: diff --git a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/0.0.1/meta.yaml b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/0.0.1/meta.yaml index e41735c4f8..883d948b24 100644 --- a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/0.0.1/meta.yaml +++ b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/0.0.1/meta.yaml @@ -12,7 +12,7 @@ category: Debugger firstPublicationDate: "2019-04-19" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.1" name: theia-netcoredbg memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml b/v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml index 7de04dbd56..dfe36ec081 100644 --- a/v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml +++ b/v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: '2018-10-03' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.3.1" memoryLimit: "512Mi" extensions: - https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/releases/download/0.0.12/redhat.fabric8-analytics-0.0.12.vsix diff --git a/v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml b/v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml index e9f8114eef..1b7503adac 100644 --- a/v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml +++ b/v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: '2019-09-12' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.13:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.13:7.3.1" name: dependency-analytics memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/java/0.38.0/meta.yaml b/v3/plugins/redhat/java/0.38.0/meta.yaml index 3f8df7f837..e90531d652 100644 --- a/v3/plugins/redhat/java/0.38.0/meta.yaml +++ b/v3/plugins/redhat/java/0.38.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-02-20" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java/0.43.0/meta.yaml b/v3/plugins/redhat/java/0.43.0/meta.yaml index 4e78a07df6..d64e80927b 100644 --- a/v3/plugins/redhat/java/0.43.0/meta.yaml +++ b/v3/plugins/redhat/java/0.43.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-25" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java/0.45.0/meta.yaml b/v3/plugins/redhat/java/0.45.0/meta.yaml index c2a982ed7f..2225b95ac5 100644 --- a/v3/plugins/redhat/java/0.45.0/meta.yaml +++ b/v3/plugins/redhat/java/0.45.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-05-27" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java/0.46.0/meta.yaml b/v3/plugins/redhat/java/0.46.0/meta.yaml index ee17bdaba0..06391a92cb 100644 --- a/v3/plugins/redhat/java/0.46.0/meta.yaml +++ b/v3/plugins/redhat/java/0.46.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java/0.50.0/meta.yaml b/v3/plugins/redhat/java/0.50.0/meta.yaml index d27bd572ea..7a9ed3ce95 100644 --- a/v3/plugins/redhat/java/0.50.0/meta.yaml +++ b/v3/plugins/redhat/java/0.50.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-10-03" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" volumes: diff --git a/v3/plugins/redhat/java11/0.46.0/meta.yaml b/v3/plugins/redhat/java11/0.46.0/meta.yaml index f91995bdda..2e2eefa139 100644 --- a/v3/plugins/redhat/java11/0.46.0/meta.yaml +++ b/v3/plugins/redhat/java11/0.46.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java11/0.50.0/meta.yaml b/v3/plugins/redhat/java11/0.50.0/meta.yaml index 038a6468b2..84692427a1 100644 --- a/v3/plugins/redhat/java11/0.50.0/meta.yaml +++ b/v3/plugins/redhat/java11/0.50.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-10-03" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-java memoryLimit: "1500Mi" volumes: diff --git a/v3/plugins/redhat/java8/0.46.0/meta.yaml b/v3/plugins/redhat/java8/0.46.0/meta.yaml index fcab7b9786..d23ec9d6f3 100644 --- a/v3/plugins/redhat/java8/0.46.0/meta.yaml +++ b/v3/plugins/redhat/java8/0.46.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java8/0.50.0/meta.yaml b/v3/plugins/redhat/java8/0.50.0/meta.yaml index 7497fba042..66458286dd 100644 --- a/v3/plugins/redhat/java8/0.50.0/meta.yaml +++ b/v3/plugins/redhat/java8/0.50.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-10-03" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-java memoryLimit: "1500Mi" volumes: diff --git a/v3/plugins/redhat/php-debugger/1.13.0/meta.yaml b/v3/plugins/redhat/php-debugger/1.13.0/meta.yaml index ed629ba03a..ea7a1d589c 100644 --- a/v3/plugins/redhat/php-debugger/1.13.0/meta.yaml +++ b/v3/plugins/redhat/php-debugger/1.13.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-16" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.1" name: php-debugger extensions: - https://github.com/felixfbecker/vscode-php-debug/releases/download/v1.13.0/php-debug.vsix diff --git a/v3/plugins/redhat/php/1.0.13/meta.yaml b/v3/plugins/redhat/php/1.0.13/meta.yaml index 719c08c8d6..e2b490d514 100644 --- a/v3/plugins/redhat/php/1.0.13/meta.yaml +++ b/v3/plugins/redhat/php/1.0.13/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-16" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.3.1" name: php-intelephense memoryLimit: "1000Mi" extensions: diff --git a/v3/plugins/redhat/vscode-apache-camel/0.0.16/meta.yaml b/v3/plugins/redhat/vscode-apache-camel/0.0.16/meta.yaml index 252465e871..38469bb906 100644 --- a/v3/plugins/redhat/vscode-apache-camel/0.0.16/meta.yaml +++ b/v3/plugins/redhat/vscode-apache-camel/0.0.16/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2018-04-23' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-apache-camel memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-apache-camel/0.0.18/meta.yaml b/v3/plugins/redhat/vscode-apache-camel/0.0.18/meta.yaml index cbb59452f3..49c5e7254b 100644 --- a/v3/plugins/redhat/vscode-apache-camel/0.0.18/meta.yaml +++ b/v3/plugins/redhat/vscode-apache-camel/0.0.18/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2018-04-23' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-apache-camel memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml b/v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml index ff231df205..3d15670207 100644 --- a/v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml +++ b/v3/plugins/redhat/vscode-camelk/0.0.9/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-07-10' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-camelk-0.0.9:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-camelk-0.0.9:7.3.1" name: vscode-camelk memoryLimit: "1G" extensions: diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.0.17/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.0.17/meta.yaml index 1f3fa1819d..990489dfa8 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.0.17/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.0.17/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-03-11" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.3.1" name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.0.19/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.0.19/meta.yaml index 296dda6ba4..2be44149d2 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.0.19/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.0.19/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-04-19" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.3.1" name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml index 768475cc40..6508ca520a 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.0.21/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-05-22" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.21:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.21:7.3.1" name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml index 2798bbaeb8..5fcd68ecae 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-10-08" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.1.0:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.1.0:7.3.1" name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml b/v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml index 453801e0f9..7e2f2b3985 100644 --- a/v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml +++ b/v3/plugins/redhat/vscode-wsdl2rest/0.0.9/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-02-26" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" memoryLimit: "256Mi" extensions: - https://download.jboss.org/jbosstools/vscode/stable/vscode-wsdl2rest/vscode-wsdl2rest-0.0.9-16.vsix diff --git a/v3/plugins/redhat/vscode-xml/0.3.0/meta.yaml b/v3/plugins/redhat/vscode-xml/0.3.0/meta.yaml index 54d752b931..75954fd29e 100644 --- a/v3/plugins/redhat/vscode-xml/0.3.0/meta.yaml +++ b/v3/plugins/redhat/vscode-xml/0.3.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-02-20" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-xml memoryLimit: "768Mi" extensions: diff --git a/v3/plugins/redhat/vscode-xml/0.5.1/meta.yaml b/v3/plugins/redhat/vscode-xml/0.5.1/meta.yaml index feb7beec59..ede5e7f324 100644 --- a/v3/plugins/redhat/vscode-xml/0.5.1/meta.yaml +++ b/v3/plugins/redhat/vscode-xml/0.5.1/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-19" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" name: vscode-xml memoryLimit: "768Mi" extensions: diff --git a/v3/plugins/redhat/vscode-xml/0.7.0/meta.yaml b/v3/plugins/redhat/vscode-xml/0.7.0/meta.yaml index 8375bd188f..445bf9b5d8 100644 --- a/v3/plugins/redhat/vscode-xml/0.7.0/meta.yaml +++ b/v3/plugins/redhat/vscode-xml/0.7.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-06-17" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.1" memoryLimit: "768Mi" extensions: - https://github.com/redhat-developer/vscode-xml/releases/download/0.7.0/vscode-xml-0.7.0-3205.vsix diff --git a/v3/plugins/redhat/vscode-yaml/0.3.0/meta.yaml b/v3/plugins/redhat/vscode-yaml/0.3.0/meta.yaml index de956b8426..5c8e6e16a8 100644 --- a/v3/plugins/redhat/vscode-yaml/0.3.0/meta.yaml +++ b/v3/plugins/redhat/vscode-yaml/0.3.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-02-20" spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-yaml memoryLimit: "256Mi" extensions: diff --git a/v3/plugins/redhat/vscode-yaml/0.4.0/meta.yaml b/v3/plugins/redhat/vscode-yaml/0.4.0/meta.yaml index 4feafadd7d..c950b680a1 100644 --- a/v3/plugins/redhat/vscode-yaml/0.4.0/meta.yaml +++ b/v3/plugins/redhat/vscode-yaml/0.4.0/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-19" spec: containers: - - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.0" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.1" name: vscode-yaml memoryLimit: "256Mi" extensions: diff --git a/v3/plugins/sonarsource/sonarlint-vscode/0.0.1/meta.yaml b/v3/plugins/sonarsource/sonarlint-vscode/0.0.1/meta.yaml index 505d5f6af7..ffd0acf24e 100644 --- a/v3/plugins/sonarsource/sonarlint-vscode/0.0.1/meta.yaml +++ b/v3/plugins/sonarsource/sonarlint-vscode/0.0.1/meta.yaml @@ -12,7 +12,7 @@ category: Linter repository: https://www.sonarlint.org/ spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.0" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.1" name: vscode-sonarlint memoryLimit: "512Mi" extensions: From 45bb00581c5ee96603f88b1c6c3118e8d5a05cbe Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 18:51:29 +0100 Subject: [PATCH 19/21] Updating title & description of the '7.3.1' version of che-theia Signed-off-by: Ilya Buziuk --- v3/plugins/eclipse/che-theia/7.3.1/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml b/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml index 0460f1997d..2e86254fb6 100644 --- a/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.3.1/meta.yaml @@ -4,8 +4,8 @@ name: che-theia version: 7.3.1 type: Che Editor displayName: theia-ide -title: Eclipse Theia development version. -description: Eclipse Theia, get the latest release each day. +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 From 869da1bedb3ec0f7279e73174fa0cd64abdfe50a Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 18:54:50 +0100 Subject: [PATCH 20/21] Setting '7.3.1' version of the container runtime image for vscode-kubernetes-tools plugin Signed-off-by: Ilya Buziuk --- .../ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml index ee52a3c657..3087803285 100644 --- a/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml +++ b/v3/plugins/ms-kubernetes-tools/vscode-kubernetes-tools/1.0.4/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2019-10-16" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:next" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:7.3.1" name: "vscode-kubernetes-tools" memoryLimit: "1G" extensions: From 03a07d04f1af2de7c46aa3996fba4ce3520d3f46 Mon Sep 17 00:00:00 2001 From: Ilya Buziuk Date: Mon, 28 Oct 2019 19:13:29 +0100 Subject: [PATCH 21/21] Excluding 'pizzafactory' plugins from the '7.3.1' release Signed-off-by: Ilya Buziuk --- .../vscode-libra-move/0.0.10/meta.yaml | 19 ------------------- .../pizzafactory/vscode-libra-move/latest.txt | 1 - .../pizzafactory/xtend-lang/0.1.0/meta.yaml | 19 ------------------- v3/plugins/pizzafactory/xtend-lang/latest.txt | 1 - .../pizzafactory/xtext-lang/0.4.0/meta.yaml | 19 ------------------- v3/plugins/pizzafactory/xtext-lang/latest.txt | 1 - 6 files changed, 60 deletions(-) delete mode 100644 v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml delete mode 100644 v3/plugins/pizzafactory/vscode-libra-move/latest.txt delete mode 100644 v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml delete mode 100644 v3/plugins/pizzafactory/xtend-lang/latest.txt delete mode 100644 v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml delete mode 100644 v3/plugins/pizzafactory/xtext-lang/latest.txt diff --git a/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml b/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml deleted file mode 100644 index 91ccdee20c..0000000000 --- a/v3/plugins/pizzafactory/vscode-libra-move/0.0.10/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: vscode-libra-move -version: 0.0.10 -type: VS Code extension -displayName: Libra's Move Language -title: Libra's Move Language -description: VS Code extension that provides Libra's Move Language Server. Code is provided by SDKBox. Packaging by PizzaFactory. -icon: https://commons.wikimedia.org/wiki/File:Libra_logo_icon.svg -firstPublicationDate: "2019-09-24" -category: Language -repository: https://github.com/pizzafactory-contorno/vscode-libra-move/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-libra-move - memoryLimit: "512Mi" - extensions: - - https://github.com/pizzafactory-contorno/vscode-libra-move/releases/download/v0.0.10-ddc0d3d/vscode-libra-move-0.0.10.vsix diff --git a/v3/plugins/pizzafactory/vscode-libra-move/latest.txt b/v3/plugins/pizzafactory/vscode-libra-move/latest.txt deleted file mode 100644 index 7c1886bb9f..0000000000 --- a/v3/plugins/pizzafactory/vscode-libra-move/latest.txt +++ /dev/null @@ -1 +0,0 @@ -0.0.10 diff --git a/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml b/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml deleted file mode 100644 index 5ee479aa93..0000000000 --- a/v3/plugins/pizzafactory/xtend-lang/0.1.0/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: xtend-lang -version: 0.1.0 -type: VS Code extension -displayName: Xtend Language -title: Language support for Xtend -description: VS Code extension that provides Xtend Language Server -icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg -firstPublicationDate: "2019-08-12" -category: Language -repository: https://github.com/PizzaFactory/xtend-ide-extensions/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-xtend-lang - memoryLimit: "768Mi" - extensions: - - https://github.com/PizzaFactory/xtend-ide-extensions/releases/download/v0.1.0/xtend-lang-0.1.0.vsix diff --git a/v3/plugins/pizzafactory/xtend-lang/latest.txt b/v3/plugins/pizzafactory/xtend-lang/latest.txt deleted file mode 100644 index 6c6aa7cb09..0000000000 --- a/v3/plugins/pizzafactory/xtend-lang/latest.txt +++ /dev/null @@ -1 +0,0 @@ -0.1.0 \ No newline at end of file diff --git a/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml b/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml deleted file mode 100644 index acb4152d6d..0000000000 --- a/v3/plugins/pizzafactory/xtext-lang/0.4.0/meta.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v2 -publisher: pizzafactory -name: xtext-lang -version: 0.4.0 -type: VS Code extension -displayName: Xtext Language -title: Language support for Xtext -description: VS Code extension that provides Xtext Language Server -icon: https://camino.pizzafactory.jp/images/logos/pizza-flat.svg -firstPublicationDate: "2019-08-12" -category: Language -repository: https://github.com/PizzaFactory/xtext-ide-extensions/ -spec: - containers: - - image: "docker.io/eclipse/che-remote-plugin-runner-java8:next" - name: vscode-xtext-lang - memoryLimit: "768Mi" - extensions: - - https://github.com/PizzaFactory/xtext-ide-extensions/releases/download/v0.4.0/xtext-lang-0.4.0.vsix diff --git a/v3/plugins/pizzafactory/xtext-lang/latest.txt b/v3/plugins/pizzafactory/xtext-lang/latest.txt deleted file mode 100644 index 1d0ba9ea18..0000000000 --- a/v3/plugins/pizzafactory/xtext-lang/latest.txt +++ /dev/null @@ -1 +0,0 @@ -0.4.0