RC5 is Released.
breaking changes! As this is still a Release Candidate please test in your own environment before upgrading all your projects.
- breaking USB has been re-implemented.
- Parallelism in the provider now defaults to
1
thread as a workaround. - PCI has been re-implemented (
hostpci
is now deprecated). - Network interfaces have been improved and now requires setting the id.
cpu
has been deprecated in favor ofcpu_type
.- Fixed issue where provider would always attempt to get the ip of the qemu-guest-agent.
What's Changed
- Update vm_qemu.md | dashes in tags allowed everywhere but at the start of tag by @maksimsamt in #1096
- Fix:
disk
block diff by @Tinyblargon in #1095 - add MTU documentation for qemu vm by @Stankye in #1109
- docs: Cloud-Init getting started guide by @Tinyblargon in #1125
- chore: bump proxmox-api-go version by @Tinyblargon in #1134
- Reimplement qemu network interfaces by @Tinyblargon in #1139
- Rework QemuUSB by @Tinyblargon in #1143
- Add warning for
pm_parallel
by @Tinyblargon in #1144 - feature: possibility to clone vm based on id by @machiiine in #1146
- Optimize qemu resource by @Tinyblargon in #1148
- fix: regression #1154 by @Tinyblargon in #1155
- docs: fix ip configuration docs by @morremeyer in #1156
- fix: fixes proxmox_storage_iso temp dir path by @Stankye in #1153
- Enable starting an lxc container which was just created by @Sonlis in #1093
- chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in #1065
- fix: not attempting to get an IP due to cloud-init by @Tinyblargon in #1120
- Fix: array out of bounds by @Tinyblargon in #1161
- Feat: Full Qemu PCI support by @Tinyblargon in #1162
- refactor: move cpu code to package & deprecate
cpu
by @Tinyblargon in #1168 - fix: devices not removed by @Tinyblargon in #1169
New Contributors
- @Stankye made their first contribution in #1109
- @machiiine made their first contribution in #1146
- @morremeyer made their first contribution in #1156
Full Changelog: v3.0.1-rc4...v3.0.1-rc5