v3.0.1-rc2
·
420 commits
to master
since this release
RC2 is finally released.
This version introduces the following changes:
- BREAKING
isoproperty has been removed and functionality has been delegated to thedisksblock, this has to be manually removed from the state file. - BREAKING
cloudinit_cdrom_storageproperty has been removed and functionality has been delegated to thedisksblock, 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
ide2andide3are usable. - When
qemu guest agentis unable to get anIPit will give a warning instead of an error. qemu guest agentnow 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-initregardless ofcloud-initsettings 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
ISOsetting and unlockide2by @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=startedby @Tinyblargon in #960 - Updating documentation and examples by @hestiahacker in #948
- Update to docs for Disks.Virtio Block by @WanderingZombie in #976
- fix:
agentcan not be disabled by @Tinyblargon in #985 - Update cloud_init_disk.md by @nevermarine in #990
- fix:
machinediff tonullby @Tinyblargon in #987 - fixes by @spettinichi in #988
- Feature: Add
protectionproperty to theresource_vm_qemuby @xserrat in #994 - Stale-bot exlusions by @Tinyblargon in #989
- fix
qemu_osdiff tonullby @Tinyblargon in #996 - fix: typos by @testwill in #1003
- Rework: Agent get
IPby @Tinyblargon in #1006 - fix:
tagsincorrect diff by @Tinyblargon in #1007 - Move
cloudinitdisk todisksschema 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