Skip to content

Releases: bpg/terraform-provider-proxmox

v0.56.1

13 May 02:15
73d01e7
Compare
Choose a tag to compare

0.56.1 (2024-05-13)

Bug Fixes

  • vm: cdrom is not attached when creating a VM from scratch (#1287) (be4a3b7)

Miscellaneous

  • deps: update module github.com/goreleaser/goreleaser (v1.25.1 → v1.26.0) in /tools (#1289) (7853a53)

v0.56.0

12 May 20:33
0582096
Compare
Choose a tag to compare

0.56.0 (2024-05-12)

Features

Miscellaneous

  • ci: update actions/checkout action (v4.1.4 → v4.1.5) (#1278) (10774f4)
  • ci: update goreleaser/goreleaser-action action (v5.0.0 → v5.1.0) (#1284) (78f9d6e)
  • ci: update hashicorp/setup-terraform action (v3.1.0 → v3.1.1) (#1279) (e79cf12)
  • ci: update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4) (#1280) (6ae9b58)
  • deps: update go (1.22.2 → 1.22.3) (#1273) (097f3f9)
  • deps: update module github.com/brianvoe/gofakeit/v7 (v7.0.2 → v7.0.3) (#1274) (2be83eb)
  • deps: update module github.com/gorilla/schema (v1.2.1 → v1.3.0) (#1276) (1f80e9d)
  • deps: update module github.com/hashicorp/terraform-plugin-mux (v0.15.0 → v0.16.0) (#1277) (ff98439)
  • deps: update tools (#1275) (d3ea1ac)

v0.55.1

06 May 23:55
41ec34e
Compare
Choose a tag to compare

0.55.1 (2024-05-06)

Bug Fixes

  • code: update acc tests to PVE 8.2 (#1269) (0b35f47)
  • vm: fix timeout when resizing custom disk at create (#1260) (10790f6)
  • vm: only set initialization.upgrade attribute when not using custom cloud-init file (#1253) (9762405)
  • vm: use raw file format for efi_disk by default (#1249) (b3caf6a)

Miscellaneous

  • ci: update actions/create-github-app-token action (v1.9.3 → v1.10.0) (#1262) (ce47411)
  • ci: update jetbrains/qodana-action action (v2024.1.2 → v2024.1.3) (#1261) (f08d139)
  • deps: update module github.com/golangci/golangci-lint (v1.57.2 → v1.58.0) in /tools (#1258) (452b24b)
  • deps: update module github.com/hashicorp/terraform-plugin-go (v0.22.2 → v0.23.0) (#1266) (02302cb)
  • deps: update module golang.org/x/crypto (v0.22.0 → v0.23.0) (#1267) (c21da7e)
  • deps: update module golang.org/x/exp (v0.0.0-20240416160154-fe59bbe5cc7f → v0.0.0-20240506185415-9bf2ced13842) (#1265) (6bacbe8)
  • deps: update module golang.org/x/net (v0.24.0 → v0.25.0) (#1268) (2672bf3)

v0.55.0

30 Apr 02:35
8d6a7d7
Compare
Choose a tag to compare

0.55.0 (2024-04-30)

Features

  • cluster: Extend the available attributes for the proxmox_virtual_environment_cluster_options resource (#1241) (2eb36f4)
  • vm: add initial support for IDE (#1237) (bd195d6)

Miscellaneous

  • ci: update actions/checkout action (v4.1.1 → v4.1.3) (bb44a8d)
  • ci: update actions/checkout action (v4.1.3 → v4.1.4) (229883b)
  • ci: update hashicorp/setup-terraform action (v3.0.0 → v3.1.0) (84778a3)
  • ci: update jetbrains/qodana-action action (v2024.1.1 → v2024.1.2) (4da06ec)
  • ci: update lycheeverse/lychee-action action (v1.9.3 → v1.10.0) (0839c92)
  • deps: update go (1.22.0 → 1.22.2) (#1234) (ee939a3)
  • deps: update module github.com/hashicorp/terraform-plugin-docs (v0.19.1 → v0.19.2) in /tools (#1247) (b9429cb)
  • deps: update tools (#1238) (e13bb03)
  • remove unused code (#1236) (efd0d7b)
  • vm2: experiment with sets, add tags support (#1232) (961404d)
  • vm2: experimental support for clone and inherited attributes (#1235) (7209fe0)

v0.54.0

19 Apr 22:32
c2bb48e
Compare
Choose a tag to compare

0.54.0 (2024-04-19)

Features

  • cluster: Implement initial support for "hardware mappings" (#1213) (76c1c22)

Bug Fixes

Miscellaneous

  • code: reorganize HA & node network code (#1218) (163a773)
  • deps: bump golang.org/x/net from 0.22.0 to 0.23.0 in /tools (#1225) (7e4710d)
  • deps: update github.com/hashicorp/terraform-plugin-* (#1228) (5a606ec)
  • deps: update go (1.22.0 → 1.22.2) in /tools (#1227) (c7e36ee)
  • deps: update golang.org/x/exp digest (93d18d7 → fe59bbe) (#1226) (83d835f)
  • deps: update module github.com/avast/retry-go/v4 (v4.5.1 → v4.6.0) (#1229) (9387845)
  • deps: update tools (#1216) (1bf3bf0)
  • vm2: initial experimental VM resource implementation using Plugin Framework (#1230) (d8202dd)
  • vm: fix acceptance test for hardware mapping (#1223) (653e6f2)

v0.53.1

12 Apr 03:19
8d1a541
Compare
Choose a tag to compare

0.53.1 (2024-04-12)

Bug Fixes

  • vm: error 'resizing of efidisks is not supported' when clonning a VM with re-defined efi_disk (#1206) (46d323d)
  • vm: regression: force VM recreation due to initialization.upgrade when it is not in the plan (#1209) (628d0f1)

Miscellaneous

  • deps: bump github.com/sigstore/cosign/v2 from 2.2.3 to 2.2.4 in /tools (#1207) (19a13be)

v0.53.0

11 Apr 02:41
8187d2e
Compare
Choose a tag to compare

0.53.0 (2024-04-10)

Features

Bug Fixes

  • firewall: remove strict validation for rule.iface attribute (#1199) (ae88cf6)
  • vm: panic if initialization.user_account_keys contains null (#1197) (b4174a7)
  • vm: panic if numa block is empty (#1196) (c273111)

Miscellaneous

v0.52.0

08 Apr 02:03
a1058f4
Compare
Choose a tag to compare

0.52.0 (2024-04-07)

Features

Bug Fixes

  • vm: regression: provider always tries to update memory.*hugepages even if it is not specified (#1188) (31b6812)

Miscellaneous

v0.51.1

04 Apr 23:54
c1c4cf1
Compare
Choose a tag to compare

0.51.1 (2024-04-04)

Bug Fixes

  • vm: regressions: provider always tries to update cpu.affinity even if it is not specified (#1182) (82d435f)

Miscellaneous

  • ci: update actions/create-github-app-token action (v1.9.0 → v1.9.2) (#1177) (7358257)
  • deps: update golang.org/x/exp digest (a685a6e → c0f41cb) (#1183) (e680aa9)

v0.51.0

30 Mar 12:20
13b25df
Compare
Choose a tag to compare

0.51.0 (2024-03-30)

Features

  • vm: add proxmox_virtual_environment_node datasource (#1151) (9fee8c1)
  • vm: add support for cpu affinity attribute (#1148) (#1153) (83a5971)
  • vm: add support for memory hugepages and keep_hugepages attributes (#1158) (a2f055a)

Bug Fixes

  • lxc: improve configurable timeouts for containers operations (#1161) (c45e336)
  • prevent authenticating multiple times in parallel (#1168) (e87bc4b)
  • vm: re-use ide, sata, and scsi cloud-init storage (#1083) (#1141) (d41463d)

Miscellaneous

  • deps: update golang.org/x/exp digest (a85f2c6 → a685a6e) (#1171) (e60ee99)
  • deps: update module github.com/golangci/golangci-lint (v1.56.2 → v1.57.1) in /tools (#1149) (48756b6)
  • deps: update module github.com/golangci/golangci-lint (v1.57.1 → v1.57.2) in /tools (#1172) (02efdc4)
  • deps: update module github.com/hashicorp/terraform-plugin-framework (v1.6.1 → v1.7.0) (#1150) (e5ef91e)