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 #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

This PR contains the following updates:

Package Type Update Change
proxmox (source) required_provider minor 0.46.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
  • ci: remove mergify config (#​1652) (45eede7)
  • ci: update qodana config (#​1653) (6dad660)
  • deps: update module github.com/golangci/golangci-lint (v1.62.0 → v1.62.2) in /tools (#​1657) (826b406)
  • deps: update module github.com/stretchr/testify (v1.9.0 → v1.10.0) (#​1654) (7967299)

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)

v0.66.3

Compare Source

Bug Fixes
Miscellaneous
  • ci: update actions/checkout action (v4.2.1 → v4.2.2) (#​1603) (547b314)
  • ci: update jetbrains/qodana-action action (v2024.2.3 → v2024.2.5) (#​1604) (c4a6190)
  • ci: update lycheeverse/lychee-action action (v2.0.1 → v2.0.2) (#​1595) (18fc8d4)
  • deps: update module github.com/hashicorp/terraform-plugin-framework-validators (v0.13.0 → v0.14.0) (#​1598) (7a26cfe)
  • deps: update module github.com/pkg/sftp (v1.13.6 → v1.13.7) (#​1605) (0453e71)
  • tests: add script to test/view api-authentication successes/failures (#​1562) (bce2ceb)

v0.66.2

Compare Source

Bug Fixes
Miscellaneous

v0.66.1

Compare Source

Bug Fixes
  • docs: typo in container guide (#​1566) (77634cb)
  • provider: sequentially generated vm_ids may clash with exiting VM / Container IDs (#​1574) (e838c6b)
Miscellaneous

v0.66.0

Compare Source

Features
Bug Fixes
  • docs: correct url for template download in container resource example (#​1563) (7266583)
  • lxc: add new storage-backed mount point to existing container (#​1553) (89d72cd)
  • provider: handle IPv6 in ssh client (#​1558) (18a7f8e)
Miscellaneous
  • ci: update actions/checkout action (v4.1.7 → v4.2.0) (#​1555) (471c5f2)
  • ci: update peter-evans/create-issue-from-file action (v5.0.0 → v5.0.1) (#​1554) (049362a)
  • docs: document specifics of "ballooning device" in the vm.memory block (#​1550) (0b29ae2)

v0.65.0

Compare Source

Features
Bug Fixes
  • file: respect download_file.override attr when checking for the file size change (#​1537) (44e2814)
  • vm: handle more than 4 hostpci devices (#​1543) (569db6d)
Miscellaneous

v0.64.0

Compare Source

Features
  • acme: implement resources and data sources for ACME plugins (#​1479) (a6eb81a)
  • lxc: Implement support for container's "protection flag" (#​1512) (9b34c48)
Bug Fixes
  • docs: improve "SSH User" section describing sudo privileges (#​1522) (84d55cf)
  • vm: cpu.architecture showed as new attribute at re-apply after creation (#​1524) (c20d79d)
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.10.3 → v1.10.4) (#​1518) (112f058)
  • deps: update golang.org/x/exp digest (0cdaa3a9b4947d) (#​1506) (0623bfd)
  • deps: update golang.org/x/exp digest (9b4947de7e105d) (#​1517) (273b3c9)
  • deps: update module github.com/golangci/golangci-lint (v1.60.1 → v1.60.2) in /tools (#​1499) (35cbe98)
  • deps: update module github.com/golangci/golangci-lint (v1.60.2 → v1.60.3) in /tools (#​1507) (5707fea)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.53.0 → v0.54.0) in /tools (#​1509) (9172ec6)
  • deps: update module golang.org/x/crypto (v0.26.0 → v0.27.0) (#​1519) (3951bda)
  • deps: update module golang.org/x/net (v0.28.0 → v0.29.0) (#​1520) (a0bce8d)
  • vm: add acc test for no cdrom by default (#​1523) (35b6571)

v0.63.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.62.0

Compare Source

Features
  • acme: implement resources and data sources for ACME accounts (#​1455) (9de4037)
Bug Fixes
  • docs: document role privileges required by proxmox_virtual_environment_download_file (#​1442) (2475d99)
  • storage: ignore os.ErrClosed from deferred fileReader.Close() in storage.APIUpload (#​1468) (e8bd1fc)
  • tools: ensure docs/guides files are copied correctly (#​1464) (f7c3560)
Miscellaneous

v0.61.1

Compare Source

Bug Fixes
  • time: embed timezone data to fix set/get TZ on windows (#​1436) (b4d4e4f)
  • vm: improve reliability of VM create / get operations (#​1431) (d193abd)
  • vm: panic when reading VM with SPICE USB passthrough (#​1438) (fc42ac3)
Miscellaneous

v0.61.0

Compare Source

Features
Bug Fixes
Miscellaneous
  • ci: update actions/create-github-app-token action (v1.10.1 → v1.10.2) (#​1416) (692ea94)
  • ci: update actions/create-github-app-token action (v1.10.2 → v1.10.3) (#​1419) (877251c)
  • ci: update jetbrains/qodana-action action (v2024.1.5 → v2024.1.8) (#​1425) (91a16af)
  • deps: update go (1.22.4 → 1.22.5) (#​1420) (a521c60)
  • deps: update go (1.22.4 → 1.22.5) in /tools (#​1421) (d55f670)
  • deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.52.0 → v0.53.0) in /tools (#​1426) (cf1142e)
  • deps: update module golang.org/x/crypto (v0.24.0 → v0.25.0) (#​1427) (3ad5b0a)
  • deps: update module golang.org/x/net (v0.26.0 → v0.27.0) (#​1430) (6436967)

v0.60.1

Compare Source

Bug Fixes
  • docs: Mention alternate valid use of Volid's for containers (#​1407) (763654a)
  • lxc: use default rootfs size (4Gb) prevents creation of mount points (#​1398) (4a8bf8d)
Miscellaneous

v0.60.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.59.1

Compare Source

Bug Fixes
  • vm: ignore 599 task status response when waiting for VM start (#​1365) (5d4193b)
Miscellaneous

v0.59.0

Compare Source

Features
Bug Fixes
Miscellaneous

v0.58.1

Compare Source

Bug Fixes
Miscellaneous

v0.58.0

Compare Source

Features
Bug Fixes
Miscellaneous

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

@renovate renovate bot requested a review from zimmertr as a code owner February 16, 2024 04:20
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.4 chore(deps): update terraform proxmox to v0.46.5 Feb 20, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 11d5089 to 149df00 Compare February 20, 2024 04:43
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.5 chore(deps): update terraform proxmox to v0.46.6 Feb 21, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 149df00 to 244c58c Compare February 21, 2024 04:20
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.46.6 chore(deps): update terraform proxmox to v0.47.0 Feb 27, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 244c58c to 3a4001d Compare February 27, 2024 07:37
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.47.0 chore(deps): update terraform proxmox to v0.48.0 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 3a4001d to 902f560 Compare March 4, 2024 13:58
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.0 chore(deps): update terraform proxmox to v0.48.1 Mar 5, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 902f560 to a94d258 Compare March 5, 2024 04:36
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from a94d258 to c4af756 Compare March 13, 2024 04:07
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.1 chore(deps): update terraform proxmox to v0.48.4 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from c4af756 to b61431b Compare March 16, 2024 00:47
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.48.4 chore(deps): update terraform proxmox to v0.49.0 Mar 16, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b61431b to cf8a7ae Compare March 22, 2024 03:21
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.49.0 chore(deps): update terraform proxmox to v0.50.0 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cf8a7ae to 2377a2a Compare March 30, 2024 13:24
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.50.0 chore(deps): update terraform proxmox to v0.51.0 Mar 30, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 2377a2a to 6fdf5f6 Compare April 5, 2024 01:12
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.51.0 chore(deps): update terraform proxmox to v0.51.1 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 6fdf5f6 to acc724f Compare April 10, 2024 03:06
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.51.1 chore(deps): update terraform proxmox to v0.52.0 Apr 10, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from acc724f to f471228 Compare April 11, 2024 04:17
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.52.0 chore(deps): update terraform proxmox to v0.53.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from f471228 to e8ce9c5 Compare April 12, 2024 06:44
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.53.0 chore(deps): update terraform proxmox to v0.53.1 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from e8ce9c5 to 9354d59 Compare April 20, 2024 00:12
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.53.1 chore(deps): update terraform proxmox to v0.54.0 Apr 20, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 9354d59 to ee2f001 Compare April 30, 2024 04:23
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.60.1 chore(deps): update terraform proxmox to v0.61.0 Jul 6, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from d6f1ea9 to a0dc6d1 Compare July 12, 2024 02:01
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.61.0 chore(deps): update terraform proxmox to v0.61.1 Jul 12, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from a0dc6d1 to 443fbc0 Compare August 8, 2024 04:29
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.61.1 chore(deps): update terraform proxmox to v0.62.0 Aug 8, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 443fbc0 to fca6f10 Compare August 21, 2024 03:54
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.62.0 chore(deps): update terraform proxmox to v0.63.0 Aug 21, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from fca6f10 to 84f6cda Compare September 9, 2024 05:03
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.63.0 chore(deps): update terraform proxmox to v0.64.0 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 84f6cda to b71f29b Compare September 22, 2024 02:00
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.64.0 chore(deps): update terraform proxmox to v0.65.0 Sep 22, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from b71f29b to 2e471f1 Compare October 4, 2024 01:10
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.65.0 chore(deps): update terraform proxmox to v0.66.0 Oct 4, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 2e471f1 to cf80ebb Compare October 5, 2024 04:02
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.66.0 chore(deps): update terraform proxmox to v0.66.1 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from cf80ebb to c04f220 Compare October 12, 2024 22:13
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.66.1 chore(deps): update terraform proxmox to v0.66.2 Oct 12, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from c04f220 to 977eb5b Compare October 25, 2024 18:58
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.66.2 chore(deps): update terraform proxmox to v0.66.3 Oct 25, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 977eb5b to 31230bc Compare November 20, 2024 04:34
@renovate renovate bot changed the title chore(deps): update terraform proxmox to v0.66.3 chore(deps): update terraform proxmox to v0.67.0 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/proxmox-0.x branch from 31230bc to 411a4af Compare November 21, 2024 07:27
@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 411a4af to b61ada0 Compare November 26, 2024 03:41
@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 b61ada0 to a2ac6f0 Compare December 7, 2024 04:46
@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 a2ac6f0 to 1bef54d Compare December 18, 2024 08:37
@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
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.

0 participants