Releases: criteo/node-disruption-controller
Releases · criteo/node-disruption-controller
0.6.1
What's Changed
- Rename close hook as terminate hook by @jeremy-clerc in #83
Full Changelog: 0.6.0...0.6.1
0.6.0
What's Changed
- Publish image on release by @hamza-boudouche, @jeremy-clerc in #81
- Implement close action with v2 hooks using a finalizer by @hamza-boudouche, @jeremy-clerc in #80
- fix(ndb): correct disruptionsAllowed calculation in NodeDisruptionBudget by @jmbass in #82
New Contributors
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Fix: Empty selector default to match nothing (#37) by @ayoub3bidi in #76
- Add support for a multistep readiness hook workflow by @jeremy-clerc in #75
- Add supported disruption types field to disruption budgets by @hamza-boudouche in #77
- Replace release action by softprops/action-gh-release by @damsallem in #78
- Update CRDs in the Helm chart by @hamza-boudouche in #79
New Contributors
- @ayoub3bidi made their first contribution in #76
- @jeremy-clerc made their first contribution in #75
- @hamza-boudouche made their first contribution in #77
Full Changelog: 0.4.4...0.5.0
0.4.4
What's Changed
- Add 30s client timeout on HealthHook http calls by @damsallem in #74
New Contributors
- @damsallem made their first contribution in #74
Full Changelog: 0.4.3...0.4.4
0.4.3
0.4.2: Improve logging and reasons (#71)
Several changes: - deadline exceeded: Feedback was that it was too general (looked like http error) - disruption type message is clearer (display allowed types as well) - log all rejections: before we logged only the "budget" rejections, now all rejections are logged.
0.4.1: Improve PVC phase handling (#70)
Now: - ignore PVC that are pending - raise a specific error if the phase is not expected Since Status is a subresource, it has to be updated directly in the tests
0.4.0
What's Changed
- Improve deadline exceed message by @geobeau in #65
- Pin go correctly to 1.21 by @geobeau in #69
- Implement spec.type to Node Disruption API [#64] by @FatmaBouzghaia in #67
New Contributors
- @FatmaBouzghaia made their first contribution in #67
Full Changelog: 0.3.2...0.4.0