Skip to content

Releases: bpg/terraform-provider-proxmox

v0.30.1

22 Aug 14:14
60f59c6
Compare
Choose a tag to compare

0.30.1 (2023-08-22)

Bug Fixes

  • vm: fix PCI device resource mapping changed (#517) (b1ac87d)

Miscellaneous

  • deps: bump github.com/golangci/golangci-lint from 1.54.1 to 1.54.2 in /tools (#514) (731dad8)
  • deps: bump github.com/google/uuid from 1.3.0 to 1.3.1 (#515) (79c7f10)

v0.30.0

21 Aug 00:10
dfae163
Compare
Choose a tag to compare

0.30.0 (2023-08-21)

Features

  • ha: add support for Proxmox High Availability objects (#498) (03c9b36)
  • vm: add support for migration when the node name is modified (#501) (a285360)
  • vm: add support for non-default CloudInit interface and CloudInit storage change (#486) (5475936)
  • vm: add support for pool update (#505) (e6c15ec)
  • vm: fix adding/removing hostpci devices forcing vm recreation (#504) (a038fd3)
  • vm: support PCI device resource mapping (#500) (2697054)

Bug Fixes

  • vm: fix CloudInit datastore change support (#509) (73c1294)
  • vm: fix index out of range when unmarshalling custompcidevice (#496) (78d6683)
  • vm: fixed startup / shutdown behaviour on HA clusters (#508) (148a9e0)
  • vm: no IP address detection when VM contains bridges (#493) (9fd9d21)

Miscellaneous

  • deps: bump github.com/golangci/golangci-lint from 1.54.0 to 1.54.1 in /tools (#489) (e4f9888)
  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.3.4 to 1.3.5 (#512) (98ae6a8)
  • deps: bump github.com/pkg/sftp from 1.13.5 to 1.13.6 (#488) (9045183)
  • vm: fix linter errors (#506) (1896ea0)

v0.29.0

10 Aug 21:45
73ff94b
Compare
Choose a tag to compare

0.29.0 (2023-08-10)

Features

  • file: ensure upload of ISO/VSTMPL is completed upon resource creation (#471) (f901e71)

Bug Fixes

  • user: make password attribute optional (#474) (244e061)
  • vm: default disk cache is not set to none if not specified for an existing disk (#478) (8d0b3ed)
  • vm: ensure startup / shutdown delay is applied when order is not configured (#479) (2cf64b8)

Miscellaneous

  • deps-dev: bump commonmarker from 0.23.9 to 0.23.10 in /docs (#472) (2e16fbb)
  • deps: bump github.com/golangci/golangci-lint from 1.53.3 to 1.54.0 in /tools (#482) (390f03c)
  • deps: bump github.com/goreleaser/goreleaser from 1.19.2 to 1.20.0 in /tools (#481) (eb3d847)
  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.4 (#466) (8a5a533)
  • deps: bump github.com/hashicorp/terraform-plugin-framework-validators from 0.10.0 to 0.11.0 (#467) (7c9e3ed)
  • deps: bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#465) (185e98f)
  • deps: bump goreleaser/goreleaser-action from 4.3.0 to 4.4.0 (#480) (a7047da)

v0.28.0

06 Aug 17:45
8803bb0
Compare
Choose a tag to compare

0.28.0 (2023-08-06)

Features

Bug Fixes

Miscellaneous

v0.27.0

30 Jul 19:14
c785279
Compare
Choose a tag to compare

0.27.0 (2023-07-30)

Features

  • vm: add support for disk cache option (#443) (cfe3d96)
  • vm: add support for start/shutdown order configuration (#445) (b045746)

Bug Fixes

  • vm: cloned VM with efi_disk got re-created at re-apply (#447) (c1e7cea)

Miscellaneous

v0.26.0

29 Jul 02:16
aefa349
Compare
Choose a tag to compare

0.26.0 (2023-07-29)

Features

  • core: migrate version datasource to TF plugin framework (#440) (a9a7329)

Miscellaneous

  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 (#439) (d82a08d)
  • docs: Update README.md (#442) (8e2d180)

v0.25.0

21 Jul 00:02
f68e8ea
Compare
Choose a tag to compare

0.25.0 (2023-07-20)

Features

  • lxc: add support for lxc mount points (#394) (beef9b1)

Bug Fixes

  • vm: Don't add an extra efi_disk entry (#435) (6781c03)
  • vm: fix for the api call upon empty disks (#436) (aea9846)

Miscellaneous

  • cleanup resource validators & utility code (#438) (b2a27f3)
  • deps: bump github.com/hashicorp/terraform-plugin-mux from 0.11.1 to 0.11.2 (#432) (4324b29)
  • deps: bump github.com/skeema/knownhosts from 1.1.1 to 1.2.0 (#433) (b9ee3ae)

v0.24.2

16 Jul 18:15
45590ef
Compare
Choose a tag to compare

0.24.2 (2023-07-16)

Bug Fixes

  • vm: do not reboot VM on config change if it is not running (#430) (0281bc8)

v0.24.1

16 Jul 17:39
a1d7644
Compare
Choose a tag to compare

0.24.1 (2023-07-16)

Bug Fixes

  • firewall: add VM / container ID validation to firewall rules (#424) (6a3bc03)
  • vm: add interface argument to cdrom block (#429) (b86fa23)
  • vm: add missing unmarshal for vm custom startup order (#428) (e59b06e)

v0.24.0

09 Jul 02:28
041c71e
Compare
Choose a tag to compare

0.24.0 (2023-07-09)

Features

Bug Fixes

  • firewall: ignore non-existent rules at read/delete (#415) (fc3bbc3)
  • node: fix error when listing network interfaces of a node (#412) (16ee6a9)
  • node: ignore field bridge_fd when listing network interfaces of a node (#414) (01a8456)

Miscellaneous

  • deps: bump github.com/goreleaser/goreleaser from 1.18.2 to 1.19.1 in /tools (#403) (0597217)
  • deps: bump github.com/goreleaser/goreleaser from 1.19.1 to 1.19.2 in /tools (#417) (7240715)
  • deps: bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 in /tools (#418) (6a309ac)
  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.3.1 to 1.3.2 (#401) (908713a)
  • deps: bump github.com/hashicorp/terraform-plugin-go from 0.16.0 to 0.17.0 (#399) (24ee318)
  • deps: bump github.com/hashicorp/terraform-plugin-go from 0.17.0 to 0.18.0 (#408) (f494525)
  • deps: bump github.com/hashicorp/terraform-plugin-mux from 0.10.0 to 0.11.1 (#400) (1a6cfb2)
  • deps: bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.27.0 (#402) (af56c4b)
  • deps: bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#416) (5e173e0)
  • refactoring: remove accidentally added types2 import alias (#409) (feac6b0)