Releases: kubevirt/node-maintenance-operator
Releases · kubevirt/node-maintenance-operator
v0.11.3
v0.11.2
v0.11.1
v0.11.0
v0.9.1
v0.10.0
v0.9.0
v0.8.0
v0.7.0
Release v0.7.0 of the Node Mainenance Operator contains these changes:
- moved from dep to go mod builds
- create a Kubernetes Lease object for nodes in maintenance
- added OLM integration
- added validating webhook for preventing
- maintenances for master nodes which would violate the etcd quorum
- creation of maintenances for not existing nodes
- creation of maintenances for nodes already in maintenance
- updating nodes in NodeMaintenances
- several improvements related to tests
- several cleanups