Skip to content

12.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 14:02
· 2 commits to main since this release
da7f07b

Quick Installation

📣 Datadog engineers: please reach out to Chaos Engineering before deploying to a new cluster! 🙏 🙇

⚠️ cert-manager must be installed for the admission controller to get a self-signed certificate.

If you do not plan to alter source code, you can install Chaos Controller to your existing Kubernetes environments by running:

📣 Datadog engineers: please reach out to Chaos Engineering before deploying to a new cluster! 🙏 🙇

kubectl apply -f https://github.com/DataDog/chaos-controller/releases/download/12.1.0/install.yaml

Changelog

  • da7f07b Update dependencies based on dependabot warnings (#973)
  • a105a75 CHAOSPLT-643: Send event directly to user if DisruptionCron lacks a target (#968)
  • 2e77f9c Fix "package comment" header lint (#972)
  • e1a8315 Dont overwrite returned error with metric error in webhooks (#971)
  • 8f972c4 Reduce disruption lifecycle in lima for easier dev testing (#970)
  • 5f4ebc3 Add disruption cron validation metrics (#967)
  • 8d33a65 Add generic cluster name to datadog agent configuration (#969)
  • 4b38378 Set disruptionNamespace tag correctly on reconciler error (#966)