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

Commit 2425e4b

Browse files
authored
Create 0.11.0 Codewind Che plugins (#166)
* Create 0.11.0 Codewind Che plugin Signed-off-by: John Collier <[email protected]> * Fix copyrights Signed-off-by: John Collier <[email protected]> * Fix dates Signed-off-by: John Collier <[email protected]> * Fix URL Signed-off-by: John Collier <[email protected]>
1 parent 9e1fa72 commit 2425e4b

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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.11.0"
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.11.0"
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
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (c) 2019 IBM Corporation and others.
2+
# Copyright (c) 2020 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v2.0
55
# which accompanies this distribution, and is available at
@@ -20,10 +20,10 @@ components:
2020
memoryLimit: 1024Mi
2121
- alias: codewind-sidecar
2222
type: chePlugin
23-
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-sidecar/0.8.0/meta.yaml
23+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml
2424
- alias: codewind-theia
2525
type: chePlugin
26-
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/master/plugins/codewind/codewind-theia/0.8.0/meta.yaml
26+
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml
2727
- alias: node-plugin
2828
type: chePlugin
2929
id: che-incubator/typescript/latest

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (c) 2019 IBM Corporation and others.
2+
# Copyright (c) 2020 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v2.0
55
# which accompanies this distribution, and is available at
@@ -10,7 +10,7 @@
1010
################################################################################
1111

1212
apiVersion: v2
13-
version: 0.8.0
13+
version: 0.11.0
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: "2019-01-09"
23+
latestUpdateDate: "2020-04-06"
2424
spec:
2525
containers:
2626
- name: codewind-che-sidecar
27-
image: eclipse/codewind-che-sidecar:0.8.0
27+
image: eclipse/codewind-che-sidecar:0.11.0
2828
volumes:
2929
- mountPath: "/projects"
3030
name: projects

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
################################################################################
2-
# Copyright (c) 2019 IBM Corporation and others.
2+
# Copyright (c) 2020 IBM Corporation and others.
33
# All rights reserved. This program and the accompanying materials
44
# are made available under the terms of the Eclipse Public License v2.0
55
# which accompanies this distribution, and is available at
@@ -12,7 +12,7 @@
1212
apiVersion: v2
1313
publisher: eclipse
1414
name: codewind-theia
15-
version: 0.8.0
15+
version: 0.11.0
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: "2019-01-09"
24+
latestUpdateDate: "2020-04-06"
2525
spec:
2626
extensions:
27-
- http://download.eclipse.org/codewind/codewind-vscode/0.8.0/latest/codewind-theia.vsix
27+
- http://download.eclipse.org/codewind/codewind-vscode/0.11.0/latest/codewind-che.vsix

0 commit comments

Comments
 (0)