From 1a69cc5d24f6566e4c06ff2ef55f58c0e11dfbe6 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Sun, 17 Mar 2024 00:09:25 +0530 Subject: [PATCH] Added changes for 1.4.0 release (#213) Signed-off-by: Sarthak Jain --- README.md | 33 ++++++++++++++------------------- pkg/utils/compatibility.go | 1 + 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 202b2835..02a3678a 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.4.0 + 3.0.0 + 3.5.0 + 1.3.0 3.0.0 @@ -65,16 +70,6 @@ To check compatibility of litmusctl with Chaos Center 2.9.0 3.0.0-beta8 - - 0.21.0 - 2.9.0 - 3.0.0-beta8 - - - 0.20.0 - 2.9.0 - 3.0.0-beta8 - ## Installation @@ -83,6 +78,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -90,10 +86,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -101,11 +97,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -113,11 +109,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -125,11 +121,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -137,11 +133,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -149,11 +145,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -161,11 +157,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -173,11 +169,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -185,7 +181,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.4.0 1.3.0 1.2.0 1.1.00.24.0 0.23.0 0.22.00.21.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 84918da1..f8f39a3b 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -26,5 +26,6 @@ var ( "1.1.0": {"3.0.0", "3.1.0", "3.2.0"}, "1.2.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0"}, "1.3.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0"}, + "1.4.0": {"3.0.0", "3.1.0", "3.2.0", "3.3.0", "3.4.0", "3.5.0"}, } )