Skip to content

v0.23.2

Choose a tag to compare

@joekr joekr released this 17 Mar 19:05
4a92ce8

What Changed

Bugs

  • Fix: handle machinepool user_data changes (#512)

    This fixes the issue with some machine pool reconciles not happening due to too restrictive checks. In issue #510 we striped out user_data for comparison, which was too strict. This caused issue #512. Now we hash user_data to handle user_data change 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