Skip to content

Releases: bpg/terraform-provider-proxmox

v0.53.0

11 Apr 02:41
8187d2e
Compare
Choose a tag to compare

0.53.0 (2024-04-10)

Features

Bug Fixes

  • firewall: remove strict validation for rule.iface attribute (#1199) (ae88cf6)
  • vm: panic if initialization.user_account_keys contains null (#1197) (b4174a7)
  • vm: panic if numa block is empty (#1196) (c273111)

Miscellaneous

v0.52.0

08 Apr 02:03
a1058f4
Compare
Choose a tag to compare

0.52.0 (2024-04-07)

Features

Bug Fixes

  • vm: regression: provider always tries to update memory.*hugepages even if it is not specified (#1188) (31b6812)

Miscellaneous

v0.51.1

04 Apr 23:54
c1c4cf1
Compare
Choose a tag to compare

0.51.1 (2024-04-04)

Bug Fixes

  • vm: regressions: provider always tries to update cpu.affinity even if it is not specified (#1182) (82d435f)

Miscellaneous

  • ci: update actions/create-github-app-token action (v1.9.0 → v1.9.2) (#1177) (7358257)
  • deps: update golang.org/x/exp digest (a685a6e → c0f41cb) (#1183) (e680aa9)

v0.51.0

30 Mar 12:20
13b25df
Compare
Choose a tag to compare

0.51.0 (2024-03-30)

Features

  • vm: add proxmox_virtual_environment_node datasource (#1151) (9fee8c1)
  • vm: add support for cpu affinity attribute (#1148) (#1153) (83a5971)
  • vm: add support for memory hugepages and keep_hugepages attributes (#1158) (a2f055a)

Bug Fixes

  • lxc: improve configurable timeouts for containers operations (#1161) (c45e336)
  • prevent authenticating multiple times in parallel (#1168) (e87bc4b)
  • vm: re-use ide, sata, and scsi cloud-init storage (#1083) (#1141) (d41463d)

Miscellaneous

  • deps: update golang.org/x/exp digest (a85f2c6 → a685a6e) (#1171) (e60ee99)
  • deps: update module github.com/golangci/golangci-lint (v1.56.2 → v1.57.1) in /tools (#1149) (48756b6)
  • deps: update module github.com/golangci/golangci-lint (v1.57.1 → v1.57.2) in /tools (#1172) (02efdc4)
  • deps: update module github.com/hashicorp/terraform-plugin-framework (v1.6.1 → v1.7.0) (#1150) (e5ef91e)

v0.50.0

21 Mar 03:29
1530fa3
Compare
Choose a tag to compare

0.50.0 (2024-03-21)

Features

  • lxc: add configurable timeout for container creation (#1146) (84440d8)
  • lxc: support hook script for LXC (#1140) (0deaf18)
  • vm: add support for disconnected attribute in network interface (#1129) (11ca880)

Bug Fixes

  • docs: fix sudo configuration steps (#1132) (0c6ecb8)
  • docs: typo in container.console attribute mode -> type (#1133) (5cd6b4a)
  • examples: datastore_id is missing in initialization block for vm (#1136) (6a5becc)

Miscellaneous

  • deps: bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible in /tools (#1142) (f4c80ad)
  • deps: update golang.org/x/exp digest (814bf88 → c7f7c64) (#1130) (ab51262)
  • deps: update golang.org/x/exp digest (c7f7c64 → a85f2c6) (#1139) (6f8a472)
  • vm: refactoring: extract network device code from vm.go (#1127) (29b5438)

v0.49.0

15 Mar 11:32
279b41a
Compare
Choose a tag to compare

0.49.0 (2024-03-15)

Features

  • vm: add support for protection attribute (#1126) (cea65a8)
  • vm: add support for disk aio, backup, iops* attributes (#1124) (014b59e)

Miscellaneous

  • deps: bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /tools (#1121) (1ffc40b)
  • deps: update module github.com/skeema/knownhosts (v1.2.1 → v1.2.2) (#1123) (732f018)

v0.48.4

13 Mar 01:51
47d80b9
Compare
Choose a tag to compare

0.48.4 (2024-03-13)

Bug Fixes

  • ci: missing releases from HashiCorp Registry (#1118) (ffc64d2)

v0.48.3

12 Mar 00:57
b84e5c7
Compare
Choose a tag to compare

0.48.3 (2024-03-12)

Bug Fixes

  • provider: EOF error when closing SSH session (#1113) (b63f1b7)
  • vm: timeout when resizing a disk during clone (#1103) (449f9fc)

Miscellaneous

  • ci: update google-github-actions/release-please-action action (v4.0.2 → v4.1.0) (#1115) (04e7421)
  • deps: update module github.com/hashicorp/terraform-plugin-go (v0.22.0 → v0.22.1) (#1114) (a059728)
  • docs: update terraform local (2.4.1 → 2.5.1) (#1116) (29d60f5)
  • minor cleanups and doc updates (#1108) (27dbcad)

v0.48.2

09 Mar 00:53
1061e0e
Compare
Choose a tag to compare

0.48.2 (2024-03-09)

Bug Fixes

  • network: multiple fixes to network_linux_bridge resource (#1095) (4aed7cb)
  • provider: allow LDAP realm API tokens (#1101) (461321c)

Miscellaneous

  • deps: bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 in /tools (#1102) (4bc7b29)
  • deps: update github.com/hashicorp/terraform-plugin-* (#1096) (4cac320)
  • deps: update module golang.org/x/crypto (v0.20.0 → v0.21.0) (#1097) (3b9739a)
  • deps: update module golang.org/x/net (v0.21.0 → v0.22.0) (#1105) (7dea6f6)

v0.48.1

05 Mar 03:05
991db34
Compare
Choose a tag to compare

0.48.1 (2024-03-05)

Bug Fixes

  • ci: TestAccResourceVMNetwork acc test fails when run on CI (#1092) (61a0fcd)
  • docs: fix wrong startup delay attributes (#1088) (85705fd)

Miscellaneous