Skip to content

Releases: bpg/terraform-provider-proxmox

v0.13.0

17 Feb 22:00
6bb6bac
Compare
Choose a tag to compare

0.13.0 (2023-02-17)

Features

Bug Fixes

  • vm: proxmox_virtual_environment_file.changed stored as true at file creation (#240) (197c9e5)

Miscellaneous

  • deps: bump activesupport from 6.0.6.1 to 6.1.7.1 in /docs (#235) (ffa39c1)
  • deps: bump github.com/goreleaser/goreleaser from 1.15.1 to 1.15.2 in /tools (#237) (80dfceb)
  • deps: bump github.com/hashicorp/terraform-plugin-log from 0.7.0 to 0.8.0 (#239) (dbe26ed)
  • deps: bump golang.org/x/crypto from 0.5.0 to 0.6.0 (#238) (2b99349)

v0.12.1

07 Feb 15:15
4bc3b8d
Compare
Choose a tag to compare

0.12.1 (2023-02-07)

Bug Fixes

  • build: trailing space in provider's version (#233) (f97407d)
  • vm: ignore ssd disk flag with virtio interface (#231) (1de9294)

Miscellaneous

  • deps: bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.1 in /tools (#229) (f1022a5)
  • deps: bump github.com/goreleaser/goreleaser from 1.14.1 to 1.15.1 in /tools (#230) (722003e)

v0.12.0

06 Feb 04:22
ae91210
Compare
Choose a tag to compare

0.12.0 (2023-02-06)

Features

  • core: Add known hosts callback check for ssh connections (#217) (598c628)
  • lxc: Add unprivileged option (#225) (1918561)

Bug Fixes

  • vm: Don't add an extra hostpci entry (#223) (346c92b)
  • vm: Fix handling of empty kvm arguments (#228) (e2802d0)

Miscellaneous

  • deps: bump commonmarker from 0.23.6 to 0.23.7 in /docs (#220) (cef0227)
  • deps: bump gem dependencies in /docs (#221) (e0864c0)
  • deps: bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 (#222) (11fe9e5)
  • disable code coverage (#227) (a72fd27)

v0.11.0

24 Jan 02:36
216dce2
Compare
Choose a tag to compare

0.11.0 (2023-01-24)

Features

Miscellaneous

v0.10.0

18 Jan 04:04
4b2d4b5
Compare
Choose a tag to compare

0.10.0 (2023-01-18)

Features

  • lxc: Add option to customize RootFS size at LXC creation (#207) (dd9ffe1)
  • vm: add support for "args" flag for VM (#205) (8bd3fd7)

Bug Fixes

v0.9.1

02 Jan 20:43
9101977
Compare
Choose a tag to compare

0.9.1 (2023-01-02)

Bug Fixes

  • vm: Make so that on_boot can be changed with update (#199) (496ab32)

v0.9.0

02 Jan 02:26
d1fbdee
Compare
Choose a tag to compare

0.9.0 (2023-01-01)

Features

  • vm: Add cloud-init network-config support (#197) (79a2101)
  • vm: Add hostpci support (01d2050)
  • vm: Deletion of VM should also purge all storages and configs (13080b4)
  • vm: OnBoot: change default to true (#191) (60a6818)

v0.8.0

13 Dec 04:11
b9c51e6
Compare
Choose a tag to compare

0.8.0 (2022-12-13)

Features

  • add support for "ssd" disk flag for VM (#181) (2907346)
  • add support for network_device MTU (#176) (3c02cb1)
  • add support for VM tags (#169) (ade1d49)
  • add the ability to clone to non-shared storage on different nodes (#178) (0df14f9)

Bug Fixes

  • Check if any interface has global unicast address instead of all interfaces (#182) (722e010)
  • handling datastore_id in LXC template (#180) (63dc5cb)
  • Remove cloned ide2 before creating new one (#174) (#175) (2766555)

v0.7.0

18 Nov 02:22
e6e2478
Compare
Choose a tag to compare

0.7.0 (2022-11-18)

Features

  • Add support for custom cloud-init vendor data file (#162) (9e34dfb)

Bug Fixes

v0.6.4

17 Oct 05:46
@bpg bpg
66f965d
Compare
Choose a tag to compare

0.6.4 (2022-10-17)

Bug Fixes