diff --git a/README.md b/README.md index fd9532f..bdea5ff 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.8.0 + 3.0.0 + 3.9.1 + 1.7.0 3.0.0 @@ -70,21 +75,6 @@ To check compatibility of litmusctl with Chaos Center 3.0.0 3.1.0 - - 0.24.0 - 3.0.0-beta9 - 3.0.0-beta12 - - - 0.23.0 - 3.0.0-beta9 - 3.0.0-beta12 - - - 0.22.0 - 2.9.0 - 3.0.0-beta8 - ## Installation @@ -93,6 +83,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -100,10 +91,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -111,11 +102,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -123,11 +114,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -135,11 +126,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -147,11 +138,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -159,11 +150,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -171,11 +162,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -183,11 +174,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -195,7 +186,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.8.0 1.7.0 1.6.0 1.5.01.3.0 1.2.0 1.1.01.0.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 6664f8e..0940756 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -30,5 +30,6 @@ var ( "1.5.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0"}, "1.6.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0", "3.6.1", "3.7.0"}, "1.7.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0", "3.6.1", "3.7.0", "3.8.0"}, + "1.8.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0", "3.6.0", "3.6.1", "3.7.0", "3.8.0", "3.9.0", "3.9.1"}, } )