diff --git a/VERSION b/VERSION index 6c36faba1d..a3fcc7121b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.1.0-SNAPSHOT +7.1.0 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 3d249b4193..6983d32058 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: "docker.io/eclipse/che-remote-plugin-runner-java11:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 d4b8fefd35..45791c4031 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: "docker.io/eclipse/che-remote-plugin-runner-java11:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 bdd1fd5721..041bfae657 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:next" + - image: "docker.io/eclipse/che-remote-plugin-clang-8:7.1.0" name: cpp-plugins memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/che-incubator/cpptools/latest/meta.yaml b/v3/plugins/che-incubator/cpptools/latest/meta.yaml index d201dd4ce8..666b58ca51 100644 --- a/v3/plugins/che-incubator/cpptools/latest/meta.yaml +++ b/v3/plugins/che-incubator/cpptools/latest/meta.yaml @@ -12,7 +12,7 @@ category: Language firstPublicationDate: '2019-08-06' spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-clang-8:next" + - image: "docker.io/eclipse/che-remote-plugin-clang-8:7.1.0" 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 3b9569c66e..b6122fe574 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 8210d5b316..23fa7db669 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 ecd4987d6e..1dddaa7f90 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: "docker.io/eclipse/che-theia-endpoint-runtime:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" name: vscode-typescript memoryLimit: '512Mi' extensions: diff --git a/v3/plugins/eclipse/che-machine-exec-plugin/7.1.0/meta.yaml b/v3/plugins/eclipse/che-machine-exec-plugin/7.1.0/meta.yaml new file mode 100644 index 0000000000..ceb792917a --- /dev/null +++ b/v3/plugins/eclipse/che-machine-exec-plugin/7.1.0/meta.yaml @@ -0,0 +1,29 @@ +apiVersion: v2 +publisher: eclipse +name: che-machine-exec-plugin +version: 7.1.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: "docker.io/eclipse/che-machine-exec:7.1.0" + ports: + - exposedPort: 4444 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 aa3078e190..d78e819bc2 100644 --- a/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml +++ b/v3/plugins/eclipse/che-machine-exec-plugin/latest/meta.yaml @@ -22,6 +22,6 @@ spec: discoverable: false containers: - name: che-machine-exec - image: "docker.io/eclipse/che-machine-exec" + image: "docker.io/eclipse/che-machine-exec:7.1.0" ports: - exposedPort: 4444 diff --git a/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml b/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml new file mode 100644 index 0000000000..c43ae1327f --- /dev/null +++ b/v3/plugins/eclipse/che-theia/7.1.0/meta.yaml @@ -0,0 +1,69 @@ +apiVersion: v2 +publisher: eclipse +name: che-theia +version: 7.1.0 +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: "docker.io/eclipse/che-theia:7.1.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/eclipse/che-theia/latest/meta.yaml b/v3/plugins/eclipse/che-theia/latest/meta.yaml index f156f9feee..ddfd9089a1 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: "docker.io/eclipse/che-theia:7.0.0" + image: "docker.io/eclipse/che-theia:7.1.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 9bf16b4c78..73e230e650 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:next" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.1.0" 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 dcc7e7f8dd..d9059f45d6 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:next" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.1.0" 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 58215413b3..4458ea3d0f 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: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:next" + - image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.1.0" name: vscode-kubernetes-tools memoryLimit: "1G" extensions: 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 ea718b9cf4..59aa676a43 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: "docker.io/eclipse/che-remote-plugin-python-3.7.3:next" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.1.0" 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 d225f77286..d3338aba11 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:next" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.1.0" 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 e6c62b5e07..a7a468c224 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:next" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.1.0" 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 8f751a293e..f1c289239c 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: "docker.io/eclipse/che-remote-plugin-python-3.7.3:next" + - image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.1.0" 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 2b9fb11db4..26f165523a 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:next" + - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.1.0" 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 f74cd80f69..7c9ca34541 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:next" + - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.1.0" 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 81cf91dd5e..f1081c3361 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: "docker.io/eclipse/che-remote-plugin-go-1.10.7:next" + - image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.1.0" 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 59f50fde3f..a723a397d7 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 77c79a2852..f7b16ed596 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 eb00792228..2fe9d54f30 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: "docker.io/eclipse/che-theia-endpoint-runtime:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 4eac642523..6706c26f22 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 5281ef4bbb..74ef701a00 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 319f5b3ef2..c11d16e944 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: "docker.io/eclipse/che-theia-endpoint-runtime:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 c683628acb..7d5bc08932 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:next" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.1.0" 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 929019ac0e..5a2a55877a 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:next" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.1.0" 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 36a36dbc13..f9ff5e0dc4 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-08-07" spec: containers: - - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:next" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.1.0" 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 0a02fda90b..4f4f18adf9 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:next" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.1.0" 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 c9577889b6..51867dcad8 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: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:next" + - image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.1.0" 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 57c9cb95b4..7843a8e6ec 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:next" + - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.1.0" 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/latest/meta.yaml b/v3/plugins/redhat/dependency-analytics/latest/meta.yaml index e1310d3bcf..bb392a2208 100644 --- a/v3/plugins/redhat/dependency-analytics/latest/meta.yaml +++ b/v3/plugins/redhat/dependency-analytics/latest/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:next" + - image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.1.0" 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/java/0.38.0/meta.yaml b/v3/plugins/redhat/java/0.38.0/meta.yaml index b77dcc9484..8810f02f82 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 ce40e5e845..9be1aeb5c2 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 10e6755183..114a0cd267 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 5be6a0a1fd..72fa9ac2fd 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 e9a4a62a99..c946aca9cd 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: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 2eedc829bd..2784103a84 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 5952c9b166..3ebf5e6565 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: "docker.io/eclipse/che-remote-plugin-runner-java11:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 cbfa3ea5a5..193d85fc5e 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 92fa6f8a9d..346e1b3566 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: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 072fc4173d..20578a94db 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:next" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.1.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-debugger/latest/meta.yaml b/v3/plugins/redhat/php-debugger/latest/meta.yaml index 80d4761c81..ae5dc3f7d8 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: "docker.io/eclipse/che-remote-plugin-php7:next" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.1.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/1.0.13/meta.yaml b/v3/plugins/redhat/php/1.0.13/meta.yaml index 813e04cc12..a60b1163db 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:next" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.1.0" 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 eb2be5a72c..4c73ee3855 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: "docker.io/eclipse/che-remote-plugin-php7:next" + - image: "docker.io/eclipse/che-remote-plugin-php7:7.1.0" 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 88715cb95a..0809c2b99a 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:next" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.1.0" 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 b2683ee7eb..c05d386514 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:next" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.17:7.1.0" 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 fd6c22df1c..1ef82c36dd 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:next" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.21:7.1.0" 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 a1f1d29248..28f0eb2162 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: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.21:next" + - image: "docker.io/eclipse/che-remote-plugin-openshift-connector-0.0.21:7.1.0" 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 8e73070c07..262e32cd78 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 b8a21fbe2a..fada613893 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 2ad7a094c9..a72ff47aeb 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 4bb7cb550a..af8700e0f0 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: "docker.io/eclipse/che-remote-plugin-runner-java11:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.1.0" 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 cbc610591d..778d05572d 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 901371a6cf..f1e1b7d282 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:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 47c8a999e1..69e3cb30de 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: "docker.io/eclipse/che-theia-endpoint-runtime:next" + - image: "docker.io/eclipse/che-theia-endpoint-runtime:7.1.0" 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 8d5b22db94..ce964664e8 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:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" 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 56c0ab3197..cb0363b780 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: "docker.io/eclipse/che-remote-plugin-runner-java8:next" + - image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.1.0" name: vscode-sonarlint memoryLimit: "512Mi" extensions: