⬆️ Update Terraform proxmox to v0.67.0 #421

Merged
mafyuh merged 1 commit from renovate/proxmox-0.x into main 2024-11-20 20:05:12 -05:00
Collaborator

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider minor 0.66.3 -> 0.67.0

Release Notes

bpg/terraform-provider-proxmox (proxmox)

v0.67.0

Compare Source

Features
  • provider: better error logging when provider can't generate a VM/Container ID (#​1645) (071cad4)
  • vm: add CPU type support for EPYC-v4 (#​1611) (8b51e99)
Bug Fixes
Miscellaneous
  • ci: remove semgrep workflow (#​1644) (e1e55f9)
  • ci: update crazy-max/ghaction-import-gpg action (v6.1.0 → v6.2.0) (#​1613) (21dd8ee)
  • ci: update goreleaser/goreleaser-action action (v6.0.0 → v6.1.0) (#​1627) (93c391c)
  • ci: update jetbrains/qodana-action action (v2024.2.5 → v2024.2.6) (#​1612) (46ab49c)
  • ci: update lycheeverse/lychee-action action (v2.0.2 → v2.1.0) (#​1628) (32d6b7d)
  • config: migrate config .github/renovate.json5 (2e27b4a)
  • config: migrate renovate config (#​1632) (2e27b4a)
  • deps: update github.com/hashicorp/terraform-plugin-* (#​1614) (be6b660)
  • deps: update golang.org/x/exp digest (f66d83c2d47ceb) (#​1626) (eeefa36)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.0.4 → v7.1.2) (#​1606) (c0048db)
  • deps: update module github.com/golangci/golangci-lint (v1.61.0 → v1.62.0) in /tools (#​1634) (e67a8f7)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.19.4 → v0.20.0) in /tools (#​1629) (5aaf61e)
  • deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0) (#​1615) (fea548c)
  • deps: update module github.com/hashicorp/terraform-plugin-testing (v1.10.0 → v1.11.0) (#​1643) (8c17e81)
  • docs: clarify use of dump content type inproxmox_virtual_environment_file resource (#​1635) (ca22717)

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.


  • 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/bpg/proxmox) ([source](https://github.com/bpg/terraform-provider-proxmox)) | required_provider | minor | `0.66.3` -> `0.67.0` | --- ### Release Notes <details> <summary>bpg/terraform-provider-proxmox (proxmox)</summary> ### [`v0.67.0`](https://github.com/bpg/terraform-provider-proxmox/blob/HEAD/CHANGELOG.md#0670-2024-11-20) [Compare Source](https://github.com/bpg/terraform-provider-proxmox/compare/v0.66.3...v0.67.0) ##### Features - **provider:** better error logging when provider can't generate a VM/Container ID ([#&#8203;1645](https://github.com/bpg/terraform-provider-proxmox/issues/1645)) ([071cad4](https://github.com/bpg/terraform-provider-proxmox/commit/071cad4df2573d07d2c7cb4216cb2b33a0c98242)) - **vm:** add CPU type support for EPYC-v4 ([#&#8203;1611](https://github.com/bpg/terraform-provider-proxmox/issues/1611)) ([8b51e99](https://github.com/bpg/terraform-provider-proxmox/commit/8b51e9991efefc404eb9fb7f0d1bc9fd1c1ce010)) ##### Bug Fixes - **cluster:** `insecure` `migration_type` validation ([#&#8203;1607](https://github.com/bpg/terraform-provider-proxmox/issues/1607)) ([0ba36e4](https://github.com/bpg/terraform-provider-proxmox/commit/0ba36e48da8e07ad95b776fc8a9e0fe65430bd83)) ##### Miscellaneous - **ci:** remove semgrep workflow ([#&#8203;1644](https://github.com/bpg/terraform-provider-proxmox/issues/1644)) ([e1e55f9](https://github.com/bpg/terraform-provider-proxmox/commit/e1e55f9b3b6608d43b27833afb8b8567bc1e702f)) - **ci:** update crazy-max/ghaction-import-gpg action (v6.1.0 → v6.2.0) ([#&#8203;1613](https://github.com/bpg/terraform-provider-proxmox/issues/1613)) ([21dd8ee](https://github.com/bpg/terraform-provider-proxmox/commit/21dd8ee708ba7010cab389de1cb3530e7dc22d75)) - **ci:** update goreleaser/goreleaser-action action (v6.0.0 → v6.1.0) ([#&#8203;1627](https://github.com/bpg/terraform-provider-proxmox/issues/1627)) ([93c391c](https://github.com/bpg/terraform-provider-proxmox/commit/93c391cf0d7d4b40e91a31a53086b13e9b0ab644)) - **ci:** update jetbrains/qodana-action action (v2024.2.5 → v2024.2.6) ([#&#8203;1612](https://github.com/bpg/terraform-provider-proxmox/issues/1612)) ([46ab49c](https://github.com/bpg/terraform-provider-proxmox/commit/46ab49ccaeeebac86c3dc2f0d77be0cacfff2746)) - **ci:** update lycheeverse/lychee-action action (v2.0.2 → v2.1.0) ([#&#8203;1628](https://github.com/bpg/terraform-provider-proxmox/issues/1628)) ([32d6b7d](https://github.com/bpg/terraform-provider-proxmox/commit/32d6b7d80f10f71e707e05df0b65f82c02801d40)) - **config:** migrate config .github/renovate.json5 ([2e27b4a](https://github.com/bpg/terraform-provider-proxmox/commit/2e27b4ad0db143bcedcbc618794176ba40538d77)) - **config:** migrate renovate config ([#&#8203;1632](https://github.com/bpg/terraform-provider-proxmox/issues/1632)) ([2e27b4a](https://github.com/bpg/terraform-provider-proxmox/commit/2e27b4ad0db143bcedcbc618794176ba40538d77)) - **deps:** update github.com/hashicorp/terraform-plugin-\* ([#&#8203;1614](https://github.com/bpg/terraform-provider-proxmox/issues/1614)) ([be6b660](https://github.com/bpg/terraform-provider-proxmox/commit/be6b660495f68b5af293eeb491b9abd87408f9d5)) - **deps:** update golang.org/x/exp digest ([`f66d83c`](https://github.com/bpg/terraform-provider-proxmox/commit/f66d83c) → [`2d47ceb`](https://github.com/bpg/terraform-provider-proxmox/commit/2d47ceb)) ([#&#8203;1626](https://github.com/bpg/terraform-provider-proxmox/issues/1626)) ([eeefa36](https://github.com/bpg/terraform-provider-proxmox/commit/eeefa36680fcb6250f238df457856d3f35c044a8)) - **deps:** update module github.com/brianvoe/gofakeit/v7 (v7.0.4 → v7.1.2) ([#&#8203;1606](https://github.com/bpg/terraform-provider-proxmox/issues/1606)) ([c0048db](https://github.com/bpg/terraform-provider-proxmox/commit/c0048db58a2bd0f2b0e13edbeb9f8186fa51e642)) - **deps:** update module github.com/golangci/golangci-lint (v1.61.0 → v1.62.0) in /tools ([#&#8203;1634](https://github.com/bpg/terraform-provider-proxmox/issues/1634)) ([e67a8f7](https://github.com/bpg/terraform-provider-proxmox/commit/e67a8f783d261991ceb1c105e542ee725578ccb8)) - **deps:** update module github.com/hashicorp/terraform-plugin-docs (v0.19.4 → v0.20.0) in /tools ([#&#8203;1629](https://github.com/bpg/terraform-provider-proxmox/issues/1629)) ([5aaf61e](https://github.com/bpg/terraform-provider-proxmox/commit/5aaf61ed9a932e68c0f7c07fb41fea12cbbd095e)) - **deps:** update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 → v2.35.0) ([#&#8203;1615](https://github.com/bpg/terraform-provider-proxmox/issues/1615)) ([fea548c](https://github.com/bpg/terraform-provider-proxmox/commit/fea548c1e974458cea1e9734053eb1bc1e55def9)) - **deps:** update module github.com/hashicorp/terraform-plugin-testing (v1.10.0 → v1.11.0) ([#&#8203;1643](https://github.com/bpg/terraform-provider-proxmox/issues/1643)) ([8c17e81](https://github.com/bpg/terraform-provider-proxmox/commit/8c17e81476b71e4785a68656283fbe6de5de87c4)) - **docs:** clarify use of `dump` content type in`proxmox_virtual_environment_file` resource ([#&#8203;1635](https://github.com/bpg/terraform-provider-proxmox/issues/1635)) ([ca22717](https://github.com/bpg/terraform-provider-proxmox/commit/ca227179a60f9d593792fe09dd35e95c84c4709e)) </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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2024-11-19 22:01:01 -05:00
⬆️ Update Terraform proxmox to v0.67.0
Some checks failed
Lint on PR / Lint YAML files (pull_request) Successful in 10s
Deploy to Hosts / deploy (pull_request) Has been cancelled
2fe94693bc
mafyuh merged commit 8c61b04b23 into main 2024-11-20 20:05:12 -05:00
mafyuh deleted branch renovate/proxmox-0.x 2024-11-20 20:05:13 -05:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: mafyuh/iac#421
No description provided.