Skip to content

Commit 1c8d26c

Browse files
committedJul 22, 2023
Bump version: v1.0.0-rc1
1 parent d0a41d9 commit 1c8d26c

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed
 

‎charts/cosmo/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apiVersion: v2
22
name: cosmo
33
description: COSMO Helm chart for Kubernetes
44
type: application
5-
version: 0.11.0
6-
appVersion: v0.11.0
5+
version: 1.0.0-rc1
6+
appVersion: v1.0.0-rc1
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
1010
sources:
1111
- https://github.com/cosmo-workspace/charts
1212
annotations:
13-
artifacthub.io/prerelease: "false"
13+
artifacthub.io/prerelease: "true"
1414
maintainers:
1515
- name: jlandowner
1616
url: https://github.com/jlandowner

‎cmd/controller-manager/main.go

+1-1
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.11.0 cosmo-workspace 2023",
80+
Version: "v1.0.0-rc1 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

+1-1
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.11.0
7+
newTag: v1.0.0-rc1
88

99
resources:
1010
- dashboard.yaml

‎config/manager/kustomization.yaml

+1-1
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.11.0
7+
newTag: v1.0.0-rc1
88

99
resources:
1010
- manager.yaml

‎internal/cmd/version/version.go

+1-1
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.11.0 cosmo-workspace 2023`
10+
const Footprint = `cosmoctl - cosmo v1.0.0-rc1 cosmo-workspace 2023`
1111

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

‎internal/dashboard/root.go

+1-1
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.11.0 cosmo-workspace 2023",
86+
Version: "v1.0.0-rc1 cosmo-workspace 2023",
8787
PersistentPreRunE: o.PreRunE,
8888
RunE: o.RunE,
8989
}

0 commit comments

Comments
 (0)