Skip to content

Commit

Permalink
Add version 2.12.1 and 2.12.2 to upgrade matrix (#1821)
Browse files Browse the repository at this point in the history
Signed-off-by: Sahil Raja <[email protected]>
  • Loading branch information
rajaSahil authored Sep 7, 2021
1 parent 6cd67c5 commit c4eb664
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/apis/openebs.io/v1alpha1/versionDetails.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ var (
"1.12.0": true, "2.0.0": true, "2.1.0": true, "2.2.0": true,
"2.3.0": true, "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.11.0": true, "2.12.0": true,
"2.10.0": true, "2.11.0": true, "2.12.0": true, "2.12.1": true,
"2.12.2": true,
}
validDesiredVersion = strings.Split(version.GetVersion(), "-")[0]
)
Expand Down

0 comments on commit c4eb664

Please sign in to comment.