Skip to content

v0.2.0

Compare
Choose a tag to compare
@belgaied2 belgaied2 released this 28 Apr 17:27

What's Changed

🚀 Enhancements

  • Added the possibility to pass on files to cloud-init using new flags called --user-data-filepath and --network-data-filepath. The previous flags --cloud-init-user-data and --cloud-init-network-data (which were not clearly a configMap reference) become user-data-cm-ref and network-data-cm-ref. the *-cm-ref and *-filepath are mutually exclusive! -- Issue #24
  • Added support for the vm-import-controller, a plugin to import VMs from VMWare vCenter or OpenStack environments. Using Harvester CLI, you can enable the Addon with harvester import enable, define or delete a source cluster, as well as create or delete a VM import -- Issue #21

🐛 Bugs

  • Fixed a bug where the harvester CLI could not create VMs with more than 6 CPUs. Side effect of the change: now, the harvester vm list command does not show weird memory values (caused by overCommit settings in Harvester). -- Issue #23

Contributors

Full Changelog: v0.1.2...v0.2.0