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

Commit

Permalink
Create 0.12.0 Che plugin (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <[email protected]>
  • Loading branch information
johnmcollier authored May 4, 2020
1 parent dd51354 commit 12a5d08
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 10 deletions.
4 changes: 2 additions & 2 deletions codewind-che-sidecar/src/deploy-pfe/pkg/constants/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ const (
PerformanceImage = "eclipse/codewind-performance-amd64"

// PFEImageTag is the image tag associated with the docker image that's used for Codewind-PFE
PFEImageTag = "latest"
PFEImageTag = "0.12.0"

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

// PerformanceTag is the image tag associated with the docker image that's used for the Performance dashboard
PerformanceTag = "latest"
PerformanceTag = "0.12.0"

// ImagePullPolicy is the pull policy used for all containers in Codewind, defaults to Always
ImagePullPolicy = corev1.PullAlways
Expand Down
4 changes: 2 additions & 2 deletions devfiles/0.11.0/devfile.yaml → devfiles/0.12.0/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ components:
value: "true"
- alias: codewind-sidecar
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-sidecar/0.11.0/meta.yaml
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.12.0/plugins/codewind/codewind-sidecar/0.12.0/meta.yaml
- alias: codewind-theia
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.11.0/plugins/codewind/codewind-theia/0.11.0/meta.yaml
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.12.0/plugins/codewind/codewind-theia/0.12.0/meta.yaml
- alias: node-plugin
type: chePlugin
id: che-incubator/typescript/latest
Expand Down
29 changes: 29 additions & 0 deletions devfiles/0.12.0/devfile_nolsp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
################################################################################
# Copyright (c) 2020 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v20.html
#
# Contributors:
# IBM Corporation - initial API and implementation
################################################################################

---
apiVersion: 1.0.0
metadata:
generateName: codewind-che
components:
- alias: theia-ide
type: cheEditor
id: eclipse/che-theia/latest
memoryLimit: 1024Mi
env:
- name: INSECURE_KEYRING
value: "true"
- alias: codewind-sidecar
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.12.0/plugins/codewind/codewind-sidecar/0.12.0/meta.yaml
- alias: codewind-theia
type: chePlugin
reference: https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.12.0/plugins/codewind/codewind-theia/0.12.0/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
################################################################################

apiVersion: v2
version: 0.11.0
version: 0.12.0
type: Che Plugin
name: codewind-sidecar
title: Codewind Che Sidecar
Expand All @@ -20,11 +20,11 @@ publisher: eclipse
repository: https://github.com/eclipse/codewind-che-plugin
category: Other
firstPublicationDate: "2019-05-30"
latestUpdateDate: "2020-04-06"
latestUpdateDate: "2020-04-30"
spec:
containers:
- name: codewind-che-sidecar
image: eclipse/codewind-che-sidecar:0.11.0
image: eclipse/codewind-che-sidecar:0.12.0
volumes:
- mountPath: "/projects"
name: projects
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
apiVersion: v2
publisher: eclipse
name: codewind-theia
version: 0.11.0
version: 0.12.0
type: VS Code extension
displayName: Codewind VS Code Extension
title: Codewind Extension for VS Code
Expand All @@ -21,7 +21,7 @@ icon: https://raw.githubusercontent.com/eclipse/codewind-vscode/master/dev/res/i
repository: http://github.com/eclipse/codewind-vscode/
category: Other
firstPublicationDate: "2019-05-30"
latestUpdateDate: "2020-04-06"
latestUpdateDate: "2020-04-30"
spec:
extensions:
- http://download.eclipse.org/codewind/codewind-vscode/0.11.0/latest/codewind-che.vsix
- http://download.eclipse.org/codewind/codewind-vscode/0.12.0/latest/codewind-che.vsix

0 comments on commit 12a5d08

Please sign in to comment.