Skip to content

Releases: bpg/terraform-provider-proxmox

v0.61.1

11 Jul 23:11
69320cb
Compare
Choose a tag to compare

0.61.1 (2024-07-11)

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

  • deps: update github.com/hashicorp/terraform-plugin-* (#1437) (b63c98b)
  • deps: update golang.org/x/exp digest (7f521ea → 46b0784) (#1432) (0a978e5)

v0.61.0

06 Jul 02:34
fb7047e
Compare
Choose a tag to compare

0.61.0 (2024-07-06)

Features

  • node: implement initial support to manage APT repositories (#1325) (357f7c7)
  • vm: implement filtering in vms data source. (#1423) (65f8ba5)

Bug Fixes

  • repo: fix source.list path validation on Windows (#1429) (6103e67)

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

25 Jun 05:29
19f710f
Compare
Choose a tag to compare

0.60.1 (2024-06-25)

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

  • code: fix code quality warnings (#1409) (4f70459)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.0.3 → v7.0.4) (#1405) (c926484)
  • refactor container acc test (#1408) (a0d9300)
  • vm: fix regression after storage devices refactoring (#1399) (5d1c8c6)
  • vm: refactor storage devices handling from/to API (#1394) (cc7fc63)

v0.60.0

14 Jun 00:50
b7d48f8
Compare
Choose a tag to compare

0.60.0 (2024-06-14)

Features

  • vm: add support for disk.serial attribute (#1385) (de34952)

Bug Fixes

Miscellaneous

  • ci: update actions/checkout action (v4.1.6 → v4.1.7) (#1390) (fbf41dd)
  • ci: update googleapis/release-please-action action (v4.1.1 → v4.1.3) (#1380) (77f62e1)
  • code: remove goreleaser from /tools (#1384) (cfe1b1c)
  • deps: update golang.org/x/exp digest (fc45aab → 7f521ea) (#1391) (f22858c)
  • deps: Update module github.com/goreleaser/goreleaser (v1.26.2 → v2.0.0) in /tools (#1381) (095be69)

v0.59.1

10 Jun 02:51
v0.59.1
8892118
Compare
Choose a tag to compare

0.59.1 (2024-06-10)

Bug Fixes

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

Miscellaneous

  • api: refactor nodes/vms/vms_types.go: split into multiple files (#1368) (580381f)
  • code: fix code inspection warnings (#1375) (e647b21)
  • deps: update module github.com/golangci/golangci-lint (v1.59.0 → v1.59.1) in /tools (#1373) (24f9990)
  • docs: clarify disk.file_id format (#1374) (f3ac15a)
  • vm2: add initial support for cdrom (#1370) (80cafa6)

v0.59.0

05 Jun 23:34
be94270
Compare
Choose a tag to compare

0.59.0 (2024-06-05)

Features

Bug Fixes

  • access: fix user and role import (#1346) (bdd9225)
  • lxc,vm: fix panics when a resource block is empty (#1345) (9bbbf8d)

Miscellaneous

  • ci: update actions/create-github-app-token action (v1.10.0 → v1.10.1) (#1356) (92476d4)
  • ci: Update goreleaser/goreleaser-action action (v5.1.0 → v6.0.0) (#1362) (9dbee1a)
  • deps: update go (1.22.3 → 1.22.4) (#1357) (ea509b2)
  • deps: update golang.org/x/exp digest (23cca88 → fd00a4e) (#1343) (eaeff08)
  • deps: update golang.org/x/exp digest (fd00a4e → fc45aab) (#1355) (8fb6410)
  • deps: Update module github.com/goreleaser/goreleaser (v1.26.2 → v2.0.0) in /tools (#1363) (7064f12)
  • deps: update module github.com/hashicorp/terraform-plugin-framework (v1.8.0 → v1.9.0) (#1359) (27ad93e)
  • deps: update tools (#1358) (9c4b9db)

v0.58.1

30 May 03:15
0c134a2
Compare
Choose a tag to compare

0.58.1 (2024-05-30)

Bug Fixes

  • vm: adding disks causes VM to be re-created (#1336) (d02dc1e)
  • vm: host parameter is optional if using mapping for usb (#1338) (76d9806)
  • vm: regression: vga.clipboard attribute check (#1340) (2785c40)

Miscellaneous

  • deps: update golang.org/x/exp digest (4c93da0 → 23cca88) (#1333) (804b498)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.19.2 → v0.19.3) in /tools (#1334) (2f87941)

v0.58.0

28 May 01:50
cb1d2a4
Compare
Choose a tag to compare

0.58.0 (2024-05-28)

Features

  • vm: add support for vga.clipboard, virtio-gl type (#1326) (32de050)

Bug Fixes

  • lxc: mount_point.backup should be false by default (#1327) (206fc4b)
  • vm: check task warning status against exit code (#1330) (b7afd02)

Miscellaneous

  • deps: update golang.org/x/exp digest (9bf2ced → 4c93da0) (#1321) (1c6b9e4)
  • deps: update module github.com/golangci/golangci-lint (v1.58.2 → v1.59.0) in /tools (#1332) (e0097d9)
  • deps: update module github.com/goreleaser/goreleaser (v1.26.1 → v1.26.2) in /tools (#1322) (93f86b1)
  • docs: document expectations for the default root shell on PVE nodes (#1329) (ffffa56)
  • vm2: add support for vga (#1328) (d843e46)

v0.57.1

22 May 02:11
2f4dfa7
Compare
Choose a tag to compare

0.57.1 (2024-05-22)

Bug Fixes

Miscellaneous

  • ci: update actions/checkout action (v4.1.5 → v4.1.6) (#1305) (0494fcb)
  • ci: update jetbrains/qodana-action action (v2024.1.4 → v2024.1.5) (#1306) (48fdb03)
  • deps: update github.com/hashicorp/terraform-plugin-* (#1309) (7d1b400)
  • deps: update tools (#1316) (3f97a7b)
  • vm2: add datasource implementation (#1318) (e3dd31f)
  • vm2: add support for cpu (#1310) (aa309fd)
  • vm2: cleanup cpu implementation, refactor rearrange acc tests (#1311) (2e34c57)

v0.57.0

16 May 02:13
4e0e088
Compare
Choose a tag to compare

0.57.0 (2024-05-16)

Features

  • vm: remove support for initialization.upgrade attribute (#1295) (2b7dd08)

Bug Fixes

  • access: user token expiration_date handling (#1293) (a436c24)
  • vm: yet another fix for disk reordering (#1297) (3180f81)

Miscellaneous

  • ci: update google-github-actions/release-please-action action (v4.1.0 → v4.1.1) (#1296) (71480bf)
  • ci: update release-please action ref (bfb20e0)
  • deps: update module github.com/goreleaser/goreleaser (v1.26.0 → v1.26.1) in /tools [security] (#1301) (ea6bb93)