Releases: bpg/terraform-provider-proxmox
Releases Β· bpg/terraform-provider-proxmox
v0.67.1
v0.67.0
0.67.0 (2024-11-20)
Features
- provider: better error logging when provider can't generate a VM/Container ID (#1645) (071cad4)
- vm: add CPU type support for EPYC-v4 (#1611) (8b51e99)
Bug Fixes
Miscellaneous
- ci: remove semgrep workflow (#1644) (e1e55f9)
- ci: update crazy-max/ghaction-import-gpg action (v6.1.0 β v6.2.0) (#1613) (21dd8ee)
- ci: update goreleaser/goreleaser-action action (v6.0.0 β v6.1.0) (#1627) (93c391c)
- ci: update jetbrains/qodana-action action (v2024.2.5 β v2024.2.6) (#1612) (46ab49c)
- ci: update lycheeverse/lychee-action action (v2.0.2 β v2.1.0) (#1628) (32d6b7d)
- config: migrate config .github/renovate.json5 (2e27b4a)
- config: migrate renovate config (#1632) (2e27b4a)
- deps: update github.com/hashicorp/terraform-plugin-* (#1614) (be6b660)
- deps: update golang.org/x/exp digest (f66d83c β 2d47ceb) (#1626) (eeefa36)
- deps: update module github.com/brianvoe/gofakeit/v7 (v7.0.4 β v7.1.2) (#1606) (c0048db)
- deps: update module github.com/golangci/golangci-lint (v1.61.0 β v1.62.0) in /tools (#1634) (e67a8f7)
- deps: update module github.com/hashicorp/terraform-plugin-docs (v0.19.4 β v0.20.0) in /tools (#1629) (5aaf61e)
- deps: update module github.com/hashicorp/terraform-plugin-sdk/v2 (v2.34.0 β v2.35.0) (#1615) (fea548c)
- deps: update module github.com/hashicorp/terraform-plugin-testing (v1.10.0 β v1.11.0) (#1643) (8c17e81)
- docs: clarify use of
dump
content type inproxmox_virtual_environment_file
resource (#1635) (ca22717)
v0.66.3
0.66.3 (2024-10-25)
Bug Fixes
- tests: add missing example.tfrc to test api-authentication folder (#1596) (1e57684)
- vm: incorrect detection of disk resize (#1602) (2781d75)
Miscellaneous
- ci: update actions/checkout action (v4.2.1 β v4.2.2) (#1603) (547b314)
- ci: update jetbrains/qodana-action action (v2024.2.3 β v2024.2.5) (#1604) (c4a6190)
- ci: update lycheeverse/lychee-action action (v2.0.1 β v2.0.2) (#1595) (18fc8d4)
- deps: update module github.com/hashicorp/terraform-plugin-framework-validators (v0.13.0 β v0.14.0) (#1598) (7a26cfe)
- deps: update module github.com/pkg/sftp (v1.13.6 β v1.13.7) (#1605) (0453e71)
- tests: add script to test/view api-authentication successes/failures (#1562) (bce2ceb)
v0.66.2
0.66.2 (2024-10-12)
Bug Fixes
- docs: typo in cloud-image.md guide, exiting -> existing (#1584) (af7b0e7)
- docs: update README.md (#1578) (51d0338)
- vm: do not reboot at disk resize (#1580) (90c50fc)
Miscellaneous
- ci: update actions/checkout action (v4.2.0 β v4.2.1) (#1581) (95f00ef)
- ci: Update lycheeverse/lychee-action action (v1.10.0 β v2.0.0) (#1583) (d1d8228)
- ci: update lycheeverse/lychee-action action (v2.0.0 β v2.0.1) (#1590) (dcb8b60)
- deps: update golang.org/x/exp digest (225e2ab β f66d83c) (#1586) (e103029)
v0.66.1
v0.66.0
0.66.0 (2024-10-04)
Features
- provider: add support for pre(external) auth'd session tokens (#1441) (eb2f36b)
- provider: reliable sequential and random
vm_id
generation (#1557) (72f7cb8) - vm: add support for
watchdog
(#1556) (d226b59)
Bug Fixes
- docs: correct url for template download in container resource example (#1563) (7266583)
- lxc: add new storage-backed mount point to existing container (#1553) (89d72cd)
- provider: handle IPv6 in ssh client (#1558) (18a7f8e)
Miscellaneous
v0.65.0
0.65.0 (2024-09-21)
Features
Bug Fixes
- file: respect
download_file.override
attr when checking for the file size change (#1537) (44e2814) - vm: handle more than 4
hostpci
devices (#1543) (569db6d)
Miscellaneous
- ci: update actions/create-github-app-token action (v1.10.4 β v1.11.0) (#1532) (831207b)
- ci: update jetbrains/qodana-action action (v2024.1.9 β v2024.2.3) (#1544) (13ceab8)
- deps: update github.com/hashicorp/terraform-plugin-* (#1545) (b5a4e32)
- deps: update golang.org/x/exp digest (e7e105d β 701f63a) (#1526) (b96532f)
- deps: update module github.com/golangci/golangci-lint (v1.60.3 β v1.61.0) in /tools (#1527) (356c978)
- docs: add example for host disk pass-through to VM (#1547) (e23d2f3)
- docs: improve
network_linux_bridge
documentation (#1538) (8f9b036) - docs: update terraform local (2.5.1 β 2.5.2) (#1535) (f1ce62e)
- docs: update terraform tls (4.0.5 β 4.0.6) (#1536) (a89cfbf)
- lxc: update list of supported OS-es in
operating_system.type
(#1548) (14a62a7)
v0.64.0
0.64.0 (2024-09-08)
Features
- acme: implement resources and data sources for ACME plugins (#1479) (a6eb81a)
- lxc: Implement support for container's "protection flag" (#1512) (9b34c48)
Bug Fixes
- docs: improve "SSH User" section describing
sudo
privileges (#1522) (84d55cf) - vm:
cpu.architecture
showed as new attribute at re-apply after creation (#1524) (c20d79d)
Miscellaneous
- ci: update actions/create-github-app-token action (v1.10.3 β v1.10.4) (#1518) (112f058)
- deps: update golang.org/x/exp digest (0cdaa3a β 9b4947d) (#1506) (0623bfd)
- deps: update golang.org/x/exp digest (9b4947d β e7e105d) (#1517) (273b3c9)
- deps: update module github.com/golangci/golangci-lint (v1.60.1 β v1.60.2) in /tools (#1499) (35cbe98)
- deps: update module github.com/golangci/golangci-lint (v1.60.2 β v1.60.3) in /tools (#1507) (5707fea)
- deps: update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp (v0.53.0 β v0.54.0) in /tools (#1509) (9172ec6)
- deps: update module golang.org/x/crypto (v0.26.0 β v0.27.0) (#1519) (3951bda)
- deps: update module golang.org/x/net (v0.28.0 β v0.29.0) (#1520) (a0bce8d)
- vm: add acc test for no cdrom by default (#1523) (35b6571)
v0.63.0
0.63.0 (2024-08-21)
Features
Bug Fixes
- doc: update virtual_environment_vm.md (#1495) (4f8e18d)
- firewall: remove limit for number of CIRDs in
ipset
(#1487) (55bfe14)
Miscellaneous
- ci: update hashicorp/setup-terraform action (v3.1.1 β v3.1.2) (#1498) (3f6bc5e)
- ci: update jetbrains/qodana-action action (v2024.1.8 β v2024.1.9) (#1484) (dd6d5ec)
- code: align resource/datasource names in the fwprovider code (#1488) (8f82d1a)
- deps: update go (1.22.6 β 1.23.0) (#1489) (3343a93)
- deps: update golang.org/x/exp digest (8a7402a β 0cdaa3a) (#1483) (e566c4e)
- deps: update module github.com/hashicorp/terraform-plugin-testing (v1.9.0 β v1.10.0) (#1485) (767f680)
- deps: update tools (#1490) (6635c89)
- devcontainer: configure provider override in post attach command (#1481) (daaedf2)
- example: update links to container images, use faster mirror (#1497) (abb0be4)
v0.62.0
0.62.0 (2024-08-08)
Features
Bug Fixes
- docs: document role privileges required by
proxmox_virtual_environment_download_file
(#1442) (2475d99) - storage: ignore
os.ErrClosed
from deferredfileReader.Close()
in storage.APIUpload (#1468) (e8bd1fc) - tools: ensure docs/guides files are copied correctly (#1464) (f7c3560)
Miscellaneous
- deps: update go (1.22.5 β 1.22.6) (#1469) (966ea7a)
- deps: update go (1.22.5 β 1.22.6) in /tools (#1470) (10b2340)
- deps: update golang.org/x/exp digest (46b0784 β e3f2596) (#1448) (1ba422a)
- deps: update golang.org/x/exp digest (e3f2596 β 8a7402a) (#1452) (76ce03f)
- deps: update module github.com/hashicorp/terraform-plugin-framework (v1.10.0 β v1.11.0) (#1471) (b7a110e)
- deps: update module github.com/skeema/knownhosts (v1.2.2 β v1.3.0) (#1449) (f116127)
- deps: update module golang.org/x/crypto (v0.25.0 β v0.26.0) (#1472) (e641b55)
- deps: update module golang.org/x/net (v0.27.0 β v0.28.0) (#1474) (56b98bd)
- docs: minor documentation updates (#1463) (2bf9a94)