Releases: sapcc/maintenance-controller
Releases · sapcc/maintenance-controller
v1.9.2
There should be no breaking change. 🎉
- Fixed redundant controller naming
- Updated dependencies
v1.9.1
There should be no breaking change. 🎉
- The
eviction
plugin no longer patches the node object. The patching, which was done previously caused the patch issued at the end of the reconciliation to fail. It is now advised to explicitly use an instance of the eviction
plugin with the cordon
action before one with the drain
action to ensure a node is unschedulable before draining it. See the documentation for an example.
- Updated dependencies
v1.9.0
There should be no breaking change. 🎉
- An
enter
trigger chain can now be specified, which is run, when a state is entered
- Improved DateTime formatting in the dashboard
v1.8.0
There should be no breaking change. 🎉
- Added
forceEviction
option to the eviction
trigger plugin
- Updated dependencies
v1.7.0
There should be no breaking change. 🎉
- Implemented grouping by multiple node labels in the
maxMaintenance
check plugin
- Expose more information about the state of the
wait
, waitExclude
and maxMaintenance
check plugins in the web ui
- Updated dependencies
v1.6.0
There should be no breaking change. 🎉
- Added the
eviction
trigger plugin to that (un-)cordons and drains nodes
- Previously, these tasks were left to external controllers
- Updated dependencies
v1.5.3
There should be no breaking change. 🎉
v1.5.2
There should be no breaking change. 🎉
v1.5.1
There should be no breaking change. 🎉
- Check plugins bubble up more information into the webpage
- Updated dependencies
v1.5.0
There should be no breaking change. 🎉