Skip to content

Commit

Permalink
updated compatibility matirx for 1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Saranya-jena <[email protected]>
  • Loading branch information
Saranya-jena committed Dec 15, 2023
1 parent 2999756 commit f3eaf7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ To check compatibility of litmusctl with Chaos Center
<th>litmusctl version</th>
<th>Lowest Chaos Center supported version</th>
<th>Highest Chaos Center supported version</th>
<tr>
<td>1.0.0</td>
<td>3.0.0</td>
<td>3.1.0</td>
</tr>
<tr>
<td>1.0.0</td>
<td>3.0.0</td>
Expand Down Expand Up @@ -65,11 +70,6 @@ To check compatibility of litmusctl with Chaos Center
<td>2.9.0</td>
<td>3.0.0-beta8</td>
</tr>
<tr>
<td>0.18.0</td>
<td>2.9.0</td>
<td>3.0.0-beta8</td>
</tr>
</table>

## Installation
Expand Down
3 changes: 2 additions & 1 deletion pkg/utils/compatibility.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ var (
"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", "3.0.0-beta12"},
"0.24.0": {"3.0.0-beta9", "3.0.0-beta10", "3.0.0-beta11", "3.0.0-beta12"},
"1.0.0": {"3.0.0", "3.1.0"},
"1.0.0": {"3.0.0", "3.1.0", "3.2.0"},
"1.0.0": {"3.0.0", "3.1.0", "3.2.0"},

Check failure on line 26 in pkg/utils/compatibility.go

View workflow job for this annotation

GitHub Actions / build

duplicate key "1.0.0" in map literal
}
)

0 comments on commit f3eaf7c

Please sign in to comment.