Skip to content

Commit

Permalink
Update brokers version to v0.14.0
Browse files Browse the repository at this point in the history
See release https://github.com/eclipse/che-plugin-broker/releases/tag/v0.14.0
It brings an ability to create Che 7 plugins that provisions several VS Code
extensions in the same Theia plugin sidecar.
  • Loading branch information
Oleksandr Garagatyi committed Mar 18, 2019
1 parent 8069312 commit 5c8d1ce
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,10 @@ che.singleport.wildcard_domain.ipless=false

# Docker image of Che plugin broker app that resolves workspace tooling configuration and copies
# plugins dependencies to a workspace
che.workspace.plugin_broker.image=eclipse/che-plugin-broker:v0.13.0
che.workspace.plugin_broker.theia.image=eclipse/che-theia-plugin-broker:v0.13.0
che.workspace.plugin_broker.init.image=eclipse/che-init-plugin-broker:v0.13.0
che.workspace.plugin_broker.vscode.image=eclipse/che-vscode-extension-broker:v0.13.0
che.workspace.plugin_broker.image=eclipse/che-plugin-broker:v0.14.0
che.workspace.plugin_broker.theia.image=eclipse/che-theia-plugin-broker:v0.14.0
che.workspace.plugin_broker.init.image=eclipse/che-init-plugin-broker:v0.14.0
che.workspace.plugin_broker.vscode.image=eclipse/che-vscode-extension-broker:v0.14.0

# Docker image of Che plugin broker app that resolves workspace tooling configuration and copies
# plugins dependencies to a workspace
Expand Down

0 comments on commit 5c8d1ce

Please sign in to comment.