Skip to content

Releases: rancher-sandbox/cluster-api-provider-harvester

v0.1.4

17 Jun 20:42
db1ee42
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

  • Fixed issue which happened when a HarvesterCluster was first created with ipamType: dhcp config in which LoadBalancer IP failed to be assigned, then changed to ipamType: pool, even after the change, the IP address would not be assigned.
  • Fixed issue with build process

🚀 Enhancements

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Jun 13:33
2b9eb08
Compare
Choose a tag to compare

What's Changed

🐛 Bugs

  • [WIP] kind/documentation: Updating Readme according to the issue #33 by @PatrickLaabs in #34
  • Fixed an issue with the LoadBalancer placeholder that ignored the IPAMType=pool. Now, it does use the pool and put a placeholder to be used by the actual LoadBalancer that is created after the first ControlPlane machine.
  • Fixed an issue where the first HarvesterMachine object would not get the Ready status, which blocked further machine deployments.
  • Fixed a small issue where an ERROR log message is shown when a HarvesterMachine is reconciliated for the first time, and might block the update of the Status field until the machine is actually created.

Other Changes

  • kind/feature: Changing ClusterResourceSets Rolloutstrategy from ApplyOnce to Reconcile by @PatrickLaabs in #41

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

04 Jun 12:33
764f8e0
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1: Adding release Github action

21 Feb 14:20
7496a2d
Compare
Choose a tag to compare

This is a first round of fixes and improvements to the provider.

🚀 Enhancements

  • #6 - Changed variable names in manifest to match those in upstream Cluster API
  • #7 - Streamlined the way reference fields work (all accept simple or / approach)

🐛 Bugs

  • #5 - Fixed issue with hardcoded VM network name.

v0.1.0

22 Dec 12:35
v0.1.0
27fb2c7
Compare
Choose a tag to compare

This is the first version of the Cluster API Provider for Harvester.

This version is still an early version which is not ready for production environments. This version of the provider is only compatible with Harvester v1.2.0 and above, because of the reliance on the Load Balancer feature.

Please, test this version and create issue here.