Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terraform proxmox to v0.69.0 #149

Merged
merged 1 commit into from
Dec 26, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2024

This PR contains the following updates:

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

Release Notes

bpg/terraform-provider-proxmox (proxmox)

v0.69.0

Compare Source

⚠ BREAKING CHANGES
  • vm: improve cpu.architecture handling (#​1683)
Bug Fixes
  • vm: edge case of deleting incomplete VM if create fails and provider retries (#​1684) (bf9e243)
  • vm: improve cpu.architecture handling (#​1683) (be6f220)
  • vm: retry start if it fails with a transient error (#​1685) (9d2118d)
Miscellaneous

v0.68.1

Compare Source

Bug Fixes
Miscellaneous

v0.68.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.67.1

Compare Source

Bug Fixes
  • provider: "context deadline exceeded" error when retrieving the next available VM identifier (#​1647) (2385975)

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: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from c30f5c0 to b2ab517 Compare November 21, 2024 05:02
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.67.0 chore(deps): update terraform proxmox to v0.67.1 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b2ab517 to 4ac4700 Compare November 26, 2024 04:52
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.67.1 chore(deps): update terraform proxmox to v0.68.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 4ac4700 to 60057a5 Compare December 1, 2024 20:27
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch 3 times, most recently from 795e87a to 0cd57a0 Compare December 1, 2024 21:34
@vehagn vehagn force-pushed the main branch 8 times, most recently from 0311c12 to b103679 Compare December 5, 2024 22:02
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch 3 times, most recently from d979aff to e83d389 Compare December 7, 2024 06:25
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.68.0 chore(deps): update terraform proxmox to v0.68.1 Dec 7, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from e83d389 to 6c7f433 Compare December 8, 2024 15:11
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 6c7f433 to d95a62c Compare December 9, 2024 22:03
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch 2 times, most recently from 389a689 to 0e7efaa Compare December 18, 2024 05:32
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.68.1 chore(deps): update terraform proxmox to v0.69.0 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 0e7efaa to 1f9cd79 Compare December 26, 2024 17:42
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 1f9cd79 to b21e0e4 Compare December 26, 2024 17:43
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b21e0e4 to 6ad9f30 Compare December 26, 2024 17:43
@vehagn vehagn merged commit cd06520 into main Dec 26, 2024
@vehagn vehagn deleted the renovate/proxmox-0.x branch December 26, 2024 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant