From 191df1e76efdc1db993947d66a23f8aaff8b5eec Mon Sep 17 00:00:00 2001 From: Vitalii Parfonov Date: Wed, 14 Aug 2019 17:40:03 +0300 Subject: [PATCH] swith all versions from '7.0.0-next' to the 'next' Signed-off-by: Vitalii Parfonov --- .../vscode-apache-camel/0.0.14/meta.yaml | 2 +- .../vscode-apache-camel/latest/meta.yaml | 2 +- .../che-incubator/typescript/1.30.2/meta.yaml | 2 +- .../che-incubator/typescript/1.35.1/meta.yaml | 2 +- .../che-incubator/typescript/latest/meta.yaml | 2 +- .../che-machine-exec-plugin/7.0.0/meta.yaml | 29 +++++++++++++++++++ .../che-theia/{7.0.0-next => 7.0.0}/meta.yaml | 4 +-- v3/plugins/eclipse/che-theia/latest/meta.yaml | 2 +- .../vscode-kubernetes-tools/0.1.17/meta.yaml | 2 +- .../vscode-kubernetes-tools/1.0.0/meta.yaml | 2 +- .../vscode-kubernetes-tools/latest/meta.yaml | 2 +- .../ms-python/python/2019.2.5433/meta.yaml | 2 +- .../ms-python/python/2019.3.6558/meta.yaml | 2 +- .../ms-python/python/2019.5.18875/meta.yaml | 2 +- v3/plugins/ms-python/python/latest/meta.yaml | 2 +- v3/plugins/ms-vscode/go/0.11.0/meta.yaml | 2 +- v3/plugins/ms-vscode/go/0.9.2/meta.yaml | 2 +- v3/plugins/ms-vscode/go/latest/meta.yaml | 2 +- .../ms-vscode/node-debug/1.32.1/meta.yaml | 2 +- .../ms-vscode/node-debug/1.35.2/meta.yaml | 2 +- .../ms-vscode/node-debug/latest/meta.yaml | 2 +- .../ms-vscode/node-debug2/1.31.6/meta.yaml | 2 +- .../ms-vscode/node-debug2/1.33.0/meta.yaml | 2 +- .../ms-vscode/node-debug2/latest/meta.yaml | 2 +- .../che-omnisharp-plugin/0.0.1/meta.yaml | 2 +- .../che-omnisharp-plugin/0.0.2/meta.yaml | 2 +- .../che-omnisharp-plugin/latest/meta.yaml | 2 +- .../netcoredbg-theia-plugin/0.0.1/meta.yaml | 2 +- .../netcoredbg-theia-plugin/latest/meta.yaml | 2 +- v3/plugins/redhat/java/0.38.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.43.0/meta.yaml | 4 +-- v3/plugins/redhat/java/0.45.0/meta.yaml | 2 +- v3/plugins/redhat/java/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java/latest/meta.yaml | 2 +- v3/plugins/redhat/java11/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java11/latest/meta.yaml | 2 +- v3/plugins/redhat/java8/0.46.0/meta.yaml | 2 +- v3/plugins/redhat/java8/latest/meta.yaml | 2 +- .../redhat/php-debugger/1.13.0/meta.yaml | 2 +- .../redhat/php-debugger/latest/meta.yaml | 2 +- v3/plugins/redhat/php/1.0.13/meta.yaml | 2 +- v3/plugins/redhat/php/latest/meta.yaml | 2 +- .../0.0.17/meta.yaml | 2 +- .../0.0.19/meta.yaml | 2 +- .../0.0.21/meta.yaml | 2 +- .../latest/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-xml/latest/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 +- .../redhat/vscode-yaml/latest/meta.yaml | 2 +- .../sonarlint-vscode/0.0.1/meta.yaml | 2 +- .../sonarlint-vscode/latest/meta.yaml | 2 +- 55 files changed, 85 insertions(+), 56 deletions(-) create mode 100644 v3/plugins/eclipse/che-machine-exec-plugin/7.0.0/meta.yaml rename v3/plugins/eclipse/che-theia/{7.0.0-next => 7.0.0}/meta.yaml (96%) 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 7b2e50dc4e..6b087eeae2 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-next" + - image: "eclipse/che-remote-plugin-runner-java11: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 1ef05d5bc0..456300acc8 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-next + - image: eclipse/che-remote-plugin-runner-java11: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 929d274ff5..fca8106dca 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-next" + - image: "eclipse/che-theia-endpoint-runtime: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 3d135fa78e..6b885b540d 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-next + - image: eclipse/che-theia-endpoint-runtime: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 c9cd0b397d..824811c0ec 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-next + - image: eclipse/che-theia-endpoint-runtime:next name: vscode-typescript memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.0.0/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.0.0/meta.yaml new file mode 100644 index 0000000000..ad5ab4e918 --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.0.0/meta.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +publisher: eclipse +name: che-machine-exec-plugin +version: 7.0.0 +type: Che Plugin +displayName: Che machine-exec Service +title: Che machine-exec Service Plugin +description: Che Plug-in with che-machine-exec service to provide creation terminal + or tasks for Eclipse CHE workspace containers. +icon: https://www.eclipse.org/che/images/logo-eclipseche.svg +repository: https://github.com/eclipse/che-machine-exec/ +firstPublicationDate: "2019-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: eclipse/che-machine-exec:7.0.0 + ports: + - exposedPort: 4444 diff --git a/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml b/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml similarity index 96% rename from v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml rename to v3/plugins/eclipse/che-theia/7.0.0/meta.yaml index d5fc04cdd5..f19ec93b7b 100644 --- a/v3/plugins/eclipse/che-theia/7.0.0-next/meta.yaml +++ b/v3/plugins/eclipse/che-theia/7.0.0/meta.yaml @@ -1,7 +1,7 @@ apiVersion: v2 publisher: eclipse name: che-theia -version: 7.0.0-next +version: 7.0.0 type: Che Editor displayName: theia-ide title: Eclipse Theia development version. @@ -48,7 +48,7 @@ spec: discoverable: false containers: - name: theia-ide - image: eclipse/che-theia:7.0.0-next + image: eclipse/che-theia:7.0.0 env: - name: THEIA_PLUGINS value: local-dir:///plugins diff --git a/v3/plugins/eclipse/che-theia/latest/meta.yaml b/v3/plugins/eclipse/che-theia/latest/meta.yaml index 0d2c3cca46..112a5bc4ec 100644 --- a/v3/plugins/eclipse/che-theia/latest/meta.yaml +++ b/v3/plugins/eclipse/che-theia/latest/meta.yaml @@ -48,7 +48,7 @@ spec: discoverable: false containers: - name: theia-ide - image: eclipse/che-theia:7.0.0-next + image: eclipse/che-theia:7.0.0 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 ac053a6234..da05c0a570 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-next" + - image: "eclipse/che-remote-plugin-kubernetes-tooling-0.1.17: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 a6a9b6786d..2f585b5e22 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-next" + - image: "eclipse/che-remote-plugin-kubernetes-tooling-1.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 6c8dadcbef..e260d97dbe 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-next + - image: eclipse/che-remote-plugin-kubernetes-tooling-1.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 9881c6c733..ba8a343977 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-next" + - image: "eclipse/che-remote-plugin-python-3.7.3: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 1e9f9a13e6..d880dda362 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-next" + - image: "eclipse/che-remote-plugin-python-3.7.3: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 312047fc6a..58cb705c68 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-next + - image: eclipse/che-remote-plugin-python-3.7.3: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 89606589ff..47f0245125 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-next + - image: eclipse/che-remote-plugin-python-3.7.3: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 c5471abd9c..164b5928ef 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-next" + - image: "eclipse/che-remote-plugin-go-1.10.7: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 13d0211110..f7a6afb656 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-next" + - image: "eclipse/che-remote-plugin-go-1.10.7: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 dc6bfe572b..842386556e 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-next" + - image: "eclipse/che-remote-plugin-go-1.10.7: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 1278eb36c7..0900dd3d89 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-next" + - image: "eclipse/che-theia-endpoint-runtime: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 730a978374..2af5366d46 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-next + - image: eclipse/che-theia-endpoint-runtime: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 c16cd777b8..7c0a52e464 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-next + - image: eclipse/che-theia-endpoint-runtime: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 8355e6367e..df73e1dd79 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-next" + - image: "eclipse/che-theia-endpoint-runtime: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 36874375dc..0da1f19175 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-next + - image: eclipse/che-theia-endpoint-runtime: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 a175acce94..be2a047c37 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-next + - image: eclipse/che-theia-endpoint-runtime: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 e85a42f98a..738c51a970 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-next + - image: eclipse/che-remote-plugin-dotnet-2.2.105: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 49300f282d..2720ac8c68 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-next + - image: eclipse/che-remote-plugin-dotnet-2.2.105: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 0325166ca0..ae63097d68 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-next + - image: eclipse/che-remote-plugin-dotnet-2.2.105: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 792e4a0e06..0b94444bd6 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-next + - image: eclipse/che-remote-plugin-dotnet-2.2.105: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 f3b15df982..1b237d72ec 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-next + - image: eclipse/che-remote-plugin-dotnet-2.2.105: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 74e36a149d..412a3cc0ca 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-next" + - image: "eclipse/che-remote-plugin-runner-java8: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 ceb04c44bc..c37f583c07 100644 --- a/v3/plugins/redhat/java/0.43.0/meta.yaml +++ b/v3/plugins/redhat/java/0.43.0/meta.yaml @@ -12,9 +12,9 @@ category: Language firstPublicationDate: "2019-04-25" spec: containers: - - image: "eclipse/che-remote-plugin-runner-java8:7.0.0-next" + - image: "eclipse/che-remote-plugin-runner-java8:next" name: vscode-java memoryLimit: "1500Mi" extensions: - https://github.com/microsoft/vscode-java-debug/releases/download/0.16.0/vscode-java-debug-0.16.0.vsix - - http://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.43.0-1473.vsix \ No newline at end of file + - http://download.jboss.org/jbosstools/static/jdt.ls/stable/java-0.43.0-1473.vsix diff --git a/v3/plugins/redhat/java/0.45.0/meta.yaml b/v3/plugins/redhat/java/0.45.0/meta.yaml index f4b830ff55..8f42900bf2 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-next" + - image: "eclipse/che-remote-plugin-runner-java8: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 862d9a83a6..80a55e3ea7 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-next" + - image: "eclipse/che-remote-plugin-runner-java8: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 a599fdc754..e081ea0aee 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-next + - image: eclipse/che-remote-plugin-runner-java8: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 b75189d8cb..1b6a9516f9 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-next" + - image: "eclipse/che-remote-plugin-runner-java11: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 ea77cc627d..f6dd61d5a9 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-next + - image: eclipse/che-remote-plugin-runner-java11: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 33389fa31e..13b62a01c7 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-next" + - image: "eclipse/che-remote-plugin-runner-java8: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 51078748a4..36547b5c00 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-next + - image: eclipse/che-remote-plugin-runner-java8: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 da76e8ec48..25d343d4d4 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-next" + - image: "eclipse/che-remote-plugin-php7: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 75c31f488f..8f53a45e5e 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-next" + - image: "eclipse/che-remote-plugin-php7: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 ff507a20b7..5973797348 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-next" + - image: "eclipse/che-remote-plugin-php7: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 1c81a16233..76b3a69fcc 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-next" + - image: "eclipse/che-remote-plugin-php7: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 4e85d2582f..41b3967405 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-next" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.17: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 0206bf66ae..12f2ef2585 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-next" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.17: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 0a26792a68..64eac36e88 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-next" + - image: "eclipse/che-remote-plugin-openshift-connector-0.0.21: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 b0743597ed..2623e2c32b 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-next + - image: eclipse/che-remote-plugin-openshift-connector-0.0.21: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 6f1668e3d5..7f1b3624f0 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-next" + - image: "eclipse/che-remote-plugin-runner-java11: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 f710bdab09..d26a6d2bb4 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-next" + - image: "eclipse/che-remote-plugin-runner-java11: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 97e55221e1..b50617e531 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-next" + - image: "eclipse/che-remote-plugin-runner-java11: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 fb6900bb5c..6731098eb9 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-next + - image: eclipse/che-remote-plugin-runner-java11: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 32c486e4a5..f2114bbe51 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-next" + - image: "eclipse/che-theia-endpoint-runtime: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 fb5b799d28..ac80629b1f 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-next" + - image: "eclipse/che-theia-endpoint-runtime: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 ed4ff3fb7b..aaa3640b95 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-next + - image: eclipse/che-theia-endpoint-runtime: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 95f0fce543..0e4c540300 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-next" + - image: "eclipse/che-remote-plugin-runner-java8: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 72c3d3d3a6..6dcdfb86f4 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-next + - image: eclipse/che-remote-plugin-runner-java8:next name: vscode-sonarlint memoryLimit: "512Mi" extensions: