Releases: bpg/terraform-provider-proxmox
Releases · bpg/terraform-provider-proxmox
v0.30.1
v0.30.0
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
v0.29.0
0.29.0 (2023-08-10)
Features
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
v0.27.0
v0.26.0
v0.25.0
v0.24.2
v0.24.1
v0.24.0
0.24.0 (2023-07-09)
Features
- add import support for a lot of resources (#390) (4147ff6)
- vm: add more valid cpu types (#411) (e9a9fd7)
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)