Skip to content

Releases: DataDog/chaos-controller

8.7.1

07 Mar 13:31
368d17f
Compare
Choose a tag to compare

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

Changelog

  • 368d17f Move expired triggers validation from validateGlobal into just valida… (#841)

8.7.0

26 Feb 15:32
e7f2698
Compare
Choose a tag to compare

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

Changelog

  • e7f2698 Allow for configuring the chaos-handler (#840)
  • bacc083 feat: add unit tests for ValidateCount (#839)
  • f478d36 chaosplt-211: reject notBefore triggers in the past (#838)
  • f6adf08 chaosplt-216: add to the safemode env docs (#836)

8.6.0

08 Feb 16:14
583582a
Compare
Choose a tag to compare

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

Changelog

  • 583582a CHAOSPLT-248: Respect annotation filters (#835)
  • d361e3c Reduce the logging severity of two logs (#834)

8.5.2

05 Feb 14:24
315b2dd
Compare
Choose a tag to compare

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

Changelog

  • 315b2dd CHAOSPLT-216: Allow for requiring specific user groups before creating a disruption (#831)
  • 5f0dd8c Use updated SLACK_NOTIFIER_IMAGE that authenticates to new SDM knowledge graph (#833)
  • a06223e build(deps): bump github.com/opencontainers/runc from 1.1.7 to 1.1.12 (#832)

8.5.1

30 Jan 15:22
5b99561
Compare
Choose a tag to compare

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

Changelog

  • 5b99561 Add yamlfmt to contributing requirements (#830)
  • fe87b2a CHAOSPLT-218: feat - add a max disruption duration (#828)
  • e142f00 CHAOSPLT-115: Warn users who set count to 100 (#829)
  • 3e31835 chaosplt-233: check for no target containers found (#827)
  • 5c725a0 CHAOSPLT-201: Send disruption completion events by default (#825)
  • 6583509 Correctly compare golangci-lint installed version (#826)
  • 1edf752 We're in 2024 now (#824)

8.5.0

12 Jan 09:45
b81a033
Compare
Choose a tag to compare

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

Changelog

  • b81a033 [chaosplt-161] fix bug on cloud disruptions adding too much hosts (#805)
  • defb431 Keep the history of the past 5 triggered runs of DisruptionCron (#817)
  • 6fa6ef5 Try keeping test logs (#820)
  • 91eb50d Update minimum go version; 1.20 eol approaches (#818)
  • e62e439 build(deps): bump github.com/containerd/containerd from 1.5.18 to 1.6.26 (#819)
  • 7185f40 upgrade: mockery v2.38.0 (#815)
  • 97e7ca6 [CHAOSPLT-147] Metrics for Cron and Rollout Controllers (#816)

8.4.1

15 Nov 16:56
5b80725
Compare
Choose a tag to compare

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

Changelog

  • 5b80725 fix: updateTargetInjectionStatus handle nil maps (#812)

8.4.0

15 Nov 13:58
f4e712a
Compare
Choose a tag to compare

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

Changelog

  • f4e712a fix: use custom logger for libbpf (#811)
  • dc3a801 Remove environment annotation from examples (#810)
  • 7b29387 CHAOSPLT-124: fix - update disruption target status with multiple kinds (#807)
  • cc8e821 CHAOSPLT-123: fix - avoid sending useless node failure warning events (#809)
  • 8336360 CHAOSPLT-122: refacto + fix: prevent disruption to be marked as stuck on removal after failing to find tmpfs path (#808)
  • 6aeb46f CHAOSPLT-76: verify kernel requirements for eBPF injections (#801)
  • cc89575 build(deps): bump github.com/docker/docker (#806)
  • 1a31296 build(deps): bump google.golang.org/grpc from 1.55.0 to 1.56.3 (#804)

8.3.0

26 Oct 13:56
76defe4
Compare
Choose a tag to compare

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

Changelog

  • 76defe4 Update hosts-and-services.md (#803)
  • 3affbad dns python interceptor should log nxdomain matches (#802)
  • 18b94db CHAOSPLT-82: Affect localhost interface for pod level network disruptions (#797)
  • 22fac7a CHAOSPLT-159: Check if iptables rules exists after failing to delete them (#800)

8.2.2

24 Oct 12:42
99a8f91
Compare
Choose a tag to compare

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

Changelog

  • 99a8f91 Fix chart to set deletionTimeout value actually read by config.go (#799)
  • d7060a8 Use disruptionDeleteTimeout key correctly in values.yaml (#798)