What's Changed
- Multiple enhancements - leader election, events, windows, delay after upgrading by @brandond in #335
- Add leader election, to allow multiple replicas of the controller.
- Emit events. Controller events (startup, leader election) are attached to the Node running the controller, Plan events are attached to the Plan.
- Add support for
spec.window
to set time window for upgrades. - Add support for
spec.postCompleteDelay
- configurable delay after job completion before node is marked done.
Full Changelog: v0.14.2...v0.15.0-rc1