Skip to content

Commit

Permalink
update version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oruharo committed Mar 3, 2022
1 parent a17a6e3 commit 3481117
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Image URL to use all building/pushing image targets
VERSION ?= v0.3.0
VERSION ?= v0.4.0

MANAGER_VERSION ?= $(VERSION)
DASHBOARD_VERSION ?= $(VERSION)
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 @@ -181,5 +181,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-auth-proxy - cosmo v0.3.0 cosmo-workspace 2021")
fmt.Println("cosmo-auth-proxy - cosmo v0.4.0 cosmo-workspace 2021")
}
2 changes: 1 addition & 1 deletion cmd/controller-manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-controller-manager - cosmo v0.3.0 cosmo-workspace 2021")
fmt.Println("cosmo-controller-manager - cosmo v0.4.0 cosmo-workspace 2021")
}
2 changes: 1 addition & 1 deletion cmd/cosmoctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MIT 2021 cosmo-workspace/cosmo
Use: "version",
Short: "Print the version number",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("cosmoctl - cosmo v0.3.0 cosmo-workspace 2021")
fmt.Println("cosmoctl - cosmo v0.4.0 cosmo-workspace 2021")
},
}
rootCmd.AddCommand(versionCmd)
Expand Down
2 changes: 1 addition & 1 deletion cmd/dashboard/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ func printOptions() {
}

func printVersion() {
fmt.Println("cosmo-dashboard - cosmo v0.3.0 cosmo-workspace 2021")
fmt.Println("cosmo-dashboard - cosmo v0.4.0 cosmo-workspace 2021")
}
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.3.0
newTag: v0.4.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.3.0
newTag: v0.4.0

resources:
- manager.yaml
Expand Down

0 comments on commit 3481117

Please sign in to comment.