From 70b27f5110c9aca29eb203ce79579414ad8c565e Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Wed, 14 Aug 2024 17:39:03 +0530 Subject: [PATCH] added changes for 1.9.0 release Signed-off-by: Sarthak Jain --- README.md | 23 ++++++++++++++--------- pkg/utils/compatibility.go | 1 + 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bdea5ff..c3b05ef 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.9.0 + 3.0.0 + 3.10.0 + 1.8.0 3.0.0 @@ -83,6 +88,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -90,10 +96,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -101,11 +107,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -113,11 +119,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -125,11 +131,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -137,11 +143,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -149,11 +155,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -161,11 +167,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -173,11 +179,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -185,7 +191,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.9.0 1.8.0 1.7.0 1.6.01.4.0 1.3.0 1.2.01.1.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 0940756..acac687 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -31,5 +31,6 @@ var ( "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"}, + "1.9.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"}, } )