Skip to content

v0.9.8

Choose a tag to compare

@Despire Despire released this 19 Mar 13:11
· 147 commits to master since this release
72c4533

v0.9.8

What's Changed

  • Added support for alternative names for load balancers #1693

       dns:
         dnsZone: example.com
         provider: example
         hostname: main
         alternativeNames:
           - other

    Templates that Claudie uses by default, will be updated separately to make use of the alternative names.

Bug fixes

  • If the current state was not built and some of the nodes did not have an assigned IP address, Claudie would fail to correctly determine if the nodes were reachable. #1691
  • Claudie will now increase the limits for fs.inotify to a higher number, as depending on the workload on each node, reaching the limits would result in an error from which Claudie would not recover. #1696
  • Annotations for static nodepools will now be correctly propagated. #1696