chore(deps): update terraform proxmox to v3.0.1-rc9 #20

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider patch 3.0.1-rc6 -> 3.0.1-rc9

Release Notes

Telmate/terraform-provider-proxmox (proxmox)

v3.0.1-rc9

Compare Source

Main changes:

  • New CPU schema has been implemented for Qemu, now all CPU settings are supported.
  • New ignore flag for disk & disks, allowing for disk management outside of Terraform.
  • Fixed issues causing Qemu guests to not be created correctly.

What's Changed

Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc8...v3.0.1-rc9

v3.0.1-rc8

Compare Source

Small hot-fix release.

  • Fix: Issue where an LXC guest couldn't be started.
  • Fix: LXC and Qermu guest, unable to provide SSH keys with <<-EOF syntax.
  • Fix: The configured vmid not honored on LXC guest creation.

What's Changed

New Contributors

Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc7...v3.0.1-rc8

v3.0.1-rc7

Compare Source

Release v3.0.1-rc7 is mostly Qemu bug fixes and some additions to support windows 11.

  • Added: TMP support for preloading Windows 11 secure-boot keys Qemu guests.
  • Added: mdev support for PCI on Qemu guests.
  • target_node and target_nodes now migrates the qemu guest and keeps it there as expected.
  • Fixed: dynamic guestID allocation when exclusively creating Qemu guests (still broken for LXC and when used in combination with LXC).
  • Fixed: not waiting for to be available qemu-guest-agent.
  • Fixed: MAC address format not being preserved.
  • Changed: default agent_timeout from 60 to 90.

What's Changed

New Contributors

