From b153866e7f71f54dc00fb33b8d1769f62204becf Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Wed, 20 May 2020 11:50:48 -0400 Subject: [PATCH 1/6] Update vscode-openshift-connector Update the latest version to 0.1.5. Closes eclipse/che#16178 Signed-off-by: Eric Williams --- .../0.1.5/README.md | 8 +++++++ .../0.1.5/meta.yaml | 22 +++++++++++++++++++ .../vscode-openshift-connector/latest.txt | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 v3/plugins/redhat/vscode-openshift-connector/0.1.5/README.md create mode 100644 v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/README.md b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/README.md new file mode 100644 index 0000000000..65b01b6759 --- /dev/null +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/README.md @@ -0,0 +1,8 @@ +# Eclipse Che OpenShift Connector Plugin + +## Setting up the access to a cluster + +If you want to login to the same OpenShift cluster where Eclipse Che is running, execute the following command in the plugin sidecar: +```shell +oc login https://: --certificate-authority=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt +``` diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml new file mode 100644 index 0000000000..9952cca343 --- /dev/null +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -0,0 +1,22 @@ +apiVersion: v2 +publisher: redhat +name: vscode-openshift-connector +version: 0.1.5 +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/redhat-developer/vscode-openshift-tools +category: Other +firstPublicationDate: "2020-05-20" +spec: + containers: + - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-f1b9673" + name: "vscode-openshift-connector" + memoryLimit: "512Mi" + extensions: + - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix + - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix + - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-yaml/vscode-yaml-0.7.2.vsix + - https://github.com/che-incubator/che-theia-openshift-auth/releases/download/0.0.1/che-openshift-authentication-plugin-0.0.1.vsix diff --git a/v3/plugins/redhat/vscode-openshift-connector/latest.txt b/v3/plugins/redhat/vscode-openshift-connector/latest.txt index d917d3e26a..9faa1b7a73 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/latest.txt +++ b/v3/plugins/redhat/vscode-openshift-connector/latest.txt @@ -1 +1 @@ -0.1.2 +0.1.5 From 7cd35531651488be53e0018ac0265555a14c1522 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Thu, 21 May 2020 12:03:53 -0400 Subject: [PATCH 2/6] Remove memory limit from container Signed-off-by: Eric Williams --- v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml index 9952cca343..38b5aa9f98 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -14,7 +14,6 @@ spec: containers: - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-f1b9673" name: "vscode-openshift-connector" - memoryLimit: "512Mi" extensions: - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix From dba462046fcf71785789c78b95bcc0465a95b555 Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Thu, 21 May 2020 12:06:44 -0400 Subject: [PATCH 3/6] Upgrade memory limit to 2G for testing purposes Signed-off-by: Eric Williams --- v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml index 38b5aa9f98..6955df4d45 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -14,6 +14,7 @@ spec: containers: - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-f1b9673" name: "vscode-openshift-connector" + memoryLimit: "2G" extensions: - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix From 3cb251c776fcc5280987a194f6756a62bd66e66b Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Fri, 22 May 2020 14:07:21 -0400 Subject: [PATCH 4/6] Update sidecar container ref for proper oc extraction Signed-off-by: Eric Williams --- v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml index 6955df4d45..2666c8bc06 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -12,7 +12,7 @@ category: Other firstPublicationDate: "2020-05-20" spec: containers: - - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-f1b9673" + - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-af96c17" name: "vscode-openshift-connector" memoryLimit: "2G" extensions: From f6e23482298783de8f42a01de70d416e0c0fddab Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Fri, 22 May 2020 14:13:15 -0400 Subject: [PATCH 5/6] Adjust memory limit Signed-off-by: Eric Williams --- v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml index 2666c8bc06..69516520ed 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -14,7 +14,7 @@ spec: containers: - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-af96c17" name: "vscode-openshift-connector" - memoryLimit: "2G" + memoryLimit: "1500Mi" extensions: - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix From d1b541d07517ec8aa737da67c5590aa72738d8be Mon Sep 17 00:00:00 2001 From: Eric Williams Date: Tue, 26 May 2020 10:02:43 -0400 Subject: [PATCH 6/6] Update vscode-yaml version to latest, deprecate 0.1.0 version Signed-off-by: Eric Williams --- v3/plugins/redhat/vscode-openshift-connector/0.1.0/meta.yaml | 3 +++ v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 4213c8f97d..f088d61735 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 @@ -10,6 +10,9 @@ 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" +deprecate: + automigrate: true + migrateTo: redhat/vscode-openshift-connector/latest spec: containers: - image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.0-5460589" diff --git a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml index 69516520ed..face42cdbf 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/0.1.5/meta.yaml @@ -18,5 +18,5 @@ spec: extensions: - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-openshift-tools/vscode-openshift-connector-0.1.5.vsix - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-kubernetes-tools/vscode-kubernetes-tools-1.1.0.vsix - - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-yaml/vscode-yaml-0.7.2.vsix + - https://download.jboss.org/jbosstools/vscode/3rdparty/vscode-yaml/vscode-yaml-0.8.0.vsix - https://github.com/che-incubator/che-theia-openshift-auth/releases/download/0.0.1/che-openshift-authentication-plugin-0.0.1.vsix