Skip to content

Commit

Permalink
Bump version: v1.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Jul 28, 2023
1 parent d4944e7 commit 3c3e276
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/cosmo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: cosmo
description: COSMO Helm chart for Kubernetes
type: application
version: 1.0.0-rc1
appVersion: v1.0.0-rc1
version: 1.0.0-rc2
appVersion: v1.0.0-rc2
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/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: "v1.0.0-rc1 cosmo-workspace 2023",
Version: "v1.0.0-rc2 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: v1.0.0-rc1
newTag: v1.0.0-rc2

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: v1.0.0-rc1
newTag: v1.0.0-rc2

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 v1.0.0-rc1 cosmo-workspace 2023`
const Footprint = `cosmoctl - cosmo v1.0.0-rc2 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 @@ -83,7 +83,7 @@ Complete documentation is available at http://github.com/cosmo-workspace/cosmo
MIT 2023 cosmo-workspace/cosmo
`,
Version: "v1.0.0-rc1 cosmo-workspace 2023",
Version: "v1.0.0-rc2 cosmo-workspace 2023",
PersistentPreRunE: o.PreRunE,
RunE: o.RunE,
}
Expand Down

0 comments on commit 3c3e276

Please sign in to comment.