Skip to content

Commit

Permalink
Bump version: v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Jun 11, 2023
1 parent bd60d99 commit 0c29dce
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.8.0
appVersion: v0.8.0
version: 0.9.0
appVersion: v0.9.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.8.0
appVersion: v0.8.0
version: 0.9.0
appVersion: v0.9.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 charts/cosmo-traefik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: cosmo-traefik
description: COSMO traefij Helm chart for Kubernetes
type: application
version: 0.8.0
version: 0.9.0
appVersion: "23.0.1"
kubeVersion: ">= 1.19.0-0"
home: https://github.com/cosmo-workspace/cosmo
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 @@ -175,5 +175,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-auth-proxy - cosmo v0.8.0 cosmo-workspace 2022")
fmt.Println("cosmo-auth-proxy - cosmo v0.9.0 cosmo-workspace 2022")
}
2 changes: 1 addition & 1 deletion cmd/controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
MIT 2023 cosmo-workspace/cosmo
`,
Version: "v0.8.0 cosmo-workspace 2023",
Version: "v0.9.0 cosmo-workspace 2023",
RunE: func(cmd *cobra.Command, args []string) error {
cmd.SilenceUsage = true
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&o.ZapOpts)))
Expand Down
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.8.0
newTag: v0.9.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.8.0
newTag: v0.9.0

resources:
- manager.yaml
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const Footprint = `cosmoctl - cosmo v0.8.0 cosmo-workspace 2023`
const Footprint = `cosmoctl - cosmo v0.9.0 cosmo-workspace 2023`

func AddCommand(cmd *cobra.Command, o *cmdutil.CliOptions) {
versionCmd := &cobra.Command{
Expand Down
2 changes: 1 addition & 1 deletion internal/dashboard/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
MIT 2023 cosmo-workspace/cosmo
`,
Version: "v0.8.0 cosmo-workspace 2023",
Version: "v0.9.0 cosmo-workspace 2023",
PersistentPreRunE: o.PreRunE,
RunE: o.RunE,
}
Expand Down

0 comments on commit 0c29dce

Please sign in to comment.