Releases: hashicorp/packer-plugin-proxmox
v1.1.1
What's Changed
Exciting New Features 🎉
- Rebase of #90: Add Secure Boot support by @sebastian-de in #130
- [feature] adds serial ports for iso and clone builder by @mabeett in #132
Bug fixes🧑🔧 🐞
- Remove existing Cloud-Init drive before creation by @sebastian-de in #139
Other Changes
- go.mod: bump go version from 1.17 to 1.18 by @lbajolet-hashicorp in #131
Full Changelog: v1.1.0...v1.1.1
v1.1.0
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
andproxmox-clone
by @sebastian-de in #120
Doc improvements 📚
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #98
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #103
- Update Plugin binary releases to match Packer by @nywilken in #109
- go.mod: run go mod tidy on go.mod/go.sum by @lbajolet-hashicorp in #110
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #113
- docs: fix references to internal documentation by @lbajolet-hashicorp in #118
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #108
- Bump github.com/hashicorp/hcl/v2 from 2.13.0 to 2.14.1 by @dependabot in #111
- Bump GHA testing workflows to honor .go-version file by @nywilken in #122
- Bump Go version to 1.18 by @nywilken in #121
New Contributors
- @lbajolet-hashicorp made their first contribution in #98
- @hashicorp-copywrite made their first contribution in #113
- @sebastian-de made their first contribution in #120
Full Changelog: v1.0.8...v1.1.0
v1.0.8
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
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
v1.0.5
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
- Clarify requirements for token authentication by @ProfessorSalty in #57
- Use VM name when template name not provided by @sudomateo in #61
- goreleaser: auto-generate changelog file by @azr in #62
- Clarify options for clone and iso builder (#67) by @mabeett in #68
- Update release signing configuration by @nywilken in #70
New Contributors
- @ProfessorSalty made their first contribution in #57
- @mizhka made their first contribution in #22
- @sudomateo made their first contribution in #61
- @mabeett made their first contribution in #68
- @quasmon made their first contribution in #33
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
Enhancement
- Reverse search order for ide disks for cloud-init allocation. by @jeff-voight in #56
New Contributors
- @jeff-voight made their first contribution in #56
Full Changelog: v1.0.3...v1.0.4