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 204ffd053c..7b2e50dc4e 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 @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2018-04-23" spec: containers: - - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next" name: vscode-apache-camel memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml b/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml index fa0ddfd9aa..1ef05d5bc0 100644 --- a/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml +++ b/v3/plugins/camel-tooling/vscode-apache-camel/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2018-04-23' spec: containers: - - image: eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java11:7.0.0-next name: vscode-apache-camel 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 687349ad11..929d274ff5 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: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0" + - image: "eclipse/che-theia-endpoint-runtime:7.0.0-next" 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 9858c4cf53..3d135fa78e 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: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next name: vscode-typescript memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/che-incubator/typescript/latest/meta.yaml b/v3/plugins/che-incubator/typescript/latest/meta.yaml index a1af9d22ae..c9cd0b397d 100644 --- a/v3/plugins/che-incubator/typescript/latest/meta.yaml +++ b/v3/plugins/che-incubator/typescript/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next name: vscode-typescript memoryLimit: '512Mi' extensions: 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 new file mode 100644 index 0000000000..d5fc04cdd5 --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml @@ -0,0 +1,69 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.0.0-next +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-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: eclipse/che-theia:7.0.0-next + 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/eclipse/che-theia/latest/meta.yaml b/v3/plugins/eclipse/che-theia/latest/meta.yaml index 77b4b0281b..810a7a07a1 100644 --- a/v3/plugins/eclipse/che-theia/latest/meta.yaml +++ b/v3/plugins/eclipse/che-theia/latest/meta.yaml @@ -30,7 +30,7 @@ spec: discoverable: false containers: - name: theia-ide - image: eclipse/che-theia:7.0.0-rc-3.0 + image: eclipse/che-theia:7.0.0-next 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 af13d7c6b0..ac053a6234 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: "eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.0.0-next" name: "vscode-kubernetes-tools" extensions: - https://github.com/Azure/vscode-kubernetes-tools/releases/download/0.1.17/vscode-kubernetes-tools-0.1.17.vsix 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 29ee265e75..a6a9b6786d 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: "eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-next" name: "vscode-kubernetes-tools" memoryLimit: "1G" extensions: 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 efa2383a6e..6c8dadcbef 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 @@ -12,7 +12,7 @@ category: Other firstPublicationDate: '2019-05-15' spec: containers: - - image: eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.0.0-next name: vscode-kubernetes-tools extensions: - https://github.com/Azure/vscode-kubernetes-tools/releases/download/1.0.0/vscode-kubernetes-tools-1.0.0.vsix diff --git a/v3/plugins/ms-python/python/2019.2.5433/meta.yaml b/v3/plugins/ms-python/python/2019.2.5433/meta.yaml index 96ce0c75cf..9881c6c733 100644 --- a/v3/plugins/ms-python/python/2019.2.5433/meta.yaml +++ b/v3/plugins/ms-python/python/2019.2.5433/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-03-05" spec: containers: - - image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-next" 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 f3040193cb..1e9f9a13e6 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: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-python-3.7.3:7.0.0-next" 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 3f2b724f8d..312047fc6a 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: eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-next name: vscode-python memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-python/python/latest/meta.yaml b/v3/plugins/ms-python/python/latest/meta.yaml index 2a4e017a16..89606589ff 100644 --- a/v3/plugins/ms-python/python/latest/meta.yaml +++ b/v3/plugins/ms-python/python/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-python-3.7.3:7.0.0-next 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 ac6fd3fa6f..c5471abd9c 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: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next" 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 24925b63b9..13d0211110 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: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next" name: vscode-go memoryLimit: '512Mi' env: diff --git a/v3/plugins/ms-vscode/go/latest/meta.yaml b/v3/plugins/ms-vscode/go/latest/meta.yaml index f5ee7b0791..dc6bfe572b 100644 --- a/v3/plugins/ms-vscode/go/latest/meta.yaml +++ b/v3/plugins/ms-vscode/go/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-06-20' spec: containers: - - image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-go-1.10.7:7.0.0-next" 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 995a2ea87e..1278eb36c7 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: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0" + - image: "eclipse/che-theia-endpoint-runtime:7.0.0-next" 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 3474ffa8ec..730a978374 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: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next name: vscode-node-debug-legacy memoryLimit: '256Mi' extensions: diff --git a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug/latest/meta.yaml index 6394d833f3..c16cd777b8 100644 --- a/v3/plugins/ms-vscode/node-debug/latest/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug/latest/meta.yaml @@ -13,7 +13,7 @@ category: Debugger firstPublicationDate: '2019-06-20' spec: containers: - - image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next 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 67c6f916d0..8355e6367e 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: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0" + - image: "eclipse/che-theia-endpoint-runtime:7.0.0-next" 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 d99fe68dce..36874375dc 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: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next name: vscode-node-debug memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml b/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml index a670c0c5bf..a175acce94 100644 --- a/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml +++ b/v3/plugins/ms-vscode/node-debug2/latest/meta.yaml @@ -13,7 +13,7 @@ category: Debugger firstPublicationDate: '2019-06-20' spec: containers: - - image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next 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 52ae606062..e85a42f98a 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: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next 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 e58975fa64..49300f282d 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: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next name: theia-omnisharp memoryLimit: "1024Mi" extensions: diff --git a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml index 9cf602060c..0325166ca0 100644 --- a/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml +++ b/v3/plugins/redhat-developer/che-omnisharp-plugin/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: "2019-06-19" spec: containers: - - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next 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 6771789333..792e4a0e06 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: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next name: theia-netcoredbg memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml index 2ab001be25..f3b15df982 100644 --- a/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml +++ b/v3/plugins/redhat-developer/netcoredbg-theia-plugin/latest/meta.yaml @@ -13,7 +13,7 @@ category: Debugger firstPublicationDate: '2019-04-19' spec: containers: - - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-dotnet-2.2.105:7.0.0-next name: theia-netcoredbg 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 a5d4cd0c02..74e36a149d 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" 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 a3b29574a2..ceb04c44bc 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" 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 5b4953df34..f4b830ff55 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" 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 243678f28b..862d9a83a6 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java/latest/meta.yaml b/v3/plugins/redhat/java/latest/meta.yaml index 48a86c3008..a599fdc754 100644 --- a/v3/plugins/redhat/java/latest/meta.yaml +++ b/v3/plugins/redhat/java/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java8:7.0.0-next name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java11/0.46.0/meta.yaml b/v3/plugins/redhat/java11/0.46.0/meta.yaml index e28c6e1c19..b75189d8cb 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: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java11/latest/meta.yaml b/v3/plugins/redhat/java11/latest/meta.yaml index 38f9e36e21..ea77cc627d 100644 --- a/v3/plugins/redhat/java11/latest/meta.yaml +++ b/v3/plugins/redhat/java11/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java11:7.0.0-next name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java8/0.46.0/meta.yaml b/v3/plugins/redhat/java8/0.46.0/meta.yaml index 9e6d3e89ef..33389fa31e 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" name: vscode-java memoryLimit: "1500Mi" extensions: diff --git a/v3/plugins/redhat/java8/latest/meta.yaml b/v3/plugins/redhat/java8/latest/meta.yaml index 25d880105e..51078748a4 100644 --- a/v3/plugins/redhat/java8/latest/meta.yaml +++ b/v3/plugins/redhat/java8/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: "2019-06-18" spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java8:7.0.0-next name: vscode-java memoryLimit: "1500Mi" extensions: 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 a9d666fbe9..da76e8ec48 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: "eclipse/che-remote-plugin-php7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-php7:7.0.0-next" 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-debugger/latest/meta.yaml b/v3/plugins/redhat/php-debugger/latest/meta.yaml index b3060e8b6b..75c31f488f 100644 --- a/v3/plugins/redhat/php-debugger/latest/meta.yaml +++ b/v3/plugins/redhat/php-debugger/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-16" spec: containers: - - image: "eclipse/che-remote-plugin-php7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-php7:7.0.0-next" 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 1c2ef500c9..ff507a20b7 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: "eclipse/che-remote-plugin-php7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-php7:7.0.0-next" name: php-intelephense memoryLimit: "1000Mi" extensions: diff --git a/v3/plugins/redhat/php/latest/meta.yaml b/v3/plugins/redhat/php/latest/meta.yaml index bb001d6db9..1c81a16233 100644 --- a/v3/plugins/redhat/php/latest/meta.yaml +++ b/v3/plugins/redhat/php/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: "2019-04-16" spec: containers: - - image: "eclipse/che-remote-plugin-php7:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-php7:7.0.0-next" name: php-intelephense memoryLimit: "1000Mi" 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 da2cd5f674..4e85d2582f 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: "eclipse/che-remote-plugin-openshift-connector-0.0.17:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.17:7.0.0-next" 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 35be23089f..0206bf66ae 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: "eclipse/che-remote-plugin-openshift-connector-0.0.17:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.17:7.0.0-next" 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 17fc4c40b4..0a26792a68 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: "eclipse/che-remote-plugin-openshift-connector-0.0.21:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.21:7.0.0-next" name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml b/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml index 5ec0ba7584..b0743597ed 100644 --- a/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml +++ b/v3/plugins/redhat/vscode-openshift-connector/latest/meta.yaml @@ -13,7 +13,7 @@ category: Other firstPublicationDate: '2019-04-19' spec: containers: - - image: eclipse/che-remote-plugin-openshift-connector-0.0.21:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-openshift-connector-0.0.21:7.0.0-next name: "vscode-openshift-connector" memoryLimit: "512Mi" extensions: 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 92cf7dedcf..6f1668e3d5 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: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next" 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 a40208bcf0..f710bdab09 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: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next" 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 71d1daafe4..97e55221e1 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: "eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java11:7.0.0-next" 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-xml/latest/meta.yaml b/v3/plugins/redhat/vscode-xml/latest/meta.yaml index a71c9ae5d4..fb6900bb5c 100644 --- a/v3/plugins/redhat/vscode-xml/latest/meta.yaml +++ b/v3/plugins/redhat/vscode-xml/latest/meta.yaml @@ -13,7 +13,7 @@ category: Language firstPublicationDate: '2019-04-19' spec: containers: - - image: eclipse/che-remote-plugin-runner-java11:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java11:7.0.0-next name: vscode-xml memoryLimit: "768Mi" extensions: 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 fb8cf1e38b..32c486e4a5 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: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0" + - image: "eclipse/che-theia-endpoint-runtime:7.0.0-next" 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 1ed7b78d03..fb5b799d28 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: "eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0" + - image: "eclipse/che-theia-endpoint-runtime:7.0.0-next" name: vscode-yaml memoryLimit: "256Mi" extensions: diff --git a/v3/plugins/redhat/vscode-yaml/latest/meta.yaml b/v3/plugins/redhat/vscode-yaml/latest/meta.yaml index 08dd9ae3d0..ed4ff3fb7b 100644 --- a/v3/plugins/redhat/vscode-yaml/latest/meta.yaml +++ b/v3/plugins/redhat/vscode-yaml/latest/meta.yaml @@ -14,7 +14,7 @@ category: Language firstPublicationDate: '2019-04-19' spec: containers: - - image: eclipse/che-theia-endpoint-runtime:7.0.0-rc-3.0 + - image: eclipse/che-theia-endpoint-runtime:7.0.0-next 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 c935dc441b..95f0fce543 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: "eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0" + - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" name: vscode-sonarlint memoryLimit: "512Mi" extensions: diff --git a/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml b/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml index 03b1e41a5d..72c3d3d3a6 100644 --- a/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml +++ b/v3/plugins/sonarsource/sonarlint-vscode/latest/meta.yaml @@ -12,7 +12,7 @@ category: Linter repository: https://www.sonarlint.org/ spec: containers: - - image: eclipse/che-remote-plugin-runner-java8:7.0.0-rc-3.0 + - image: eclipse/che-remote-plugin-runner-java8:7.0.0-next name: vscode-sonarlint memoryLimit: "512Mi" extensions: