Skip to content

Releases: kubevirt/node-maintenance-operator

v0.11.3

23 Feb 13:51
v0.11.3
fc26139
Compare
Choose a tag to compare
NMO v0.11.3

v0.11.2

15 Feb 06:46
v0.11.2
6d08803
Compare
Choose a tag to compare

Reverting deployment labels to their old version to prevent OLM upgrade issues

v0.11.1

10 Feb 08:59
v0.11.1
4c119ac
Compare
Choose a tag to compare
Release v0.11.1

v0.11.0

02 Feb 11:14
v0.11.0
2a9f1a0
Compare
Choose a tag to compare
Release v0.11.0 of Node Maintenance Operator

v0.9.1

31 Aug 07:32
6636de7
Compare
Choose a tag to compare
  • Use coordination API version v1, v1beta1 is deprecated
  • Get rid of docker hub for go builder image

v0.10.0

31 Aug 09:37
431d98d
Compare
Choose a tag to compare

No changes from 0.9.1, just the 1st release from release-0.10 branch for CNV / OCP 4.9

v0.9.0

25 May 14:51
e3c8bbf
Compare
Choose a tag to compare
  • update k8s drain dependency for fixing high CPU load bug
  • update CRD and webhook API versions
  • CI improvements

v0.8.0

25 May 14:50
7f00e3f
Compare
Choose a tag to compare
  • removed master affinity
  • CI improvements

v0.7.0

03 Sep 17:37
16df4e5
Compare
Choose a tag to compare

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

v0.6.0

29 May 08:12
3945e4c
Compare
Choose a tag to compare

Fixed generated csv.
Fixed open api validation