Skip to content

Commit

Permalink
Updated Compatibility matrix for 3.0.0-beta2 (#118)
Browse files Browse the repository at this point in the history
* Updated Compatibility matrix

Signed-off-by: Saranya-jena <[email protected]>

* Added next version in the matrix

Signed-off-by: Saranya-jena <[email protected]>

Signed-off-by: Saranya-jena <[email protected]>
  • Loading branch information
Saranya-jena authored Dec 15, 2022
1 parent 8b99793 commit ef4f78a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkg/utils/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ var (
"0.7.0": {"2.4.0", "2.5.0", "2.6.0", "2.7.0", "2.8.0"},
"0.8.0": {"2.4.0", "2.5.0", "2.6.0", "2.7.0", "2.8.0"},
"0.9.0": {"2.4.0", "2.5.0", "2.6.0", "2.7.0", "2.8.0"},
"0.10.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.11.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.12.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.13.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.14.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.15.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0", "2.14.0", "3.0-beta1"},
"0.10.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"},
"0.11.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"},
"0.12.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"},
"0.13.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"},
"0.14.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"},
"0.15.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"},
"0.16.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"},
}
)

0 comments on commit ef4f78a

Please sign in to comment.