Skip to content

Commit

Permalink
Adding release manifests for 2.11.0 Chaoscenter release (#3688)
Browse files Browse the repository at this point in the history
* Upgrading release manifests for 2.11.0 Chaoscenter release

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>

* Upgrading release manifests for 2.11.0 Chaoscenter release with namespaced scope changes

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>

* Upgrading go pkg

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>

* Upgrading release manifests for 2.11.0 Chaoscenter release with namespaced scope changes

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>

* Upgrading release manifests for 2.11.0 Chaoscenter release with namespaced scope changes

Signed-off-by: Vedant Shrotria <vedant.shrotria@harness.io>
  • Loading branch information
Jonsy13 committed Jul 15, 2022
1 parent c7e9e9e commit 84d7a63
Show file tree
Hide file tree
Showing 7 changed files with 2,823 additions and 1 deletion.
1 change: 1 addition & 0 deletions litmus-portal/upgrade-agents/control-plane/go.mod
Expand Up @@ -11,6 +11,7 @@ require (
go.uber.org/zap v1.18.1
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
2 changes: 2 additions & 0 deletions litmus-portal/upgrade-agents/control-plane/go.sum
Expand Up @@ -138,6 +138,8 @@ golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20190329151228-23e29df326fe/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
Expand Down
Expand Up @@ -93,8 +93,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version no more upgrades available
"2.10.0": {
NextVersion: "2.11.0",
VersionManager: nil,
},

// latest version, no more upgrades available
"2.11.0": {
NextVersion: "",
VersionManager: nil,
},
Expand Down

0 comments on commit 84d7a63

Please sign in to comment.