Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.3.3 version of the che-plugin-registry #311

Merged
merged 3 commits into from
Dec 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.2
7.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deprecate:
migrateTo: redhat/vscode-apache-camel/latest
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.3"
name: vscode-apache-camel
memoryLimit: "512Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/cpptools/0.1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-08-06'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-clang-8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-clang-8:7.3.3"
name: cpp-plugins
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/typescript/1.30.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: "vscode-typescript"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/che-incubator/typescript/1.35.1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: vscode-typescript
memoryLimit: '512Mi'
extensions:
Expand Down
29 changes: 29 additions & 0 deletions v3/plugins/eclipse/che-machine-exec-plugin/7.3.3/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
apiVersion: v2
publisher: eclipse
name: che-machine-exec-plugin
version: 7.3.3
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-12-04"
category: Other
spec:
endpoints:
- name: "che-machine-exec"
public: true
targetPort: 4444
attributes:
protocol: ws
type: terminal
discoverable: false
secure: true
cookiesAuthEnabled: true
containers:
- name: che-machine-exec
image: "quay.io/eclipse/che-machine-exec:7.3.3"
ports:
- exposedPort: 4444
2 changes: 1 addition & 1 deletion v3/plugins/eclipse/che-machine-exec-plugin/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.2
7.3.3
81 changes: 81 additions & 0 deletions v3/plugins/eclipse/che-theia/7.3.3/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
apiVersion: v2
publisher: eclipse
name: che-theia
version: 7.3.3
type: Che Editor
displayName: theia-ide
title: Eclipse Theia for Eclipse Che
description: Eclipse Theia
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
repository: https://github.com/eclipse/che-theia
firstPublicationDate: "2019-12-04"
spec:
endpoints:
- name: "theia"
public: true
targetPort: 3100
attributes:
protocol: http
type: ide
secure: true
cookiesAuthEnabled: true
discoverable: false
- name: "theia-dev"
public: true
targetPort: 3130
attributes:
protocol: http
type: ide-dev
discoverable: false
- name: "theia-redirect-1"
public: true
targetPort: 13131
attributes:
protocol: http
discoverable: false
- name: "theia-redirect-2"
public: true
targetPort: 13132
attributes:
protocol: http
discoverable: false
- name: "theia-redirect-3"
public: true
targetPort: 13133
attributes:
protocol: http
discoverable: false
containers:
- name: theia-ide
image: "docker.io/eclipse/che-theia:7.3.3"
env:
- name: THEIA_PLUGINS
value: local-dir:///plugins
- name: HOSTED_PLUGIN_HOSTNAME
value: 0.0.0.0
- name: HOSTED_PLUGIN_PORT
value: "3130"
volumes:
- mountPath: "/plugins"
name: plugins
mountSources: true
ports:
- exposedPort: 3100
- exposedPort: 3130
- exposedPort: 13131
- exposedPort: 13132
- exposedPort: 13133
memoryLimit: "512M"
initContainers:
- name: remote-runtime-injector
image: eclipse/che-theia-endpoint-runtime-binary:7.3.3
volumes:
- mountPath: "/remote-endpoint"
name: remote-endpoint
ephemeral: true
env:
- name: PLUGIN_REMOTE_ENDPOINT_EXECUTABLE
value: /remote-endpoint/plugin-remote-endpoint
- name: REMOTE_ENDPOINT_VOLUME_NAME
value: remote-endpoint
2 changes: 1 addition & 1 deletion v3/plugins/eclipse/che-theia/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.2
7.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-03-11"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-0.1.17:7.3.3"
name: "vscode-kubernetes-tools"
memoryLimit: "1G"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-05-15"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.0:7.3.3"
name: "vscode-kubernetes-tools"
memoryLimit: "1G"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2019-10-16"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-kubernetes-tooling-1.0.4:7.3.3"
name: "vscode-kubernetes-tools"
memoryLimit: "1G"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.2.5558/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-03-05"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.3"
name: "vscode-python"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.3.6558/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-04-23"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.3"
name: "vscode-python"
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-python/python/2019.5.18875/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-python-3.7.3:7.3.3"
name: vscode-python
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/0.11.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.3"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/0.11.4/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: '2019-09-19'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-go-1.12.9:7.3.3"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/go/0.9.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-21"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-go-1.10.7:7.3.3"
name: vscode-go
memoryLimit: '512Mi'
env:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug/1.32.1/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug/1.35.2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: vscode-node-debug-legacy
memoryLimit: '256Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug2/1.31.6/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-02-19"
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/ms-vscode/node-debug2/1.33.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ category: Debugger
firstPublicationDate: '2019-06-20'
spec:
containers:
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.2"
- image: "docker.io/eclipse/che-theia-endpoint-runtime:7.3.3"
name: vscode-node-debug
memoryLimit: '512Mi'
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-03-13"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.3"
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-19"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.3"
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-10-01"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.3"
name: theia-omnisharp
memoryLimit: "1024Mi"
extensions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Debugger
firstPublicationDate: "2019-04-19"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dotnet-2.2.105:7.3.3"
name: theia-netcoredbg
memoryLimit: "512Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/dependency-analytics/0.0.12/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: '2018-10-03'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.12:7.3.3"
memoryLimit: "512Mi"
extensions:
- https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/releases/download/0.0.12/redhat.fabric8-analytics-0.0.12.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/dependency-analytics/0.0.13/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: '2019-09-12'
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.13:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-dependency-analytics-0.0.13:7.3.3"
name: dependency-analytics
memoryLimit: "512Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.38.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-02-20"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.43.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-04-25"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.45.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-05-27"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java/0.50.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-10-03"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java11/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java11/0.50.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-10-03"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java11:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion v3/plugins/redhat/java8/0.46.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Language
firstPublicationDate: "2019-06-18"
spec:
containers:
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.2"
- image: "docker.io/eclipse/che-remote-plugin-runner-java8:7.3.3"
name: vscode-java
memoryLimit: "1500Mi"
extensions:
Expand Down
Loading