Releases: bpg/terraform-provider-proxmox
Releases · bpg/terraform-provider-proxmox
v0.56.1
v0.56.0
0.56.0 (2024-05-12)
Features
- access: add ACL resource (#1166) (afcbb41)
- access: add proxmox user token (#1159) (8220271)
- provider: add support for
ssh-agent
on Windows (#1270) (ccf4834)
Miscellaneous
- ci: update actions/checkout action (v4.1.4 → v4.1.5) (#1278) (10774f4)
- ci: update goreleaser/goreleaser-action action (v5.0.0 → v5.1.0) (#1284) (78f9d6e)
- ci: update hashicorp/setup-terraform action (v3.1.0 → v3.1.1) (#1279) (e79cf12)
- ci: update jetbrains/qodana-action action (v2024.1.3 → v2024.1.4) (#1280) (6ae9b58)
- deps: update go (1.22.2 → 1.22.3) (#1273) (097f3f9)
- deps: update module github.com/brianvoe/gofakeit/v7 (v7.0.2 → v7.0.3) (#1274) (2be83eb)
- deps: update module github.com/gorilla/schema (v1.2.1 → v1.3.0) (#1276) (1f80e9d)
- deps: update module github.com/hashicorp/terraform-plugin-mux (v0.15.0 → v0.16.0) (#1277) (ff98439)
- deps: update tools (#1275) (d3ea1ac)
v0.55.1
0.55.1 (2024-05-06)
Bug Fixes
- code: update acc tests to PVE 8.2 (#1269) (0b35f47)
- vm: fix timeout when resizing custom disk at create (#1260) (10790f6)
- vm: only set
initialization.upgrade
attribute when not using custom cloud-init file (#1253) (9762405) - vm: use
raw
file format forefi_disk
by default (#1249) (b3caf6a)
Miscellaneous
- ci: update actions/create-github-app-token action (v1.9.3 → v1.10.0) (#1262) (ce47411)
- ci: update jetbrains/qodana-action action (v2024.1.2 → v2024.1.3) (#1261) (f08d139)
- deps: update module github.com/golangci/golangci-lint (v1.57.2 → v1.58.0) in /tools (#1258) (452b24b)
- deps: update module github.com/hashicorp/terraform-plugin-go (v0.22.2 → v0.23.0) (#1266) (02302cb)
- deps: update module golang.org/x/crypto (v0.22.0 → v0.23.0) (#1267) (c21da7e)
- deps: update module golang.org/x/exp (v0.0.0-20240416160154-fe59bbe5cc7f → v0.0.0-20240506185415-9bf2ced13842) (#1265) (6bacbe8)
- deps: update module golang.org/x/net (v0.24.0 → v0.25.0) (#1268) (2672bf3)
v0.55.0
0.55.0 (2024-04-30)
Features
- cluster: Extend the available attributes for the
proxmox_virtual_environment_cluster_options
resource (#1241) (2eb36f4) - vm: add initial support for IDE (#1237) (bd195d6)
Miscellaneous
- ci: update actions/checkout action (v4.1.1 → v4.1.3) (bb44a8d)
- ci: update actions/checkout action (v4.1.3 → v4.1.4) (229883b)
- ci: update hashicorp/setup-terraform action (v3.0.0 → v3.1.0) (84778a3)
- ci: update jetbrains/qodana-action action (v2024.1.1 → v2024.1.2) (4da06ec)
- ci: update lycheeverse/lychee-action action (v1.9.3 → v1.10.0) (0839c92)
- deps: update go (1.22.0 → 1.22.2) (#1234) (ee939a3)
- deps: update module github.com/hashicorp/terraform-plugin-docs (v0.19.1 → v0.19.2) in /tools (#1247) (b9429cb)
- deps: update tools (#1238) (e13bb03)
- remove unused code (#1236) (efd0d7b)
- vm2: experiment with sets, add
tags
support (#1232) (961404d) - vm2: experimental support for
clone
and inherited attributes (#1235) (7209fe0)
v0.54.0
0.54.0 (2024-04-19)
Features
Bug Fixes
- vm,lxc,file: improve timeouts handling (#1222) (0c9c206)
- vm: state drift due to disk re-ordering (#1215) (ad036a6)
Miscellaneous
- code: reorganize HA & node network code (#1218) (163a773)
- deps: bump golang.org/x/net from 0.22.0 to 0.23.0 in /tools (#1225) (7e4710d)
- deps: update github.com/hashicorp/terraform-plugin-* (#1228) (5a606ec)
- deps: update go (1.22.0 → 1.22.2) in /tools (#1227) (c7e36ee)
- deps: update golang.org/x/exp digest (93d18d7 → fe59bbe) (#1226) (83d835f)
- deps: update module github.com/avast/retry-go/v4 (v4.5.1 → v4.6.0) (#1229) (9387845)
- deps: update tools (#1216) (1bf3bf0)
- vm2: initial experimental VM resource implementation using Plugin Framework (#1230) (d8202dd)
- vm: fix acceptance test for hardware mapping (#1223) (653e6f2)
v0.53.1
v0.53.0
0.53.0 (2024-04-10)
Features
- vm: add Intel E1000E support (#1191) (f0a7afa)
- vm: add support for
initialization.upgrade
attribute (#1203) (59972dc)
Bug Fixes
- firewall: remove strict validation for
rule.iface
attribute (#1199) (ae88cf6) - vm: panic if
initialization.user_account_keys
containsnull
(#1197) (b4174a7) - vm: panic if
numa
block is empty (#1196) (c273111)
Miscellaneous
v0.52.0
v0.51.1
v0.51.0
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
andkeep_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)