Skip to content

Commit

Permalink
Bump version: v1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
jlandowner committed Aug 31, 2023
1 parent 24e8236 commit 87329ff
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-rc4
appVersion: v1.0.0-rc4
version: 1.0.0-rc5
appVersion: v1.0.0-rc5
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-rc4 cosmo-workspace 2023",
Version: "v1.0.0-rc5 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-rc4
newTag: v1.0.0-rc5

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-rc4
newTag: v1.0.0-rc5

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-rc4 cosmo-workspace 2023`
const Footprint = `cosmoctl - cosmo v1.0.0-rc5 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-rc4 cosmo-workspace 2023",
Version: "v1.0.0-rc5 cosmo-workspace 2023",
PersistentPreRunE: o.PreRunE,
RunE: o.RunE,
}
Expand Down

0 comments on commit 87329ff

Please sign in to comment.