Skip to content

Commit

Permalink
added upgrade agent changes for 3.0.0-beta6 (#3949)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Kumar Das <amit.das@harness.io>
  • Loading branch information
amityt committed Apr 18, 2023
1 parent 149dee4 commit d6c526a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,13 @@ func (m *UpgradeManager) getUpgradePath() map[string]UpgradeExecutor {
VersionManager: nil,
},

// latest version, no more upgrades available
"3.0.0-beta5": {
NextVersion: "3.0.0-beta6",
VersionManager: nil,
},

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

0 comments on commit d6c526a

Please sign in to comment.