Skip to content

Commit

Permalink
Added changes for upgrade 2.14.0 (#3794) (#3800)
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <vedant.srotria@harness.io>

Signed-off-by: Vedant <vedant.srotria@harness.io>
Co-authored-by: Vedant <vedant.srotria@harness.io>

Signed-off-by: Vedant <vedant.srotria@harness.io>
Co-authored-by: Vedant Shrotria <vedant.shrotria@harness.io>
Co-authored-by: Vedant <vedant.srotria@harness.io>
  • Loading branch information
3 people committed Oct 19, 2022
1 parent e46df65 commit 959a44d
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -108,8 +108,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version, no more upgrades available
"2.13.0": {
NextVersion: "2.14.0",
VersionManager: nil,
},

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

0 comments on commit 959a44d

Please sign in to comment.