Skip to content

Releases: medik8s/poison-pill

0.0.5 for early adopters

01 Jul 13:11
a4ca19b
Compare
Choose a tag to compare
Pre-release

changelog:

  • self signed certificates will be used for mTLS for peer to peer communication (@slintes )
  • peer to peer payload moved to grpc (@slintes )
  • config CR is now automatically created on boot time, which leads to immediate installation of the poison pill daemonset without any user interaction (@rgolangh )
  • software reboot command is now done with double --force argument to avoid graceful reboot
  • bug fix - nodes no longer reboot if there's an api-server failure (https://bugzilla.redhat.com/show_bug.cgi?id=1975789)
  • lower bound for timeout to delete a node is now automatically calculated. any lower value given in the configuration will be ignored
  • poison pill operator will now monitor changes made to the daemonset and re-create it if needed

0.0.4 for early adopters

21 Jun 08:33
Compare
Choose a tag to compare
Pre-release

Changes:

  • if poison pill config CR didn't provide any values, some default values will be enforced by the operator
  • api-server connectivity check is now done against the /readyz endpoint rather than listing all nodes, this should be more efficient for the api-server and poison-pill pods
  • nodes details are updated once in 15 minutes instead of once in 15 seconds
  • bug fix which prevented a successful peer to peer communication

0.0.3 for early adopters

13 Jun 09:37
Compare
Choose a tag to compare
Pre-release

The only change in this release is no memory limit on the DS pod, and increase memory request.

0.0.2 for early adopters

09 Jun 18:11
Compare
Choose a tag to compare
Pre-release

super early version for those who are keen to play with poison pill. not for production.