Skip to content

Commit

Permalink
updated compatibility matrix (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <[email protected]>

Signed-off-by: Saranya-jena <[email protected]>
  • Loading branch information
Saranya-jena authored Sep 15, 2022
1 parent 5cd6548 commit acacbde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkg/utils/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ 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"},
"0.11.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0"},
"0.12.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0"},
"0.10.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0"},
"0.11.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0"},
"0.12.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0"},
"0.13.0": {"2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0"},
}
)

0 comments on commit acacbde

Please sign in to comment.