Open renovate[bot] opened 2 months ago
🏗️ Terraform Plan
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.supernode[0].proxmox_vm_qemu.supernode will be updated in-place
~ resource "proxmox_vm_qemu" "supernode" {
+ ciupgrade = false
id = "pm4/qemu/104"
name = "supernode-dev-0"
- nameserver = "2a0f:fc80:: 2a0f:fc81:: 193.110.81.0 185.253.5.0" -> null
+ pool = "supernodes-v2"
# (36 unchanged attributes hidden)
# (5 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
This PR contains the following updates:
3.0.1-rc3
->3.0.1-rc4
~> 3.0.0
->~> 3.0.1-rc4
Release Notes
Telmate/terraform-provider-proxmox (proxmox)
### [`v3.0.1-rc4`](https://redirect.github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.1-rc4) [Compare Source](https://redirect.github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc3...v3.0.1-rc4) RC4 is released. No breaking changes, as this is still a Release Candidate please test in your own environment before upgrading all your projects. The module compatible Disk schema discussed in [#986](https://redirect.github.com/Telmate/terraform-provider-proxmox/issues/986) is released. ##### What's Changed - Doc fix: proxmox_cloud_init_disk by [@maksimsamt](https://redirect.github.com/maksimsamt) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1047](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1047) - Update `cloud-init` for proxmox-api-go [#339](https://redirect.github.com/Telmate/terraform-provider-proxmox/issues/339) by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1049](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1049) - Fix retrieving mbps_wr_concurrent value by [@oreze](https://redirect.github.com/oreze) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1055](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1055) - Added Datastore.AllocateTemplate priv to use proxmox_cloud_init_disk. by [@donapieppo](https://redirect.github.com/donapieppo) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1051](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1051) - fix: can't clear description by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1061](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1061) - refactor: use new memory implementation by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1063](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1063) - Patch for VM ID where a VM might be overwritten by [@lucian-tx](https://redirect.github.com/lucian-tx) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1073](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1073) - Fix `Invalid address to set` for hostpci configuration by [@lucian-tx](https://redirect.github.com/lucian-tx) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1070](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1070) - CPU update by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1075](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1075) - CI parallel by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1082](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1082) - Fixes: panic `net0` does not exist by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1076](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1076) - Reimplement Serials by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1079](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1079) - Fix invalid address to set for usb config by [@rwburgman](https://redirect.github.com/rwburgman) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1077](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1077) - feat `disk` schema by [@Tinyblargon](https://redirect.github.com/Tinyblargon) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1080](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1080) - Refactor/use updated get method by [@Sonlis](https://redirect.github.com/Sonlis) in [https://github.com/Telmate/terraform-provider-proxmox/pull/1086](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1086) ##### New Contributors - [@oreze](https://redirect.github.com/oreze) made their first contribution in [https://github.com/Telmate/terraform-provider-proxmox/pull/1055](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1055) - [@donapieppo](https://redirect.github.com/donapieppo) made their first contribution in [https://github.com/Telmate/terraform-provider-proxmox/pull/1051](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1051) - [@rwburgman](https://redirect.github.com/rwburgman) made their first contribution in [https://github.com/Telmate/terraform-provider-proxmox/pull/1077](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1077) - [@Sonlis](https://redirect.github.com/Sonlis) made their first contribution in [https://github.com/Telmate/terraform-provider-proxmox/pull/1086](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1086) **Full Changelog**: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc3...v3.0.1-rc4Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.