Full Changelog: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc6...v3.0.1-rc7


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.1-rc6` -> `3.0.1-rc9` | --- ### Release Notes <details> <summary>Telmate/terraform-provider-proxmox (proxmox)</summary> ### [`v3.0.1-rc9`](https://github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.1-rc9) [Compare Source](https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc8...v3.0.1-rc9) Main changes: - New CPU schema has been implemented for Qemu, now all CPU settings are supported. - New `ignore` flag for `disk` & `disks`, allowing for disk management outside of Terraform. - Fixed issues causing Qemu guests to not be created correctly. #### What's Changed - fix: MTU = 1 not working by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1302 - Fix panic when no target nodes specified by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1303 - Feat: New CPU schema by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1305 - feat: add `ignore` option to `disk` & `disks` by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1306 - docs: `ignore` setting of `disk` & `disks` by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1312 - fix: `nameserver` reports diff when delimiter changes by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1313 **Full Changelog**: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc8...v3.0.1-rc9 ### [`v3.0.1-rc8`](https://github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.1-rc8) [Compare Source](https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc7...v3.0.1-rc8) Small hot-fix release. - Fix: Issue where an LXC guest couldn't be started. - Fix: LXC and Qermu guest, unable to provide SSH keys with `<<-EOF` syntax. - Fix: The configured `vmid` not honored on LXC guest creation. #### What's Changed - fix: 3.0.1-rc7 unable to set sshkeys with EOF by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1281 - Start LXC on create/update without error by [@&#8203;BI0M](https://github.com/BI0M) in https://github.com/Telmate/terraform-provider-proxmox/pull/1227 - fix: 3.0.1-rc7 doesnt create the vmid specified on tf by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1282 #### New Contributors - [@&#8203;BI0M](https://github.com/BI0M) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1227 **Full Changelog**: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc7...v3.0.1-rc8 ### [`v3.0.1-rc7`](https://github.com/Telmate/terraform-provider-proxmox/releases/tag/v3.0.1-rc7) [Compare Source](https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc6...v3.0.1-rc7) Release `v3.0.1-rc7` is mostly Qemu bug fixes and some additions to support windows 11. - Added: TMP support for preloading Windows 11 secure-boot keys Qemu guests. - Added: `mdev` support for PCI on Qemu guests. - `target_node` and `target_nodes` now migrates the qemu guest and keeps it there as expected. - Fixed: dynamic `guestID` allocation when exclusively creating Qemu guests (still broken for LXC and when used in combination with LXC). - Fixed: not waiting for to be available `qemu-guest-agent`. - Fixed: MAC address format not being preserved. - Changed: default `agent_timeout` from 60 to 90. #### What's Changed - docs: update API key support information in index.md by [@&#8203;potat-dev](https://github.com/potat-dev) in https://github.com/Telmate/terraform-provider-proxmox/pull/1187 - feat: add `context` by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1197 - fix: refrenced wrong disk type by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1215 - feat: validate node name by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1217 - Refactor: Rename imports by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1218 - Enhance disk block doc by [@&#8203;k0eff](https://github.com/k0eff) in https://github.com/Telmate/terraform-provider-proxmox/pull/1200 - Update cloud-init getting started.md by [@&#8203;elwin1234](https://github.com/elwin1234) in https://github.com/Telmate/terraform-provider-proxmox/pull/1234 - Update Stale-bot labels by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1240 - Fixes: vmid output is null by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1242 - Update sshkeys with upstream by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1231 - chore(deps): bump golang.org/x/net from 0.24.0 to 0.33.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Telmate/terraform-provider-proxmox/pull/1241 - Move guest `pool` to package by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1243 - feat: return same case for MAC by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1244 - Refactor: use type `GuestID` by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1245 - fix: VM not cloned into pool by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1246 - Move ID generation to SDK by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1255 - Feat tpmstate efi secureboot by [@&#8203;galthaus](https://github.com/galthaus) in https://github.com/Telmate/terraform-provider-proxmox/pull/1263 - Fix: multiple target nodes by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1265 - docs: fix bad env var name for secret by [@&#8203;Tchoupinax](https://github.com/Tchoupinax) in https://github.com/Telmate/terraform-provider-proxmox/pull/1247 - feat: add PCI `mdev` property by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1267 - chore(deps): bump github.com/hashicorp/go-cty from 1.4.1-0.20200414143053-d3edf31b6320 to 1.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Telmate/terraform-provider-proxmox/pull/1261 - fix: agent_timeout never set by [@&#8203;Tinyblargon](https://github.com/Tinyblargon) in https://github.com/Telmate/terraform-provider-proxmox/pull/1276 - chore(deps): bump github.com/rs/zerolog from 1.33.0 to 1.34.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Telmate/terraform-provider-proxmox/pull/1272 - chore(deps): bump github.com/hashicorp/go-cty from 1.4.1 to 1.5.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/Telmate/terraform-provider-proxmox/pull/1268 #### New Contributors - [@&#8203;potat-dev](https://github.com/potat-dev) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1187 - [@&#8203;k0eff](https://github.com/k0eff) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1200 - [@&#8203;elwin1234](https://github.com/elwin1234) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1234 - [@&#8203;galthaus](https://github.com/galthaus) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1263 - [@&#8203;Tchoupinax](https://github.com/Tchoupinax) made their first contribution in https://github.com/Telmate/terraform-provider-proxmox/pull/1247 **Full Changelog**: https://github.com/Telmate/terraform-provider-proxmox/compare/v3.0.1-rc6...v3.0.1-rc7 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzIuMiIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
kjuulh added 1 commit 2025-04-03 02:10:20 +02:00
kjuulh changed title from chore(deps): update terraform proxmox to v3.0.1-rc7 to chore(deps): update terraform proxmox to v3.0.1-rc8 2025-04-07 02:10:35 +02:00
kjuulh force-pushed renovate/all from 3b10ec5d01 to 19f59ac3cb 2025-04-07 02:10:36 +02:00 Compare
kjuulh changed title from chore(deps): update terraform proxmox to v3.0.1-rc8 to chore(deps): update terraform proxmox to v3.0.1-rc9 2025-05-17 02:09:41 +02:00
kjuulh force-pushed renovate/all from 19f59ac3cb to 079add0c4e 2025-05-17 02:09:42 +02:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/clank-node#20
No description provided.