Update Terraform proxmox to v3.0.1-rc6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
proxmox (source) | required_provider | patch |
3.0.1-rc4 -> 3.0.1-rc6
|
Release Notes
Telmate/terraform-provider-proxmox (proxmox)
v3.0.1-rc6
Release v3.0.1-rc6
is released sooner than expected do to panics in v3.0.1-rc5
.
-
pm_tls_insecure
now defaults tofalse
, ensuring that the default connection settings are secure. - Description of pools and guests now default to
Managed by Terraform.
.
What's Changed
- feat:
Managed by Terraform.
by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1177 - chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/1175
- fix: provider insecure by default by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1178
- hotfix: panic, nil pointer dereference by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1179
- hotfix: vlan not set by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1173
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc5...v3.0.1-rc6
v3.0.1-rc5
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 https://github.com/Telmate/terraform-provider-proxmox/pull/1096
- Fix:
disk
block diff by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1095 - add MTU documentation for qemu vm by @Stankye in https://github.com/Telmate/terraform-provider-proxmox/pull/1109
- docs: Cloud-Init getting started guide by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1125
- chore: bump proxmox-api-go version by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1134
- Reimplement qemu network interfaces by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1139
- Rework QemuUSB by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1143
- Add warning for
pm_parallel
by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1144 - feature: possibility to clone vm based on id by @machiiine in https://github.com/Telmate/terraform-provider-proxmox/pull/1146
- Optimize qemu resource by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1148
- fix: regression #1154 by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1155
- docs: fix ip configuration docs by @morremeyer in https://github.com/Telmate/terraform-provider-proxmox/pull/1156
- fix: fixes proxmox_storage_iso temp dir path by @Stankye in https://github.com/Telmate/terraform-provider-proxmox/pull/1153
- Enable starting an lxc container which was just created by @Sonlis in https://github.com/Telmate/terraform-provider-proxmox/pull/1093
- chore(deps): bump github.com/rs/zerolog from 1.32.0 to 1.33.0 by @dependabot in https://github.com/Telmate/terraform-provider-proxmox/pull/1065
- fix: not attempting to get an IP due to cloud-init by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1120
- Fix: array out of bounds by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1161
- Feat: Full Qemu PCI support by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1162
- refactor: move cpu code to package & deprecate
cpu
by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1168 - fix: devices not removed by @Tinyblargon in https://github.com/Telmate/terraform-provider-proxmox/pull/1169
New Contributors
- @Stankye made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1109
- @machiiine made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1146
- @morremeyer made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1156
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc4...v3.0.1-rc5
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.