Releases: bpg/terraform-provider-proxmox
Releases · bpg/terraform-provider-proxmox
v0.73.1
0.73.1 (2025-03-10)
Bug Fixes
Miscellaneous
- ci: update actions/create-github-app-token action (v1.11.5 → v1.11.6) (#1809) (1145718)
- ci: update googleapis/release-please-action action (v4.1.3 → v4.1.4) (#1804) (748fb0d)
- ci: update googleapis/release-please-action action (v4.1.4 → v4.2.0) (#1812) (b526e75)
- deps: update module github.com/avast/retry-go/v4 (v4.6.0 → v4.6.1) (#1791) (b3c862b)
- deps: update module github.com/hashicorp/go-cty (v1.4.1-0.20241127173709-a0325cb22c13 → v1.4.1) (#1811) (51b93cf)
- deps: update module github.com/rogpeppe/go-internal (v1.13.1 → v1.14.0) (#1792) (c5e4d5c)
- deps: update module github.com/rogpeppe/go-internal (v1.14.0 → v1.14.1) (#1805) (ed1b25a)
- deps: update module golang.org/x/crypto (v0.34.0 → v0.35.0) (#1793) (a04ff63)
- deps: update module golang.org/x/crypto (v0.35.0 → v0.36.0) (#1813) (be6ddb4)
- deps: update module golang.org/x/net (v0.35.0 → v0.37.0) (#1814) (c126928)
- docs: update sponsorship section (#1803) (654a5fc)
v0.73.0
0.73.0 (2025-02-24)
Features
Miscellaneous
- build: update Go version and linter /documentation workflows (#1789) (8ed271b)
- deps: update github.com/hashicorp/terraform-plugin-* (#1782) (9c46bf0)
- deps: update module github.com/google/go-cmp (v0.6.0 → v0.7.0) (#1783) (f516f80)
- deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.36.0 → v2.36.1) (#1781) (74141bf)
- deps: update module golang.org/x/crypto (v0.33.0 → v0.34.0) (#1784) (e013e54)
v0.72.0
0.72.0 (2025-02-17)
Features
Bug Fixes
Miscellaneous
- ci: update actions/create-github-app-token action (v1.11.3 → v1.11.5) (#1773) (3d48a97)
- ci: update goreleaser/goreleaser-action action (v6.1.0 → v6.2.1) (#1764) (54624fb)
- code: update linters config (#1775) (45806f3)
- deps: update module github.com/golangci/golangci-lint (v1.63.4 → v1.64.2) in /tools (#1765) (6e21bca)
- deps: update module github.com/golangci/golangci-lint (v1.64.2 → v1.64.4) in /tools (#1769) (a5251d1)
- deps: update module github.com/golangci/golangci-lint (v1.64.4 → v1.64.5) in /tools (#1772) (417cdff)
- deps: update module golang.org/x/net (v0.34.0 → v0.35.0) (#1766) (d350c65)
- docs: add security policy (#1758) (cbff3e4)
- docs: remove broken links from SECURITY.md (#1776) (4c06d0f)
- docs: reorganize API token auth section (#1761) (4057d13)
- docs: update project documentation and contribution guidelines (#1756) (8c0c79b)
v0.71.0
0.71.0 (2025-02-09)
Features
- cluster: add
proxmox_virtual_environment_metrics_server
resource (#1719) (d1cc214) - vm: deprecate
enabled
attribute oncdrom
/disk
devices (#1746) (5f00314)
Bug Fixes
- file: fix for datastore does not support content type "dump" (#1752) (0aa2b50)
- lxc: allow container disk size 0 for lxc zfs/brfs subvols (#1737) (2925ae6)
- provider: improve provider credentials error handling (#1754) (f221a85)
Miscellaneous
- ci: update actions/create-github-app-token action (v1.11.2 → v1.11.3) (#1743) (ccc263f)
- ci: update lycheeverse/lychee-action action (v2.2.0 → v2.3.0) (#1744) (0700975)
- deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.35.0 → v2.36.0) (#1745) (bf9c496)
- deps: update module golang.org/x/crypto (v0.32.0 → v0.33.0) (#1751) (96594e4)
- docs: update terraform proxmox (0.70.0 → 0.70.1) (#1741) (9bd0b57)
v0.70.1
0.70.1 (2025-01-31)
Bug Fixes
- lxc: support
device_passthrough
config on non-clone container (#1722) (e92b006) - vm:
vga
block defaults handling during create / clone (#1732) (c992dfc)
Miscellaneous
- ci: update actions/create-github-app-token action (v1.11.1 → v1.11.2) (#1733) (4d89d34)
- deps: update module github.com/brianvoe/gofakeit/v7 (v7.1.2 → v7.2.1) (#1735) (d4b1d5f)
- deps: update module github.com/hashicorp/terraform-plugin-go (v0.25.0 → v0.26.0) (#1726) (198f0ad)
- deps: update module github.com/hashicorp/terraform-plugin-mux (v0.17.0 → v0.18.0) (#1727) (e031a38)
- deps: update module github.com/skeema/knownhosts (v1.3.0 → v1.3.1) (#1734) (4cedbf1)
- docs: update terraform proxmox (0.69.1 → 0.70.0) (#1717) (56f81cc)
- testacc: add missing acceptance build tags, improve vscode settings (#1723) (974a3c9)
- testacc: update apt repository acceptance tests (#1725) (5e7e799)
v0.70.0
0.70.0 (2025-01-18)
Features
- docs: basic guide how to clone a VM template (#1716) (ccaae92)
- lxc: add support for
device_passthrough
config option (#1706) (7cbd1b4)
Bug Fixes
- vm: do not delete a VM during retry on
create
(#1711) (c57dc78) - vm: handle PVE node availability in VM datasource (#1715) (3ecd044)
Miscellaneous
- deps: update module github.com/hashicorp/terraform-plugin-framework-timeouts (v0.4.1 → v0.5.0) (#1714) (eccd55f)
- deps: update module golang.org/x/crypto (v0.31.0 → v0.32.0) (#1702) (d22f9d3)
- deps: update module golang.org/x/net (v0.33.0 → v0.34.0) (#1703) (3808aef)
- docs: add 'stop_on_destroy' configuration to cloud image examples (#1705) (ab09b09)
- docs: update README.md (#1707) (6f65789)
v0.69.1
0.69.1 (2025-01-04)
Miscellaneous
- build: update devcontainer and CI workflows (#1691) (5ec64b8)
- ci: update actions/create-github-app-token action (v1.11.0 → v1.11.1) (#1692) (0f3798b)
- ci: update jetbrains/qodana-action action (v2024.3.3 → v2024.3.4) (#1694) (493cbac)
- ci: update lycheeverse/lychee-action action (v2.1.0 → v2.2.0) (#1690) (1afaf6c)
- deps: update golang.org/x/exp digest (b2144cd → 7d7fa50) (#1696) (100e8c7)
- deps: update module github.com/golangci/golangci-lint (v1.62.2 → v1.63.4) in /tools (#1697) (9257a11)
- deps: update module golang.org/x/net (v0.32.0 → v0.33.0) [security] (#1688) (a637884)
- docs: update README.md (#1698) (b3170c3)
v0.69.0
0.69.0 (2024-12-18)
⚠ BREAKING CHANGES
- vm: improve
cpu.architecture
handling (#1683)
Bug Fixes
- vm: edge case of deleting incomplete VM if
create
fails and provider retries (#1684) (bf9e243) - vm: improve
cpu.architecture
handling (#1683) (be6f220) - vm: retry
start
if it fails with a transient error (#1685) (9d2118d)
Miscellaneous
- ci: pin image versions in CI workflows (#1686) (59c9f1e)
- ci: update jetbrains/qodana-action action (v2024.2.6 → v2024.3.2) (#1676) (c6e0d94)
- ci: update jetbrains/qodana-action action (v2024.3.2 → v2024.3.3) (#1687) (943889d)
- deps: update golang.org/x/exp digest (1829a12 → b2144cd) (#1682) (1069543)
- deps: update golang.org/x/exp digest (43b7b7c → 1829a12) (#1675) (3ac0c57)
- deps: update module github.com/hashicorp/terraform-plugin-framework-validators (v0.15.0 → v0.16.0) (#1678) (84fbdce)
- deps: update module golang.org/x/crypto (v0.30.0 → v0.31.0) [security] (#1673) (476a6b8)
v0.68.1
0.68.1 (2024-12-07)
Bug Fixes
- vm:
timeout_create
/timeout_clone
does not always apply (#1671) (a57bd7e) - vm: add validation for
node_name
values (#1659) (106bcd2)
Miscellaneous
- deps: update github.com/hashicorp/go-cty digest (8598007 → a0325cb) (#1661) (c865896)
- deps: update golang.org/x/exp digest (2d47ceb → 43b7b7c) (#1667) (4490fe8)
- deps: update module github.com/hashicorp/terraform-plugin-docs (v0.20.0 → v0.20.1) in /tools (#1662) (3a9764e)
- deps: update module golang.org/x/crypto (v0.29.0 → v0.30.0) (#1668) (b97df0b)
- deps: update module golang.org/x/net (v0.31.0 → v0.32.0) (#1669) (e56c627)
- docs: add examples with VM hostname configuration to cloud-init guide (#1670) (dc73e0b)
- docs: update README.md to PVE 8.3 (#1663) (00497f3)