RC2 is finally released.
This version introduces the following changes:
- BREAKING
iso
property has been removed and functionality has been delegated to thedisks
block, this has to be manually removed from the state file. - BREAKING
cloudinit_cdrom_storage
property has been removed and functionality has been delegated to thedisks
block, this has to be manually removed from the state file. - BREAKING deprecated properties from previous releases have been removed, this has to be manually removed from the state file.
- Disk slots
ide2
andide3
are usable. - When
qemu guest agent
is unable to get anIP
it will give a warning instead of an error. qemu guest agent
now supportsIPv6
.- Many small bug fixes.
Please submit your feedbacks!
What's Changed
- Fix: #918 by @Tinyblargon in #924
- [#918] update libs, cleanup code by @mleone87 in #921
- [3.0.1-rc1] Set
cloud-init
regardless ofcloud-init
settings by @Tinyblargon in #927 - [3.0.1-rc1] Remove deprecated properies by @Tinyblargon in #926
- [3.0.1-rc1] Feature: KMGT disk size by @Tinyblargon in #929
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #931
- fix: enable new versions of providers to run on old tfstate files #702 by @hestiahacker in #923
- docs: corrected documentation to address issue #935 by @hestiahacker in #939
- [3.0.1-rc1] Remove
ISO
setting and unlockide2
by @Tinyblargon in #937 - Revert "fix: enable new versions of providers to run on old tfstate files" by @hestiahacker in #946
- Fix parallel execution handling when returning early by @evan-a-a in #930
- Add minimal example for reporting issues by @hestiahacker in #950
- DOC #951: mention correct delimiter, the one Proxmox uses internally by @needleshaped in #954
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.32.0 to 2.33.0 by @dependabot in #949
- Feature:
vm_state
=started
by @Tinyblargon in #960 - Updating documentation and examples by @hestiahacker in #948
- Update to docs for Disks.Virtio Block by @WanderingZombie in #976
- fix:
agent
can not be disabled by @Tinyblargon in #985 - Update cloud_init_disk.md by @nevermarine in #990
- fix:
machine
diff tonull
by @Tinyblargon in #987 - fixes by @spettinichi in #988
- Feature: Add
protection
property to theresource_vm_qemu
by @xserrat in #994 - Stale-bot exlusions by @Tinyblargon in #989
- fix
qemu_os
diff tonull
by @Tinyblargon in #996 - fix: typos by @testwill in #1003
- Rework: Agent get
IP
by @Tinyblargon in #1006 - fix:
tags
incorrect diff by @Tinyblargon in #1007 - Move
cloudinit
disk todisks
schema by @Tinyblargon in #1008
New Contributors
- @evan-a-a made their first contribution in #930
- @needleshaped made their first contribution in #954
- @WanderingZombie made their first contribution in #976
- @nevermarine made their first contribution in #990
- @xserrat made their first contribution in #994
- @testwill made their first contribution in #1003
Full Changelog: v3.0.1-rc1...v3.0.1-rc2