Skip to content

Commit

Permalink
Update ocm version to v0.13.3 (#439)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <[email protected]>
  • Loading branch information
qiujian16 authored Jun 14, 2024
1 parent 63149ac commit 055f41d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type VersionBundle struct {
MulticlusterControlplane string
}

var defaultBundleVersion = "0.13.2"
var defaultBundleVersion = "0.13.3"

func GetDefaultBundleVersion() string {
return defaultBundleVersion
Expand Down Expand Up @@ -138,6 +138,17 @@ func GetVersionBundle(version string) (VersionBundle, error) {
MulticlusterControlplane: "v0.4.0",
}

versionBundleList["0.13.3"] = VersionBundle{
Registration: "v0.13.3",
Placement: "v0.13.3",
Work: "v0.13.3",
Operator: "v0.13.3",
AddonManager: "v0.13.3",
AppAddon: "v0.13.0",
PolicyAddon: "v0.13.0",
MulticlusterControlplane: "v0.4.0",
}

// default
versionBundleList["default"] = versionBundleList[defaultBundleVersion]

Expand Down

0 comments on commit 055f41d

Please sign in to comment.