diff --git a/README.md b/README.md index 3577b16..1f7861a 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.13.0 + 3.0.0 + 3.14.0 + 1.12.0 3.0.0 @@ -103,6 +108,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -110,10 +116,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -121,11 +127,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -133,11 +139,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -145,11 +151,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -157,11 +163,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -169,11 +175,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -181,11 +187,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -193,11 +199,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -205,7 +211,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.13.0 1.12.0 1.11.0 1.10.01.8.0 1.7.0 1.6.01.5.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 9ae5f6b..dfbcb75 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -35,5 +35,6 @@ var ( "1.10.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", "3.10.0", "3.11.0"}, "1.11.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", "3.10.0", "3.11.0", "3.12.0"}, "1.12.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", "3.10.0", "3.11.0", "3.12.0", "3.13.0"}, + "1.13.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", "3.10.0", "3.11.0", "3.12.0", "3.13.0", "3.14.0"}, } )