Skip to content

Commit 055f41d

Browse files
authored
Update ocm version to v0.13.3 (#439)
Signed-off-by: Jian Qiu <[email protected]>
1 parent 63149ac commit 055f41d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pkg/version/version.go

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type VersionBundle struct {
4646
MulticlusterControlplane string
4747
}
4848

49-
var defaultBundleVersion = "0.13.2"
49+
var defaultBundleVersion = "0.13.3"
5050

5151
func GetDefaultBundleVersion() string {
5252
return defaultBundleVersion
@@ -138,6 +138,17 @@ func GetVersionBundle(version string) (VersionBundle, error) {
138138
MulticlusterControlplane: "v0.4.0",
139139
}
140140

141+
versionBundleList["0.13.3"] = VersionBundle{
142+
Registration: "v0.13.3",
143+
Placement: "v0.13.3",
144+
Work: "v0.13.3",
145+
Operator: "v0.13.3",
146+
AddonManager: "v0.13.3",
147+
AppAddon: "v0.13.0",
148+
PolicyAddon: "v0.13.0",
149+
MulticlusterControlplane: "v0.4.0",
150+
}
151+
141152
// default
142153
versionBundleList["default"] = versionBundleList[defaultBundleVersion]
143154

0 commit comments

Comments
 (0)