Skip to content

Commit

Permalink
Bump version: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oruharo committed Sep 12, 2022
1 parent 2e39a4c commit 842d1c6
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/cosmo-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cosmo-controller-manager
description: COSMO Controller Manager Helm chart for Kubernetes
type: application
version: 0.5.2
appVersion: v0.5.2
version: 0.6.0
appVersion: v0.6.0
kubeVersion: ">= 1.19.0-0"
home: https://github.com/cosmo-workspace/cosmo
icon: https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png
Expand Down
4 changes: 2 additions & 2 deletions charts/cosmo-dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cosmo-dashboard
description: COSMO Dashboard Helm chart for Kubernetes
type: application
version: 0.5.2
appVersion: v0.5.2
version: 0.6.0
appVersion: v0.6.0
kubeVersion: ">= 1.19.0-0"
home: https://github.com/cosmo-workspace/cosmo
icon: https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png
Expand Down
2 changes: 1 addition & 1 deletion cmd/auth-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-auth-proxy - cosmo v0.5.2 cosmo-workspace 2021")
fmt.Println("cosmo-auth-proxy - cosmo v0.6.0 cosmo-workspace 2021")
}
2 changes: 1 addition & 1 deletion cmd/controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,5 +222,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-controller-manager - cosmo v0.5.2 cosmo-workspace 2021")
fmt.Println("cosmo-controller-manager - cosmo v0.6.0 cosmo-workspace 2021")
}
2 changes: 1 addition & 1 deletion cmd/dashboard/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-dashboard - cosmo v0.5.2 cosmo-workspace 2021")
fmt.Println("cosmo-dashboard - cosmo v0.6.0 cosmo-workspace 2021")
}
2 changes: 1 addition & 1 deletion config/dashboard/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: dashboard
newName: cosmo-dashboard
newTag: v0.5.2
newTag: v0.6.0

resources:
- dashboard.yaml
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: controller
newName: cosmo-controller-manager
newTag: v0.5.2
newTag: v0.6.0

resources:
- manager.yaml
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/root_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ MIT 2021 cosmo-workspace/cosmo
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
fmt.Fprintln(o.Out, "cosmoctl - cosmo v0.5.2 cosmo-workspace 2021")
fmt.Fprintln(o.Out, "cosmoctl - cosmo v0.6.0 cosmo-workspace 2021")
},
}

Expand Down

0 comments on commit 842d1c6

Please sign in to comment.