Releases: bpg/terraform-provider-proxmox
Releases · bpg/terraform-provider-proxmox
v0.35.0
v0.34.0
0.34.0 (2023-10-10)
Features
- lxc: add support for the
start_on_boot
option (#605) (d36cf4e) - provider: configure temp directory (#607) (06ad004)
- vm: add option to enable multiqueue in network devices (#614) (be5251d)
Bug Fixes
- lxc: cloned container does not start by default (#615) (d5994a2)
- lxc: create container when authenticated with API token (#610) (32bdc94)
- lxc: multi-line description always shows as changed (#611) (088ad09)
Miscellaneous
v0.33.0
v0.32.2
v0.32.1
0.32.1 (2023-09-23)
Bug Fixes
- cluster: inconsistencies in applying cluster options (#573) (03f3ed7)
- network: remove computed flag from mtu attribute (#572) (5720fe4)
Miscellaneous
- code: bump go to v1.21 (#585) (11c0940)
- code: re-organize and cleanup "fwk provider"'s code (#568) (7d064a8)
- deps: bump github.com/skeema/knownhosts from 1.2.0 to 1.2.1 (#584) (7890212)
- docs: add "Proof of Work" section to the PR template (#583) (de1eb2b)
- docs: add a note about DCO to CONTRIBUTING.md (#574) (d0c9b45)
- docs: update
proxmox_virtual_environment_file
documentation (#580) (7dde53c)
v0.32.0
0.32.0 (2023-09-13)
Features
Bug Fixes
Miscellaneous
- ci: cleanup and update project configs (#549) (edec5bf)
- code: remove redundant
types2
import aliases (#564) (2dee65b) - deps: bump crazy-max/ghaction-import-gpg from 5 to 6 (#558) (1f8330a)
- deps: bump github.com/hashicorp/terraform-plugin-* dependencies (#561) (3d7fbaa)
- deps: bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#554) (1040aab)
- deps: bump goreleaser/goreleaser-action from 4.4.0 to 5.0.0 (#560) (ac556b5)
v0.31.0
0.31.0 (2023-09-04)
Features
- file: FORMAT CHANGE: update import id, so it matches the resource's format:
<node_name>/<datastore_id>:<content_type>/<file>
(#543) (7ace07d) - lxc: add support for
keyctl
andfuse
features (#537) (8ce9006) - provider: add optional SSH port param to node in provider ssh block (#520) (124cac2)
Bug Fixes
- provider: panic crash in provider, interface conversion error (#545) (13326bb)
- vm: explicitly allow
""
as a value for CloudInit interfaces (#546) (0233053)
Miscellaneous
v0.30.3
v0.30.2
0.30.2 (2023-08-31)
Bug Fixes
- core: improve error handling while waiting for PVE tasks to complete (#526) (6f02df4)
- file: forced replacement of file resources that missing
timeout_upload
attribute (#528) (11d8261) - node: creating linux_bridge with 'vlan_aware=false' or 'autostart=false' (#529) (f00e48a)
- provider: User-settable VLAN ID and name (#518) (5599c7a)