Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Upgrade Language Support for Apache Camel extension to 0.0.27 (#606)
Browse files Browse the repository at this point in the history
eclipse-che/che#17799

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier authored Sep 8, 2020
1 parent 28d5de7 commit 5a0d088
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
3 changes: 3 additions & 0 deletions v3/plugins/redhat/vscode-apache-camel/0.0.26/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ icon: https://raw.githubusercontent.com/camel-tooling/camel-lsp-client-vscode/0.
repository: https://github.com/camel-tooling/camel-lsp-client-vscode
category: Language
firstPublicationDate: '2020-07-23'
deprecate:
automigrate: true
migrateTo: redhat/vscode-apache-camel/latest
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:11-a06cbb1"
Expand Down
19 changes: 19 additions & 0 deletions v3/plugins/redhat/vscode-apache-camel/0.0.27/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: v2
publisher: redhat
name: vscode-apache-camel
version: 0.0.27
type: VS Code extension
displayName: Language Support for Apache Camel
title: Language Support for Apache Camel
description: This VS Code extension provides support for Apache Camel.
icon: https://raw.githubusercontent.com/camel-tooling/camel-lsp-client-vscode/0.0.27/icons/icon128.png
repository: https://github.com/camel-tooling/camel-lsp-client-vscode
category: Language
firstPublicationDate: '2020-09-08'
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-java:11-7bd8c8c"
name: vscode-apache-camel
memoryLimit: "300Mi"
extensions:
- https://download.jboss.org/jbosstools/vscode/stable/vscode-apache-camel/vscode-apache-camel-0.0.27-328.vsix
2 changes: 1 addition & 1 deletion v3/plugins/redhat/vscode-apache-camel/latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.26
0.0.27
4 changes: 2 additions & 2 deletions vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
},
{
"repository": "https://github.com/camel-tooling/camel-lsp-client-vscode",
"revision": "0.0.26",
"revision": "0.0.27",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-java:11-11-a06cbb1",
"image": "quay.io/eclipse/che-sidecar-java:11-7bd8c8c",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-java"
}
Expand Down

0 comments on commit 5a0d088

Please sign in to comment.