Kube Monkey Versions Save

An implementation of Netflix's Chaos Monkey for Kubernetes clusters

v0.5.3

7 months ago

⭐ What's Changed

New Contributors

Full Changelog: https://github.com/asobti/kube-monkey/compare/v0.5.2...v0.5.3

v0.5.2

1 year ago

⭐ What's Changed

New Contributors

Full Changelog: https://github.com/asobti/kube-monkey/compare/v0.5.1...v0.5.2

v0.5.1

1 year ago

🔨 Upgrades

🐞 Bug Fixes

Full Changelog: https://github.com/asobti/kube-monkey/compare/v0.5.0...v0.5.1

v0.5.0

1 year ago

🔨 Upgrades

  • Upgraded to Go 1.18
  • Updated several dependencies

v0.4.1

2 years ago

🐞 Bug Fixes

  • Fixed some bugs in notifications (thanks @danielllek #222 #219)
  • Fix namespace filter config (thanks @danielllek #223 )

🔨 Upgrades

  • Updated to Go 1.16
  • Updated several dependencies

v0.4.0

2 years ago

⭐ New Features

  • Support for notifications when running attacks

🐞 Bug Fixes

  • Added namespace to schedule logs

🔨 Upgrades

  • Updated to Go 1.15

v0.3.0

5 years ago

🐞 Bug Fixes

  • Consistent behavior in the event of invalid kill modes or kill values
  • Several other minor bug fixes