Main changes:
- New CPU schema has been implemented for Qemu, now all CPU settings are supported.
- New
ignore
flag fordisk
&disks
, allowing for disk management outside of Terraform. - Fixed issues causing Qemu guests to not be created correctly.
What's Changed
- fix: MTU = 1 not working by @Tinyblargon in #1302
- Fix panic when no target nodes specified by @Tinyblargon in #1303
- Feat: New CPU schema by @Tinyblargon in #1305
- feat: add
ignore
option todisk
&disks
by @Tinyblargon in #1306 - docs:
ignore
setting ofdisk
&disks
by @Tinyblargon in #1312 - fix:
nameserver
reports diff when delimiter changes by @Tinyblargon in #1313
Full Changelog: v3.0.1-rc8...v3.0.1-rc9