v0.23.2
What Changed
Bugs
-
Fix: handle machinepool
user_datachanges (#512)This fixes the issue with some machine pool reconciles not happening due to too restrictive checks. In issue #510 we striped out
user_datafor comparison, which was too strict. This caused issue #512. Now we hashuser_datato handleuser_datachange case. We also still allow bootstrap tokens to cause reconciliation to allow instances to join the cluster. This adds better logging around the reason the new instance config is created.
Full Changelog: v0.23.1...v0.23.2