This PR contains the following updates:
| Package |
Type |
Update |
Change |
| proxmox (source) |
required_provider |
patch |
3.0.2-rc04 → 3.0.2-rc07 |
Release Notes
Telmate/terraform-provider-proxmox (proxmox)
Compare Source
- Fixed the state refresh when
tags are empty.
- Fixed a bug where Qemu guest could not be updated.
What's Changed
New Contributors
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc06...v3.0.2-rc07
Compare Source
- Added
guest_id to new proxmox_lxc_guest.
- Fixed HA removal logic.
- Fixed panic when getting config.
- Fixed issue where provider would return error and halt when resource is removed without Terraform.
What's Changed
New Contributors
Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc05...v3.0.2-rc06
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [proxmox](https://registry.terraform.io/providers/telmate/proxmox) ([source](https://redirect.github.com/Telmate/terraform-provider-proxmox)) | required_provider | patch | `3.0.2-rc04` → `3.0.2-rc07` |
---
### Release Notes
<details>
<summary>Telmate/terraform-provider-proxmox (proxmox)</summary>
### [`v3.0.2-rc07`](https://redirect.github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.2-rc07)
[Compare Source](https://redirect.github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc06...v3.0.2-rc07)
- Fixed the state refresh when `tags` are empty.
- Fixed a bug where Qemu guest could not be updated.
#### What's Changed
- fix: Add missing ide3 slot validation in flat disk schema by [@​aleskxyz](https://redirect.github.com/aleskxyz) in [#​1465](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1465)
- chore: bump proxmox-api-go by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1473](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1473)
#### New Contributors
- [@​aleskxyz](https://redirect.github.com/aleskxyz) made their first contribution in [#​1465](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1465)
**Full Changelog**: <https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc06...v3.0.2-rc07>
### [`v3.0.2-rc06`](https://redirect.github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.2-rc06)
[Compare Source](https://redirect.github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc05...v3.0.2-rc06)
- Added `guest_id` to new `proxmox_lxc_guest`.
- Fixed HA removal logic.
- Fixed panic when getting config.
- Fixed issue where provider would return error and halt when resource is removed without Terraform.
##### What's Changed
- Add Pool.Audit to required permissions by [@​matuzalemmuller](https://redirect.github.com/matuzalemmuller) in [#​1436](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1436)
- feat: LXC `guest_id` by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1444](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1444)
- fix: nil pointer exception by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1447](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1447)
- chore: bump go version by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1448](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1448)
- New StartupShutdown settings by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1459](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1459)
- Fix: \[v3.0.2-rc05] Can't delete VM due to permissions issue by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1460](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1460)
- fix: ID not cleared when guest deleted from gui by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1461](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1461)
- Add LXC features block by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1463](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1463)
##### New Contributors
- [@​matuzalemmuller](https://redirect.github.com/matuzalemmuller) made their first contribution in [#​1436](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1436)
**Full Changelog**: <https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.2-rc05...v3.0.2-rc06>
### [`v3.0.2-rc05`](https://redirect.github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.2-rc05)
[Compare Source](https://redirect.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 [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1398](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1398)
- Feat: Lxc features by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1404](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1404)
- Update cloud-init getting started docs by [@​vipulagarwal](https://redirect.github.com/vipulagarwal) in [#​1392](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1392)
- feat: can't set `vmid` to 0 by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1386](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1386)
- Update Proxmox 9 privileges in documentation by [@​Dylan-Bs](https://redirect.github.com/Dylan-Bs) in [#​1387](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1387)
- Feat: error when `automatic_reboot` = false by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1400](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1400)
- chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​1390](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1390)
- Fix: Terraform destroy fails if VM is in HA. by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1410](https://redirect.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 [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1411](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1411)
- feat: new Lxc clone by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1424](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1424)
- docs: use description instead of deprecated desc attribute in proxmox\_vm\_qemu examples by [@​NemoDacremont](https://redirect.github.com/NemoDacremont) in [#​1422](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1422)
- feat: new LXC tags by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1425](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1425)
- chore(docs): clarify docs on VM.Monitor by [@​ivan-penchev](https://redirect.github.com/ivan-penchev) in [#​1428](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1428)
- Feat: new LXC `ssh_public_keys` by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1429](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1429)
- LXC release by [@​Tinyblargon](https://redirect.github.com/Tinyblargon) in [#​1430](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1430)
##### New Contributors
- [@​vipulagarwal](https://redirect.github.com/vipulagarwal) made their first contribution in [#​1392](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1392)
- [@​Dylan-Bs](https://redirect.github.com/Dylan-Bs) made their first contribution in [#​1387](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1387)
- [@​NemoDacremont](https://redirect.github.com/NemoDacremont) made their first contribution in [#​1422](https://redirect.github.com/Telmate/terraform-provider-proxmox/pull/1422)
- [@​ivan-penchev](https://redirect.github.com/ivan-penchev) made their first contribution in [#​1428](https://redirect.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 becomes conflicted, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DaRacci/Infra).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQyLjY2LjE0IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->