Skip to content

9.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 07 May 13:33
· 76 commits to main since this release
0fe5399

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/9.0.2/install.yaml

Changelog

  • 0fe5399 Clientset CI Tests: Make names of disruption and disruptionCrons unique to avoid collision (#864)
  • 48d77da Add CI Tests for DisruptionCron Client (#861)
  • 1e8dc9b Add CI Tests for Disruption Client (#860)
  • f45d491 Don't re-use namespaces in e2e-tests (#858)
  • 52a14d2 fix: add custom chaos types in the clientsets schema (#857)
  • e050086 build(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#856)
  • 9d1fdd8 Add Clientset Docs (#855)
  • 547f99a Generated DisruptionCron client (#854)