Skip to content

Commit

Permalink
chore(version): add 3.1.0 to upgrade matrix (#145) (#146)
Browse files Browse the repository at this point in the history
This commit adds 3.1.0 version as supported version to
upgrade to latest OpenEBS versions.

Signed-off-by: Sai <[email protected]>

Co-authored-by: Sai Chaithanya <[email protected]>
  • Loading branch information
niladrih and Sai Chaithanya authored Apr 8, 2022
1 parent 72ab0ea commit 2dcf304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
"2.4.0": true, "2.4.1": true, "2.5.0": true, "2.6.0": true,
"2.7.0": true, "2.8.0": true, "2.9.0": true, "2.10.0": true,
"2.10.1": true, "2.11.0": true, "2.12.0": true, "2.12.1": true,
"2.12.2": true, "3.0.0": true,
"2.12.2": true, "3.0.0": true, "3.1.0": true,
}
validDesiredVersion = strings.Split(GetVersion(), "-")[0]
)
Expand Down

0 comments on commit 2dcf304

Please sign in to comment.