From 5a7722d618949ab5cb2d051471aa1dcb225ed727 Mon Sep 17 00:00:00 2001 From: Sarthak Jain Date: Wed, 17 Jan 2024 12:53:15 +0530 Subject: [PATCH] added changes for 1.2.0 release (#178) Signed-off-by: Sarthak Jain --- README.md | 34 ++++++++++++++++------------------ pkg/utils/compatibility.go | 1 + 2 files changed, 17 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 8ae444c6..25ac9ae8 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,8 @@ The Litmuschaos command-line tool, litmusctl, allows you to manage litmuschaos's ## Usage For more information including a complete list of litmusctl operations, see the litmusctl reference documentation. -* For v0.12.0 or latest: - * Non-Interactive mode: Click here - * Interactive mode: Click here - * For 0.23.0 or later: Click here +* For 0.23.0 or latest: Click here +* For v0.12.0 to v0.22.0: Click here * For v0.2.0 or earlier && compatible with Litmus-2.0.0-Beta8 or earlier: Click here ## Requirements @@ -30,6 +28,11 @@ To check compatibility of litmusctl with Chaos Center litmusctl version Lowest Chaos Center supported version Highest Chaos Center supported version + + 1.2.0 + 3.0.0 + 3.3.0 + 1.1.0 3.0.0 @@ -65,11 +68,6 @@ To check compatibility of litmusctl with Chaos Center 2.9.0 3.0.0-beta8 - - 0.19.0 - 2.9.0 - 3.0.0-beta8 - ## Installation @@ -78,6 +76,7 @@ To install the latest version of litmusctl follow the below steps: + @@ -85,10 +84,10 @@ To install the latest version of litmusctl follow the below steps: - + @@ -96,11 +95,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -108,11 +107,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -120,11 +119,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -132,11 +131,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -144,11 +143,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -156,11 +155,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -168,11 +167,11 @@ To install the latest version of litmusctl follow the below steps: - + @@ -180,7 +179,6 @@ To install the latest version of litmusctl follow the below steps: -
Platforms1.2.0 1.1.0 1.0.0 0.24.00.22.0 0.21.0 0.20.00.19.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 01643768..91075b7f 100644 --- a/pkg/utils/compatibility.go +++ b/pkg/utils/compatibility.go @@ -24,5 +24,6 @@ var ( "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", "3.2.0"}, "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"}, } )