Skip to content

Releases: sapcc/maintenance-controller

v1.9.2

08 Oct 06:03
Compare
Choose a tag to compare

There should be no breaking change. 🎉

  • Fixed redundant controller naming
  • Updated dependencies

v1.9.1

04 Oct 14:25
ec568b1
Compare
Choose a tag to compare

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

07 Aug 11:38
Compare
Choose a tag to compare

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

06 Aug 15:41
Compare
Choose a tag to compare

There should be no breaking change. 🎉

  • Added forceEviction option to the eviction trigger plugin
  • Updated dependencies

v1.7.0

05 Jul 14:30
Compare
Choose a tag to compare

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

30 May 15:55
Compare
Choose a tag to compare

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

06 May 11:47
Compare
Choose a tag to compare

There should be no breaking change. 🎉

  • Updated dependencies

v1.5.2

26 Mar 14:01
Compare
Choose a tag to compare

There should be no breaking change. 🎉

  • Updated dependencies

v1.5.1

12 Jan 13:54
Compare
Choose a tag to compare

There should be no breaking change. 🎉

  • Check plugins bubble up more information into the webpage
  • Updated dependencies

v1.5.0

16 Nov 10:27
Compare
Choose a tag to compare

There should be no breaking change. 🎉