Skip to content

Releases: bpg/terraform-provider-proxmox

v0.35.0

17 Oct 00:31
3db9871
Compare
Choose a tag to compare

0.35.0 (2023-10-17)

Features

  • vm: add 'path_in_datastore' disk argument (#606) (aeb5e88)

Bug Fixes

  • lxc: unmarshal string/int vmid as int when read container status (#622) (b90445a)
  • provider: add informative error around ssh-agent (#620) (388ce7c)

Miscellaneous

  • deps: bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#624) (21e48c7)
  • deps: bump golang.org/x/net from 0.13.0 to 0.17.0 (#616) (29894bd)
  • deps: bump golang.org/x/net from 0.15.0 to 0.17.0 in /tools (#617) (7287f5d)

v0.34.0

10 Oct 01:27
7374942
Compare
Choose a tag to compare

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

  • deps: bump github.com/hashicorp/terraform-plugin-framework from 1.4.0 to 1.4.1 (#612) (a266496)
  • deps: bump golang.org/x/crypto from 0.13.0 to 0.14.0 (#613) (0150a97)

v0.33.0

02 Oct 02:46
9e542ad
Compare
Choose a tag to compare

0.33.0 (2023-10-02)

Features

  • file: add optional overwrite flag to the file resource (#593) (5e24a75)
  • vm: allow scsi and sata interfaces for CloudInit Drive (#598) (0b8f2e2)

Bug Fixes

  • api: set min TLS version 1.3, secure HTTP-only cookie (#596) (16ebf30)

Miscellaneous

v0.32.2

28 Sep 01:56
dfbf89b
Compare
Choose a tag to compare

0.32.2 (2023-09-28)

Bug Fixes

  • tasks: fix UPID (task id) parsing error (#591) (294a9da)

Miscellaneous

  • deps: bump github.com/goreleaser/goreleaser from 1.20.0 to 1.21.0 in /tools (#587) (2573323)
  • deps: bump github.com/goreleaser/goreleaser from 1.21.0 to 1.21.2 in /tools (#592) (2621aad)

v0.32.1

25 Sep 01:09
4640cd0
Compare
Choose a tag to compare

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

13 Sep 03:07
dc5e0ad
Compare
Choose a tag to compare

0.32.0 (2023-09-13)

Features

  • cluster: add cluster options resource (#548) (de8b4ec)

Bug Fixes

  • lxc,vm: error unmarshalling string cpulimit (#563) (11a8ec0)

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

04 Sep 20:34
79eafe4
Compare
Choose a tag to compare

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 and fuse 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

  • code: fix proxmox package dependencies (#536) (5ecf135)
  • deps: bump actions/checkout from 3 to 4 (#541) (44d6d6b)

v0.30.3

01 Sep 01:51
4ccceba
Compare
Choose a tag to compare

0.30.3 (2023-09-01)

Bug Fixes

  • file: file upload in multi-node PVE cluster (#533) (ef2f2c1)

v0.30.2

31 Aug 01:39
f95970d
Compare
Choose a tag to compare

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)

Miscellaneous

  • deps: bump activesupport from 7.0.6 to 7.0.7.1 in /docs (#522) (cd7927b)
  • deps: bump github.com/hashicorp/terraform-plugin-framework-validators from 0.11.0 to 0.12.0 (#530) (e35443a)
  • deps: bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.27.0 to 2.28.0 (#524) (5556b17)

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)