Releases: rancher-sandbox/cluster-api-provider-harvester
Releases · rancher-sandbox/cluster-api-provider-harvester
v0.1.4
What's Changed
🐛 Bugs
- Fixed issue which happened when a
HarvesterCluster
was first created withipamType: dhcp
config in which LoadBalancer IP failed to be assigned, then changed toipamType: pool
, even after the change, the IP address would not be assigned. - Fixed issue with build process
🚀 Enhancements
- kind/feature: Adding new clusterctl generate cmd by @PatrickLaabs in #45
Full Changelog: v0.1.3...v0.1.4
v0.1.3
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
- @PatrickLaabs made their first contribution in #41
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1: Adding release Github action
v0.1.0
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.