Skip to content

Releases: Telmate/terraform-provider-proxmox

v3.0.2-rc01

02 Jun 20:52
58d4429
Compare
Choose a tag to compare

No real fixes, re-release due to the v3.0.1-rc10 checksum issue.
Release is called v3.0.2-rc01 instead of v3.0.1-rc11 due to how the Terraform registry determines the latest release.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc10...v3.0.2-rc01

v3.0.1-rc10

22 May 20:56
0e0b8a6
Compare
Choose a tag to compare

This release only bug fixes for the proxmox_vm_qemu resource.

What's Changed

Full Changelog: v3.0.1-rc9...v3.0.1-rc10

v3.0.1-rc9

15 May 20:17
78d8d58
Compare
Choose a tag to compare

Main changes:

  • New CPU schema has been implemented for Qemu, now all CPU settings are supported.
  • New ignore flag for disk & disks, allowing for disk management outside of Terraform.
  • Fixed issues causing Qemu guests to not be created correctly.

What's Changed

Full Changelog: v3.0.1-rc8...v3.0.1-rc9

v3.0.1-rc8

06 Apr 11:24
b248b4c
Compare
Choose a tag to compare

Small hot-fix release.

  • Fix: Issue where an LXC guest couldn't be started.
  • Fix: LXC and Qermu guest, unable to provide SSH keys with <<-EOF syntax.
  • Fix: The configured vmid not honored on LXC guest creation.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc7...v3.0.1-rc8

v3.0.1-rc7

02 Apr 15:21
e26559b
Compare
Choose a tag to compare

Release v3.0.1-rc7 is mostly Qemu bug fixes and some additions to support windows 11.

  • Added: TMP support for preloading Windows 11 secure-boot keys Qemu guests.
  • Added: mdev support for PCI on Qemu guests.
  • target_node and target_nodes now migrates the qemu guest and keeps it there as expected.
  • Fixed: dynamic guestID allocation when exclusively creating Qemu guests (still broken for LXC and when used in combination with LXC).
  • Fixed: not waiting for to be available qemu-guest-agent.
  • Fixed: MAC address format not being preserved.
  • Changed: default agent_timeout from 60 to 90.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc6...v3.0.1-rc7

v3.0.1-rc6

25 Nov 22:02
a7b43e4
Compare
Choose a tag to compare

Release v3.0.1-rc6 is released sooner than expected do to panics in v3.0.1-rc5.

  • pm_tls_insecure now defaults to false, ensuring that the default connection settings are secure.
  • Description of pools and guests now default to Managed by Terraform..

What's Changed

Full Changelog: v3.0.1-rc5...v3.0.1-rc6

v3.0.1-rc5

23 Nov 23:40
cbc3a2d
Compare
Choose a tag to compare

RC5 is Released.

breaking changes! As this is still a Release Candidate please test in your own environment before upgrading all your projects.

  • breaking USB has been re-implemented.
  • Parallelism in the provider now defaults to 1 thread as a workaround.
  • PCI has been re-implemented (hostpci is now deprecated).
  • Network interfaces have been improved and now requires setting the id.
  • cpu has been deprecated in favor of cpu_type.
  • Fixed issue where provider would always attempt to get the ip of the qemu-guest-agent.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc4...v3.0.1-rc5

v3.0.1-rc4

01 Sep 16:45
f027071
Compare
Choose a tag to compare

RC4 is released.

No breaking changes, as this is still a Release Candidate please test in your own environment before upgrading all your projects.

The module compatible Disk schema discussed in #986 is released.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc3...v3.0.1-rc4

v3.0.1-rc3

09 Jun 18:57
186ec3f
Compare
Choose a tag to compare

RC3 is released.

No breaking changes.
Due to some critical bugs created by RC2, this release has been pulled forward.

What's Changed

New Contributors

Full Changelog: v3.0.1-rc2...v3.0.1-rc3

v3.0.1-rc2

19 May 00:41
263e663
Compare
Choose a tag to compare

RC2 is finally released.

This version introduces the following changes:

  • BREAKING iso property has been removed and functionality has been delegated to the disks block, this has to be manually removed from the state file.
  • BREAKING cloudinit_cdrom_storage property has been removed and functionality has been delegated to the disks block, this has to be manually removed from the state file.
  • BREAKING deprecated properties from previous releases have been removed, this has to be manually removed from the state file.
  • Disk slots ide2 and ide3 are usable.
  • When qemu guest agent is unable to get an IP it will give a warning instead of an error.
  • qemu guest agent now supports IPv6.
  • Many small bug fixes.

Please submit your feedbacks!

What's Changed

New Contributors

Full Changelog: v3.0.1-rc1...v3.0.1-rc2