chore(deps): update terraform proxmox to v3.0.2-rc05 #10

Merged
mmckinnon merged 1 commits from renovate/proxmox-3.x into master 2025-10-23 20:56:44 +10:00
Collaborator

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider patch 3.0.2-rc04 -> 3.0.2-rc05

Release Notes

Telmate/terraform-provider-proxmox (proxmox)

v3.0.2-rc05

Compare Source

The new experimental proxmox_lxc_guest resource has been added.

What's Changed

New Contributors

Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc04...v3.0.2-rc05


Configuration

📅 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [proxmox](https://registry.terraform.io/providers/telmate/proxmox) ([source](https://github.com/Telmate/terraform-provider-proxmox)) | required_provider | patch | `3.0.2-rc04` -> `3.0.2-rc05` | --- ### Release Notes <details> <summary>Telmate/terraform-provider-proxmox (proxmox)</summary> ### [`v3.0.2-rc05`](https://github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.2-rc05) [Compare Source](https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc04...v3.0.2-rc05) The new experimental `proxmox_lxc_guest` resource has been added. #### What's Changed - Fix: Clone uses wrong node when identical templates exist on multiple Proxmox nodes by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1398](https://github.com/Telmate/terraform-provider-proxmox/pull/1398) - Feat: Lxc features by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1404](https://github.com/Telmate/terraform-provider-proxmox/pull/1404) - Update cloud-init getting started docs by [@&#8203;vipulagarwal](https://github.com/vipulagarwal) in [#&#8203;1392](https://github.com/Telmate/terraform-provider-proxmox/pull/1392) - feat: can't set `vmid` to 0 by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1386](https://github.com/Telmate/terraform-provider-proxmox/pull/1386) - Update Proxmox 9 privileges in documentation by [@&#8203;Dylan-Bs](https://github.com/Dylan-Bs) in [#&#8203;1387](https://github.com/Telmate/terraform-provider-proxmox/pull/1387) - Feat: error when `automatic_reboot` = false by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1400](https://github.com/Telmate/terraform-provider-proxmox/pull/1400) - chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;1390](https://github.com/Telmate/terraform-provider-proxmox/pull/1390) - Fix: Terraform destroy fails if VM is in HA. by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1410](https://github.com/Telmate/terraform-provider-proxmox/pull/1410) - Fix: Trying to create two VMs with identical names causes only one VM to be created, while tfstate thinks both exist by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1411](https://github.com/Telmate/terraform-provider-proxmox/pull/1411) - feat: new Lxc clone by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1424](https://github.com/Telmate/terraform-provider-proxmox/pull/1424) - docs: use description instead of deprecated desc attribute in proxmox\_vm\_qemu examples by [@&#8203;NemoDacremont](https://github.com/NemoDacremont) in [#&#8203;1422](https://github.com/Telmate/terraform-provider-proxmox/pull/1422) - feat: new LXC tags by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1425](https://github.com/Telmate/terraform-provider-proxmox/pull/1425) - chore(docs): clarify docs on VM.Monitor by [@&#8203;ivan-penchev](https://github.com/ivan-penchev) in [#&#8203;1428](https://github.com/Telmate/terraform-provider-proxmox/pull/1428) - Feat: new LXC `ssh_public_keys` by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1429](https://github.com/Telmate/terraform-provider-proxmox/pull/1429) - LXC release by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in [#&#8203;1430](https://github.com/Telmate/terraform-provider-proxmox/pull/1430) #### New Contributors - [@&#8203;vipulagarwal](https://github.com/vipulagarwal) made their first contribution in [#&#8203;1392](https://github.com/Telmate/terraform-provider-proxmox/pull/1392) - [@&#8203;Dylan-Bs](https://github.com/Dylan-Bs) made their first contribution in [#&#8203;1387](https://github.com/Telmate/terraform-provider-proxmox/pull/1387) - [@&#8203;NemoDacremont](https://github.com/NemoDacremont) made their first contribution in [#&#8203;1422](https://github.com/Telmate/terraform-provider-proxmox/pull/1422) - [@&#8203;ivan-penchev](https://github.com/ivan-penchev) made their first contribution in [#&#8203;1428](https://github.com/Telmate/terraform-provider-proxmox/pull/1428) **Full Changelog**: <https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc04...v3.0.2-rc05> </details> --- ### Configuration 📅 **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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTIuNSIsInVwZGF0ZWRJblZlciI6IjQxLjE1NS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
RenovateBot added 1 commit 2025-10-20 12:06:08 +10:00
| datasource         | package         | from       | to         |
| ------------------ | --------------- | ---------- | ---------- |
| terraform-provider | telmate/proxmox | 3.0.2-rc04 | 3.0.2-rc05 |
mmckinnon merged commit b47aeca8fb into master 2025-10-23 20:56:44 +10:00
RenovateBot deleted branch renovate/proxmox-3.x 2025-10-23 21:01:42 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mmckinnon/gtar#10
No description provided.