Skip to content

Commit

Permalink
fixed the compatibility matrix (#151)
Browse files Browse the repository at this point in the history
Signed-off-by: deep-poharkar <[email protected]>
  • Loading branch information
deep-poharkar committed Sep 11, 2023
1 parent c3db8e7 commit 77e5362
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/utils/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var (
"0.19.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1", "3.0.0-beta2", "3.0.0-beta3", "3.0.0-beta4", "3.0.0-beta5", "3.0.0-beta6", "3.0.0-beta7", "3.0.0-beta8"},
"0.20.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1", "3.0.0-beta2", "3.0.0-beta3", "3.0.0-beta4", "3.0.0-beta5", "3.0.0-beta6", "3.0.0-beta7", "3.0.0-beta8"},
"0.21.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1", "3.0.0-beta2", "3.0.0-beta3", "3.0.0-beta4", "3.0.0-beta5", "3.0.0-beta6", "3.0.0-beta7", "3.0.0-beta8"},
"0.22.0": {"3.0.0-beta9", "3.0.0-beta10", "3.0.0-beta11"},
"0.22.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1", "3.0.0-beta2", "3.0.0-beta3", "3.0.0-beta4", "3.0.0-beta5", "3.0.0-beta6", "3.0.0-beta7", "3.0.0-beta8"},
"0.23.0": {"3.0.0-beta9", "3.0.0-beta10", "3.0.0-beta11"},
}
)

0 comments on commit 77e5362

Please sign in to comment.