Releases: hashicorp/packer-plugin-proxmox
Releases Β· hashicorp/packer-plugin-proxmox
v1.2.1
v1.2.0
What's Changed
Exciting New Features π
- Add TPM Support by @mpywell in #260
- [Issue 74] Create var for Cloud-Init Disk Type by @xrayj11 in #256
- Add efi_format options to efi_config by @giosh94mhz in #272
- [Issues 257, 263, 187, 80] - AsyncIO disk config support, ISO Storage uplift by @mpywell in #267
Other Changes
- Release 1.1.8 by @lbajolet-hashicorp in #264
- go.mod: update SDK to v0.5.3 by @lbajolet-hashicorp in #266
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.3 to 0.5.4 by @dependabot in #270
- chore: update
version.go
by @tenthirtyam in #275
New Contributors
- @xrayj11 made their first contribution in #256
- @tenthirtyam made their first contribution in #275
- @giosh94mhz made their first contribution in #272
Full Changelog: v1.1.8...v1.2.0
v1.1.8
What's Changed
Bug fixesπ§βπ§ π
Other Changes
- GNUmakefile: make dev uses packer for install by @lbajolet-hashicorp in #255
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #259
New Contributors
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
Exciting New Features π
- Add iso_download_pve feature to additional_iso_files by @ELT4N1N in #183
- Add 'args' as optional configuration parameter when creating a VM by @rhpijnacker in #245
Bug fixesπ§βπ§ π
- builder: don't enable iothread for all scsi by @lbajolet-hashicorp in #249
Doc improvements π
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #242
New Contributors
- @ELT4N1N made their first contribution in #183
- @ledif made their first contribution in #244
- @rhpijnacker made their first contribution in #245
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
Exciting New Features π
Bug fixesπ§βπ§ π
- Strip trailing / from proxmox url by @nick-holmquist in #238
Other Changes
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #221
New Contributors
- @rgl made their first contribution in #236
- @nick-holmquist made their first contribution in #238
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
Other Changes
- Release 1.1.4 by @lbajolet-hashicorp in #231
- Fix makefile integration docs by @lbajolet-hashicorp in #232
Full Changelog: v1.1.4...v1.1.5
v1.1.4
β οΈ This release failed and cannot be used in Packer templates. We are working on superseding this release with a new one which will contain all the artifacts.
What's Changed
Exciting New Features π
- Add numa attribute by @sebastian-de in #186
- Add support for discard and ssd storage options. by @jeinwag in #199
- add VritIO RNG device by @mabeett in #195
- Add support for PCI device pass through by @romantomjak in #205
Bug fixesπ§βπ§ π
- use correct value for discard parameter when disabled by @jeinwag in #203
- Fix handling of SSD parameter. by @jeinwag in #204
- Quick fix for issue 206 by @bouchardh in #207
Doc improvements π
- Remove extra line to fix formatting by @dglinder in #200
- common: fix hcl block indentation for pci_devices by @lbajolet-hashicorp in #208
- Docs: import partials by @mabeett in #214
- Migration plugin docs to integration framework by @nywilken in #219
- builder: fix typo in docs by @lbajolet-hashicorp in #222
- docs: fix builders description by @KongrooParadox in #227
Other Changes
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #188
- cleanup github workflows by @lbajolet-hashicorp in #194
- go.mod: bump go version from 1.18 to 1.19 by @lbajolet-hashicorp in #217
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #215
- Run go fmt to fix comment formatting by @nywilken in #223
- builder: don't use setParamIfDefined on bools by @lbajolet-hashicorp in #225
- makefile: remove old docs targets by @lbajolet-hashicorp in #228
- Release 1.1.4 by @lbajolet-hashicorp in #229
- goreleaser: don't rely on ci-make-docs by @lbajolet-hashicorp in #230
New Contributors
- @jeinwag made their first contribution in #199
- @dglinder made their first contribution in #200
- @romantomjak made their first contribution in #205
- @bouchardh made their first contribution in #207
- @KongrooParadox made their first contribution in #227
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
Bug fixesπ§βπ§ π
- Register "proxmox" as valid builder again by @sebastian-de in #175
Other Changes
- Release 1.1.2 by @lbajolet-hashicorp in #170
- Add support for KVM memory ballooning by @sebastian-de in #176
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.4.0 by @dependabot in #173
- clone: Add dhcp and auto options for ipconfig by @sebastian-de in #177
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
Exciting New Features π
- clone: Add Cloud-Init networking options by @sebastian-de in #142
- Add functionality to replace existing templates by @joeyberkovitz in #93
- Download ISO files directly to PVE node by @sebastian-de in #148
- clone: Add support to clone VM by ID, check if VM IDs are in valid range. by @sebastian-de in #157
- network_adapters: Add mtu attribute by @sebastian-de in #165
Bug fixesπ§βπ§ π
- Update proxmox-api-go to 205f18a by @sebastian-de in #152
- go.mod: bump proxmox API go to ad6090b82842 by @lbajolet-hashicorp in #168
Doc improvements π
- docs: fix machine attribute docs by @lbajolet-hashicorp in #156
- docs: update machine docs without i440fx by @lbajolet-hashicorp in #159
- docs: Update example templates by @sebastian-de in #161
- Deprecate
storage_pool_type
, config refactor by @sebastian-de in #169
Other Changes
- Address differences between
iso
andclone
regarding disk creation. by @sebastian-de in #147 - [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #153
New Contributors
- @joeyberkovitz made their first contribution in #93
Full Changelog: v1.1.1...v1.1.2
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