Skip to content

Commit 802869e

Browse files
Change default version to v1.1.1 (#520)
Signed-off-by: Jian Qiu <[email protected]> Co-authored-by: Jian Qiu <[email protected]>
1 parent 6d7350f commit 802869e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pkg/version/version.go

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type VersionBundle struct {
4545
MulticlusterControlplane string `json:"multicluster_controlplane"`
4646
}
4747

48-
var defaultBundleVersion = "1.1.0"
48+
var defaultBundleVersion = "1.1.1"
4949

5050
func GetDefaultBundleVersion() string {
5151
return defaultBundleVersion
@@ -106,6 +106,13 @@ func getVersionBundle(version string) (VersionBundle, error) {
106106
MulticlusterControlplane: "v0.7.0",
107107
}
108108

109+
versionBundleList["1.1.1"] = VersionBundle{
110+
OCM: "v1.1.1",
111+
AppAddon: "v0.16.0",
112+
PolicyAddon: "v0.16.0",
113+
MulticlusterControlplane: "v0.7.0",
114+
}
115+
109116
// default
110117
versionBundleList["default"] = versionBundleList[defaultBundleVersion]
111118

0 commit comments

Comments
 (0)