Skip to content

Commit

Permalink
che #15111 Bumping version to '7.5.0-SNAPSHOT'. Adding the latest '7.…
Browse files Browse the repository at this point in the history
…4.0' versions of che-theia and che-machine-exec plugins and updating

Signed-off-by: Ilya Buziuk <[email protected]>
  • Loading branch information
ibuziuk committed Nov 6, 2019
1 parent 9672c85 commit d12380c
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.0-SNAPSHOT
7.5.0-SNAPSHOT
29 changes: 29 additions & 0 deletions v3/plugins/eclipse/che-machine-exec-plugin/7.4.0/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.4.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-11-06"
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.4.0"
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.1
7.4.0
81 changes: 81 additions & 0 deletions v3/plugins/eclipse/che-theia/7.4.0/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.4.0
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-11-06"
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.4.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"
initContainers:
- name: remote-runtime-injector
image: eclipse/che-theia-endpoint-runtime-binary:7.4.0
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.1
7.4.0

0 comments on commit d12380c

Please sign in to comment.