Skip to content

Releases: hashicorp/packer-plugin-proxmox

v1.1.1

23 Jan 17:08
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Bug fixes🧑‍🔧 🐞

Other Changes

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Nov 20:30
Compare
Choose a tag to compare

Notes:

Releases of the proxmox builders prior to v1.1.0 were incorrectly registered as proxmox-promox-iso and proxmox-proxmox-clone. You are encouraged to upgrade any locally installed version of this plugin to v1.1.0. Refer to #119 for more details.

What's Changed

Bug fixes🧑‍🔧 🐞

  • Fix the names of registered builders to proxmox-iso and proxmox-clone by @sebastian-de in #120

Doc improvements 📚

  • Update iso builder docs to include common partials by @nywilken in #96

Other Changes

New Contributors

Full Changelog: v1.0.8...v1.1.0

v1.0.8

10 Jun 13:30
Compare
Choose a tag to compare

Note

The v0.3.0 release of the Packer plugin SDK contains the following changes which will may affect the downloading of external files such as ISOs used by this plugin.

  • Default timeouts have been added to the GitGetter, HgGetter, S3Getter, and GcsGetter getters to mitigate against resource exhaustion when calling out to external command line applications.
  • Support for the X-Terraform-Get header has been disabled to mitigate against protocol switching, endless redirect, and configuration bypass abuse of custom HTTP response header processing.
  • The default go-getter client has been updated to prevent arbitrary host access via go-getter's path traversal, symlink processing, and command injection flaws.

See Security Options for more details.

What's Changed

Bug fixes🧑‍🔧 🐞

  • Bump packer-plugin-sdk to v0.3.0 to address vulnerabilities in go-getter, as described in
    HCSEC-2022-13.

Full Changelog: v1.0.7...v1.0.8

v1.0.7

25 May 14:56
Compare
Choose a tag to compare

Note

This release contains the latest golang.org/x/crypto/ssh module which implements client authentication support for signature algorithms based on SHA-2 for use with existing RSA keys. Previously, a client would fail to authenticate with RSA keys to servers that reject signature algorithms based on SHA-1.

What's Changed

Bug fixes🧑‍🔧 🐞

  • Bump packer-plugin-sdk to address legacy SSH key algorithms in SSH communicator
  • Fix the unmount of cdroms due to change in proxmox format by @Quiphius in #85

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

18 Apr 15:37
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • [debug] show REST API calls if packer is executed with "-debug" option by @mizhka in #78

Bug fixes🧑‍🔧 🐞

  • [fix] packer ignores pool parameter by @mizhka in #77

Full Changelog: v1.0.5...v1.0.6

v1.0.5

21 Mar 15:38
@azr azr
4619c7f
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • proxmox-clone: choose template located on target node if possible by @mizhka in #22
  • [feature] update proxmox-api to latest version by @mizhka in #60
  • add cd_files support to additional_iso_files config by @quasmon in #33

Other Changes

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

22 Dec 13:00
@azr azr
e68ae2f
Compare
Choose a tag to compare

What's Changed

Enhancement

  • Reverse search order for ide disks for cloud-init allocation. by @jeff-voight in #56

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

17 Nov 10:08
@azr azr
6e64bec
Compare
Choose a tag to compare
Retry VM creation if it fails due to duplicate VMID (#43)

v1.0.2

01 Sep 11:50
@azr azr
Compare
Choose a tag to compare
go mod tidy -go=1.17 && go fmt ./...

v1.0.1

27 Aug 16:05
@azr azr
Compare
Choose a tag to compare
cut 1.0.1 release