Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 03de580

Browse files
authored
Create 0.14.1 Che plugins for Codewind (#190)
* Create 0.14.1 Che plugins for Codewind Signed-off-by: John Collier <John.J.Collier@ibm.com> * Fix line ending Signed-off-by: John Collier <John.J.Collier@ibm.com>
1 parent 1937fc6 commit 03de580

5 files changed

Lines changed: 40 additions & 11 deletions

File tree

codewind-che-sidecar/src/deploy-pfe/pkg/constants/defaults.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ const (
1616
PerformanceImage = "eclipse/codewind-performance-amd64"
1717

1818
// PFEImageTag is the image tag associated with the docker image that's used for Codewind-PFE
19-
PFEImageTag = "latest"
19+
PFEImageTag = "0.14.1"
2020

2121
// PFEVolumeSize is the size of the volume to use for PFE
2222
PFEVolumeSize = "5Gi"
2323

2424
// PerformanceTag is the image tag associated with the docker image that's used for the Performance dashboard
25-
PerformanceTag = "latest"
25+
PerformanceTag = "0.14.1"
2626

2727
// ImagePullPolicy is the pull policy used for all containers in Codewind, defaults to Always
2828
ImagePullPolicy = corev1.PullAlways
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ metadata:
1616
components:
1717
- alias: theia-ide
1818
type: cheEditor
19-
id: eclipse/che-theia/latest
19+
reference: https://raw.githubusercontent.com/eclipse/che-plugin-registry/7.16.x/v3/plugins/eclipse/che-theia/7.15.2/meta.yaml
2020
memoryLimit: 1024Mi
2121
env:
2222
- name: INSECURE_KEYRING
2323
value: "true"
2424
- alias: codewind-sidecar
2525
type: chePlugin
26-
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml
26+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-sidecar/0.14.1/meta.yaml
2727
- alias: codewind-theia
2828
type: chePlugin
29-
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml
29+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-theia/0.14.1/meta.yaml
3030
- alias: node-plugin
3131
type: chePlugin
3232
id: che-incubator/typescript/latest

devfiles/0.14.1/devfile_nolsp.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
################################################################################
2+
# Copyright (c) 2020 IBM Corporation and others.
3+
# All rights reserved. This program and the accompanying materials
4+
# are made available under the terms of the Eclipse Public License v2.0
5+
# which accompanies this distribution, and is available at
6+
# http://www.eclipse.org/legal/epl-v20.html
7+
#
8+
# Contributors:
9+
# IBM Corporation - initial API and implementation
10+
################################################################################
11+
12+
---
13+
apiVersion: 1.0.0
14+
metadata:
15+
generateName: codewind-che
16+
components:
17+
- alias: theia-ide
18+
type: cheEditor
19+
reference: https://raw.githubusercontent.com/eclipse/che-plugin-registry/7.16.x/v3/plugins/eclipse/che-theia/7.15.2/meta.yaml
20+
memoryLimit: 1024Mi
21+
env:
22+
- name: INSECURE_KEYRING
23+
value: "true"
24+
- alias: codewind-sidecar
25+
type: chePlugin
26+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-sidecar/0.14.1/meta.yaml
27+
- alias: codewind-theia
28+
type: chePlugin
29+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.14.1/plugins/codewind/codewind-theia/0.14.1/meta.yaml

plugins/codewind/codewind-sidecar/0.11.0/meta.yaml renamed to plugins/codewind/codewind-sidecar/0.14.1/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
################################################################################
1111

1212
apiVersion: v2
13-
version: 0.11.0
13+
version: 0.14.1
1414
type: Che Plugin
1515
name: codewind-sidecar
1616
title: Codewind Che Sidecar
@@ -20,11 +20,11 @@ publisher: eclipse
2020
repository: https://github.com/eclipse/codewind-che-plugin
2121
category: Other
2222
firstPublicationDate: "2019-05-30"
23-
latestUpdateDate: "2020-04-06"
23+
latestUpdateDate: "2020-07-28"
2424
spec:
2525
containers:
2626
- name: codewind-che-sidecar
27-
image: eclipse/codewind-che-sidecar:0.11.0
27+
image: eclipse/codewind-che-sidecar:0.14.1
2828
volumes:
2929
- mountPath: "/projects"
3030
name: projects

plugins/codewind/codewind-theia/0.11.0/meta.yaml renamed to plugins/codewind/codewind-theia/0.14.1/meta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
apiVersion: v2
1313
publisher: eclipse
1414
name: codewind-theia
15-
version: 0.11.0
15+
version: 0.14.1
1616
type: VS Code extension
1717
displayName: Codewind VS Code Extension
1818
title: Codewind Extension for VS Code
@@ -21,7 +21,7 @@ icon: https://raw.githubusercontent.com/eclipse/codewind-vscode/master/dev/res/i
2121
repository: http://github.com/eclipse/codewind-vscode/
2222
category: Other
2323
firstPublicationDate: "2019-05-30"
24-
latestUpdateDate: "2020-04-06"
24+
latestUpdateDate: "2020-07-28"
2525
spec:
2626
extensions:
27-
- http://download.eclipse.org/codewind/codewind-vscode/0.11.0/latest/codewind-che.vsix
27+
- http://archive.eclipse.org/codewind/codewind-vscode/0.14.1/latest/codewind-che.vsix

0 commit comments

Comments
 (0)