Skip to content

Commit c8fef73

Browse files
committed
Bump version: v0.11.0
1 parent 171f75e commit c8fef73

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

charts/cosmo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: cosmo
33
description: COSMO Helm chart for Kubernetes
44
type: application
5-
version: 0.10.0
6-
appVersion: v0.10.0
5+
version: 0.11.0
6+
appVersion: v0.11.0
77
kubeVersion: ">= 1.19.0-0"
88
home: https://github.com/cosmo-workspace/cosmo
99
icon: https://raw.githubusercontent.com/cosmo-workspace/cosmo/main/logo/logo-square-small.png

cmd/controller-manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
7777
7878
MIT 2023 cosmo-workspace/cosmo
7979
`,
80-
Version: "v0.10.0 cosmo-workspace 2023",
80+
Version: "v0.11.0 cosmo-workspace 2023",
8181
RunE: func(cmd *cobra.Command, args []string) error {
8282
cmd.SilenceUsage = true
8383
ctrl.SetLogger(zap.New(zap.UseFlagOptions(&o.ZapOpts)))

config/dashboard/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
images:
55
- name: dashboard
66
newName: cosmo-dashboard
7-
newTag: v0.10.0
7+
newTag: v0.11.0
88

99
resources:
1010
- dashboard.yaml

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: Kustomization
44
images:
55
- name: controller
66
newName: cosmo-controller-manager
7-
newTag: v0.10.0
7+
newTag: v0.11.0
88

99
resources:
1010
- manager.yaml

internal/cmd/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
)
99

10-
const Footprint = `cosmoctl - cosmo v0.10.0 cosmo-workspace 2023`
10+
const Footprint = `cosmoctl - cosmo v0.11.0 cosmo-workspace 2023`
1111

1212
func AddCommand(cmd *cobra.Command, o *cmdutil.CliOptions) {
1313
versionCmd := &cobra.Command{

internal/dashboard/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
8383
8484
MIT 2023 cosmo-workspace/cosmo
8585
`,
86-
Version: "v0.10.0 cosmo-workspace 2023",
86+
Version: "v0.11.0 cosmo-workspace 2023",
8787
PersistentPreRunE: o.PreRunE,
8888
RunE: o.RunE,
8989
}

0 commit comments

Comments
 (0)