Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm chart litmus-core to v2.6.0 #1091

Merged
merged 1 commit into from Feb 22, 2022

Conversation

renovate-self-hosted[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
litmus-core (source) minor 2.5.0 -> 2.6.0

Release Notes

litmuschaos/litmus

v2.6.0

Compare Source

Release Updates

  • Enhance CPU stress experiments (both node-cpu-hog and pod-cpu-hog) to consume the resources in percentage of available CPU cores.

  • Fixes the permission issue faced by container user of experiment image to access its directory in an Openshift cluster.

  • Adds AWS AZ (Availability Zone) experiment in litmus python which disables availability zones for load-balancer. https://github.com/litmuschaos/litmus-python/pull/36

  • Fixes the verdict metrics in chaos exporter now it won't export/override the metrics if chaosengine is in completed state and experiment's final verdict is already exported.

  • Adds more docs examples for the new experiment tunables in https://litmuschaos.github.io/litmus/

  • Adds UI enhancement for making workflows auditable by adding a new field Executed by in runs/schedules table to show username of user who scheduled corresponding workflow.

  • Fixes bug by ignoring the deleted workflows while scheduling new workflows.

  • Fixes vulnerability in frontend image by upgrading the nginx image.

  • Adds API tests for MyHub & User related operations.

Installation

Litmus-2.6.0 (Stable) Cluster Scope manifest

kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/2.6.0/mkdocs/docs/2.6.0/litmus-2.6.0.yaml

Or

Litmus-2.6.0 (Stable) namespace scope manifest.

export LITMUS_PORTAL_NAMESPACE="<namespace>"
kubectl create ns ${LITMUS_PORTAL_NAMESPACE}
kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/2.6.0/litmus-portal/litmus-portal-crds.yml
curl https://raw.githubusercontent.com/litmuschaos/litmus/2.6.0/mkdocs/docs/2.6.0/litmus-namespaced-2.6.0.yaml --output litmus-portal-namespaced-k8s-template.yml
envsubst '${LITMUS_PORTAL_NAMESPACE}' < litmus-portal-namespaced-k8s-template.yml > ${LITMUS_PORTAL_NAMESPACE}-ns-scoped-litmus-portal-manifest.yml
kubectl apply -f ${LITMUS_PORTAL_NAMESPACE}-ns-scoped-litmus-portal-manifest.yml -n ${LITMUS_PORTAL_NAMESPACE}

Upgrading from 2.5.0 to 2.6.0

kubectl apply -f https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/2.6.0/upgrade-agent.yaml

Shoutouts!

Thanks to our existing and new contributors for this release- @​victorlcm @​neelanjan00 @​amityt @​gdsoumya @​Jonsy13 @​rajdas98 @​uditgaurav


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

Signed-off-by: Renovate Bot <renovate@whitesourcesoftware.com>
@renovate-self-hosted renovate-self-hosted bot added dependency/minor Minor version changes renovate/helm-release Helm chart version change labels Feb 16, 2022
@xunholy xunholy merged commit 499935a into main Feb 22, 2022
@xunholy xunholy deleted the self-hosted/litmus-core-2.x branch February 22, 2022 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency/minor Minor version changes renovate/helm-release Helm chart version change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants