From d30371d9348010dc57dbbcde36835013399b7081 Mon Sep 17 00:00:00 2001 From: Krish Aryan Date: Wed, 28 Feb 2024 11:03:36 +0530 Subject: [PATCH 1/3] Updated README.md with latest version of litmus (#4471) Signed-off-by: Krish Aryan --- chaoscenter/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chaoscenter/README.md b/chaoscenter/README.md index c19f9b0c13b..cfac35ddd55 100644 --- a/chaoscenter/README.md +++ b/chaoscenter/README.md @@ -1,6 +1,6 @@ -# [LitmusChaos 3.0.0](https://docs.litmuschaos.io/) +# [LitmusChaos 3.4.0](https://docs.litmuschaos.io/) -## Installation steps for Litmus 3.0.0 +## Installation steps for Litmus 3.4.0 ### Mongo installation via Helm - Bitnami Mongo @@ -45,5 +45,5 @@ helm install my-release bitnami/mongodb --values mongo-values.yml -n Applying the manifest file will install all the required service account configuration and ChaosCenter in cluster scope. ```shell -kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.0.0/litmus-cluster-scope-3.0.0.yaml +kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/3.4.0/litmus-cluster-scope-3.4.0.yaml ``` From f86aad1328bcc580c97cc1ab57ee217880e7fb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:09:33 +0530 Subject: [PATCH 2/3] chore(deps): Bump github.com/onsi/ginkgo in /chaoscenter/event-tracker (#4277) Bumps [github.com/onsi/ginkgo](https://github.com/onsi/ginkgo) from 1.16.4 to 1.16.5. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/ginkgo/compare/v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Raj Das --- chaoscenter/event-tracker/go.mod | 2 +- chaoscenter/event-tracker/go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chaoscenter/event-tracker/go.mod b/chaoscenter/event-tracker/go.mod index f07b63a12c5..017f241396e 100644 --- a/chaoscenter/event-tracker/go.mod +++ b/chaoscenter/event-tracker/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( github.com/jmespath/go-jmespath v0.4.0 github.com/kelseyhightower/envconfig v1.4.0 - github.com/onsi/ginkgo v1.16.4 + github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.15.0 github.com/sirupsen/logrus v1.9.3 k8s.io/api v0.22.1 diff --git a/chaoscenter/event-tracker/go.sum b/chaoscenter/event-tracker/go.sum index 248dccabcc7..08de94095d0 100644 --- a/chaoscenter/event-tracker/go.sum +++ b/chaoscenter/event-tracker/go.sum @@ -315,8 +315,9 @@ github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= -github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= +github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= +github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= From 516a7a054111a2259fdc0f4fb9f77eb32f2921d4 Mon Sep 17 00:00:00 2001 From: Nageshbansal <76246968+Nageshbansal@users.noreply.github.com> Date: Fri, 1 Mar 2024 16:06:32 +0530 Subject: [PATCH 3/3] Adds docs for toleratios in source cmdProbe (#4442) Signed-off-by: nagesh bansal --- .../chaos-resources/probes/cmdProbe.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md b/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md index 1b0e4cb89fe..b7b2e9733fe 100644 --- a/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md +++ b/mkdocs/docs/experiments/concepts/chaos-resources/probes/cmdProbe.md @@ -614,6 +614,29 @@ In source mode, the command execution is carried out from within a new pod whose + + + + + + + + + + + + + + + + + + + + + +
Field.tolerations
DescriptionFlag to hold the tolerations for the probe pod
TypeOptional
Range(type: []corev1.Tolerations
NotesThe .tolerations Flag to hold the Tolerations for the probe pod
+
Field