diff --git a/README.md b/README.md index e0e93267..8ae444c6 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,11 @@ To check compatibility of litmusctl with Chaos Center litmusctl version Lowest Chaos Center supported version Highest Chaos Center supported version + + 1.1.0 + 3.0.0 + 3.2.0 + 1.0.0 3.0.0 @@ -65,11 +70,6 @@ To check compatibility of litmusctl with Chaos Center 2.9.0 3.0.0-beta8 - - 0.18.0 - 2.9.0 - 3.0.0-beta8 - ## Installation @@ -78,6 +78,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -85,10 +86,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -96,11 +97,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -108,11 +109,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -120,11 +121,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -132,11 +133,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -144,11 +145,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -156,11 +157,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -168,11 +169,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -180,7 +181,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.1.0 1.0.0 0.24.0 0.23.00.21.0 0.20.0 0.19.00.18.0 master(Unreleased)
litmusctl-darwin-amd64 (MacOS)Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-linux-386Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-linux-amd64Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-linux-armClick here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-linux-arm64Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-windows-386Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-windows-amd64Click here Click here Click here Click hereClick here Click here Click hereClick here Click here
litmusctl-windows-armClick here Click here Click here Click hereClick here Click here Click hereClick here Click here
diff --git a/pkg/utils/compatibility.go b/pkg/utils/compatibility.go index 3b9328e2..01643768 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -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.1.0": {"3.0.0", "3.1.0", "3.2.0"}, } )