Skip to content

Releases: criteo/node-disruption-controller

0.8.0

Choose a tag to compare

@jeremy-clerc jeremy-clerc released this 10 Jun 08:25
7afb9ba

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

Choose a tag to compare

@damsallem damsallem released this 12 May 11:57
43e11a6

What's Changed

  • nodedisruption: do not bubble up NotFound error on status update by @pgoron in #86

Full Changelog: 0.7.0...0.7.1

0.7.0

Choose a tag to compare

@jeremy-clerc jeremy-clerc released this 09 Apr 12:30

What's Changed

New Contributors

Full Changelog: 0.6.1...0.7.0

0.6.1

Choose a tag to compare

@jeremy-clerc jeremy-clerc released this 04 Mar 10:04
a39890d

What's Changed

Full Changelog: 0.6.0...0.6.1

0.6.0

Choose a tag to compare

@jeremy-clerc jeremy-clerc released this 04 Mar 09:09
e08dd44

What's Changed

New Contributors

Full Changelog: 0.5.0...0.6.0

0.5.0

Choose a tag to compare

@damsallem damsallem released this 17 Feb 15:43
cb252e7

What's Changed

New Contributors

Full Changelog: 0.4.4...0.5.0

0.4.4

Choose a tag to compare

@damsallem damsallem released this 27 Aug 13:35
b35a833

What's Changed

  • Add 30s client timeout on HealthHook http calls by @damsallem in #74

New Contributors

Full Changelog: 0.4.3...0.4.4

0.4.3

Choose a tag to compare

@pgoron pgoron released this 12 Dec 11:02
37b7627

What's Changed

  • discard not yet reconciliated node disruption by @pgoron in #73

New Contributors

Full Changelog: 0.4.2...0.4.3

0.4.2: Improve logging and reasons (#71)

Choose a tag to compare

@geobeau geobeau released this 03 Oct 12:14
f1470c9
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)

Choose a tag to compare

@geobeau geobeau released this 13 Aug 14:41
bf78b8e
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