Skip to content

Releases: bpg/terraform-provider-proxmox

v0.69.0

18 Dec 04:28
5327379
Compare
Choose a tag to compare

0.69.0 (2024-12-18)

⚠ 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

  • ci: pin image versions in CI workflows (#1686) (59c9f1e)
  • ci: update jetbrains/qodana-action action (v2024.2.6 → v2024.3.2) (#1676) (c6e0d94)
  • ci: update jetbrains/qodana-action action (v2024.3.2 → v2024.3.3) (#1687) (943889d)
  • deps: update golang.org/x/exp digest (1829a12 → b2144cd) (#1682) (1069543)
  • deps: update golang.org/x/exp digest (43b7b7c → 1829a12) (#1675) (3ac0c57)
  • deps: update module github.com/hashicorp/terraform-plugin-framework-validators (v0.15.0 → v0.16.0) (#1678) (84fbdce)
  • deps: update module golang.org/x/crypto (v0.30.0 → v0.31.0) [security] (#1673) (476a6b8)

v0.68.1

07 Dec 02:37
d510061
Compare
Choose a tag to compare

0.68.1 (2024-12-07)

Bug Fixes

  • vm: timeout_create / timeout_clone does not always apply (#1671) (a57bd7e)
  • vm: add validation for node_name values (#1659) (106bcd2)

Miscellaneous

  • deps: update github.com/hashicorp/go-cty digest (8598007 → a0325cb) (#1661) (c865896)
  • deps: update golang.org/x/exp digest (2d47ceb → 43b7b7c) (#1667) (4490fe8)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.20.0 → v0.20.1) in /tools (#1662) (3a9764e)
  • deps: update module golang.org/x/crypto (v0.29.0 → v0.30.0) (#1668) (b97df0b)
  • deps: update module golang.org/x/net (v0.31.0 → v0.32.0) (#1669) (e56c627)
  • docs: add examples with VM hostname configuration to cloud-init guide (#1670) (dc73e0b)
  • docs: update README.md to PVE 8.3 (#1663) (00497f3)

v0.68.0

26 Nov 00:57
44c1ac7
Compare
Choose a tag to compare

0.68.0 (2024-11-26)

Features

  • node: add support for node config API (#1482) (3e025fd)
  • vm: add bz2 (bzip2) as a valid download file compression algorithm (#1655) (e29dc53)

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

21 Nov 04:08
b750e15
Compare
Choose a tag to compare

0.67.1 (2024-11-21)

Bug Fixes

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

v0.67.0

20 Nov 02:08
8c245ce
Compare
Choose a tag to compare

0.67.0 (2024-11-20)

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

  • cluster: insecure migration_type validation (#1607) (0ba36e4)

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 (f66d83c → 2d47ceb) (#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

25 Oct 16:52
9d166b9
Compare
Choose a tag to compare

0.66.3 (2024-10-25)

Bug Fixes

  • tests: add missing example.tfrc to test api-authentication folder (#1596) (1e57684)
  • vm: incorrect detection of disk resize (#1602) (2781d75)

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

12 Oct 18:38
fea9c57
Compare
Choose a tag to compare

0.66.2 (2024-10-12)

Bug Fixes

Miscellaneous

  • ci: update actions/checkout action (v4.2.0 → v4.2.1) (#1581) (95f00ef)
  • ci: Update lycheeverse/lychee-action action (v1.10.0 → v2.0.0) (#1583) (d1d8228)
  • ci: update lycheeverse/lychee-action action (v2.0.0 → v2.0.1) (#1590) (dcb8b60)
  • deps: update golang.org/x/exp digest (225e2ab → f66d83c) (#1586) (e103029)

v0.66.1

05 Oct 00:45
c943767
Compare
Choose a tag to compare

0.66.1 (2024-10-05)

Bug Fixes

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

Miscellaneous

  • deps: update golang.org/x/exp digest (701f63a → 225e2ab) (#1570) (65f35f3)
  • deps: update module golang.org/x/net (v0.29.0 → v0.30.0) (#1572) (4379fca)

v0.66.0

04 Oct 00:23
e2651e0
Compare
Choose a tag to compare

0.66.0 (2024-10-04)

Features

  • provider: add support for pre(external) auth'd session tokens (#1441) (eb2f36b)
  • provider: reliable sequential and random vm_id generation (#1557) (72f7cb8)
  • vm: add support for watchdog (#1556) (d226b59)

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

22 Sep 00:02
4037392
Compare
Choose a tag to compare

0.65.0 (2024-09-21)

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

  • ci: update actions/create-github-app-token action (v1.10.4 → v1.11.0) (#1532) (831207b)
  • ci: update jetbrains/qodana-action action (v2024.1.9 → v2024.2.3) (#1544) (13ceab8)
  • deps: update github.com/hashicorp/terraform-plugin-* (#1545) (b5a4e32)
  • deps: update golang.org/x/exp digest (e7e105d → 701f63a) (#1526) (b96532f)
  • deps: update module github.com/golangci/golangci-lint (v1.60.3 → v1.61.0) in /tools (#1527) (356c978)
  • docs: add example for host disk pass-through to VM (#1547) (e23d2f3)
  • docs: improve network_linux_bridge documentation (#1538) (8f9b036)
  • docs: update terraform local (2.5.1 → 2.5.2) (#1535) (f1ce62e)
  • docs: update terraform tls (4.0.5 → 4.0.6) (#1536) (a89cfbf)
  • lxc: update list of supported OS-es in operating_system.type (#1548) (14a62a7)