Skip to content

Commit

Permalink
[Addon] upgrade the CLI version to 1.7.2
Browse files Browse the repository at this point in the history
Signed-off-by: barnettZQG <[email protected]>
  • Loading branch information
barnettZQG committed Feb 7, 2023
1 parent e4111e2 commit 9c06cb8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion addons/cloudshell/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cloudshell
version: 0.0.7
version: 0.0.8
description: A Friendly Kubernetes CloudShell (Web Terminal)
url: https://github.com/cloudtty/cloudtty

Expand Down
4 changes: 2 additions & 2 deletions addons/cloudshell/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ This addon is based on [cloudtty](https://github.com/cloudtty/cloudtty) project.
| 0.0.4 | v0.3.0 | v1.5.6 |
| 0.0.5 | v0.3.0 | v1.6.0-beta.1 |
| 0.0.6 | v0.3.0 | v1.6.0 |
| 0.0.7 | v0.3.0 | v1.6.1 |
| 0.0.8 | v0.3.0 | v1.6.4 |
| 0.0.7 | v0.3.0 | v1.6.4 |
| 0.0.8 | v0.3.0 | v1.7.2 |
2 changes: 1 addition & 1 deletion addons/cloudshell/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spec:
image:
registry: hub.kubevela.net
repository: oamdev/cloudshell
tag: "v1.6.4"
tag: "v1.7.2"
1 change: 1 addition & 0 deletions addons/vela-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
|--------------------|:-------------------------:|
| v0.0.1 ~ v0.3.6 | v1.6.0-alpha.1+ |
| v0.3.7+ | v1.7.0-alpha.1+ |
| v0.4.4+ | v1.7.2(CLI) |
## Feedback
Expand Down
2 changes: 1 addition & 1 deletion addons/vela-workflow/definitions/addon-operation.cue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ template: {
// +usage=Specify addon enable args.
args?: [...string]
// +usage=Specify the image
image: *"oamdev/vela-cli:v1.6.4" | string
image: *"oamdev/vela-cli:v1.7.2" | string
// +usage=operation for the addon
operation: *"enable" | "upgrade" | "disable"
// +usage=specify serviceAccountName want to use
Expand Down
2 changes: 1 addition & 1 deletion addons/vela-workflow/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vela-workflow
version: v0.4.3
version: v0.4.4
description: "vela-workflow provides the capability to run a standalone workflow"
icon: "https://static.kubevela.net/images/logos/KubeVela%20-03.png"
url: "https://github.com/kubevela/workflow"
Expand Down

0 comments on commit 9c06cb8

Please sign in to comment.