Releases: hashicorp/packer-plugin-vsphere
Releases Β· hashicorp/packer-plugin-vsphere
v1.4.2
Important
COMMUNITY NOTE
If you are using v1.4.1, please update to this version to address an inadvertent breaking change.
What's Changed
Bug fixesπ§βπ§ π
- fix: config params breakage by @tenthirtyam in #483
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Important
COMMUNITY NOTE
If you are encountering this issue with v1.4.1, please pin to v1.4.0.
Patch release v1.4.2 will release to address the error.
What's Changed
Bug fixesπ§βπ§ π
- fix: limit source vm to 15 char by @tenthirtyam in #470
- fix:
http_ip
warn vs err by @tenthirtyam in #475
Other Changes
- chore(ci): add codeql analysis by @tenthirtyam in #459
- chore(deps): bump github.com/vmware/govmomi from 0.39.0 to 0.42.0 by @dependabot in #460
- fix: remove ovftool commands from logs by @tenthirtyam in #462
- fix: incorrect conversion between integer types by @tenthirtyam in #461
- chore: test and example tech debt by @tenthirtyam in #466
- chore: update
.gitignore
by @tenthirtyam in #469 - fix: configuration parameters by @tenthirtyam in #468
- build(deps): bump github.com/vmware/govmomi from 0.42.0 to 0.44.1 by @dependabot in #476
- fix: remove nil check by @tenthirtyam in #478
- fix: omit comparison to bool constant by @tenthirtyam in #479
- chore: update
golangci.yml
by @tenthirtyam in #477
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Exciting New Features π
- feat: import ovf template from url in supervisor builder by @ericvmw in #433
- feat: add sata controller by @tenthirtyam in #451
- feat: add support for
http_interface
andhttp_bind_address
by @tenthirtyam in #431
Bug fixesπ§βπ§ π
- fix: support content library item uuid for hcp by @tenthirtyam in #438
- fix: don't assume driver isn't nil in StepConnect by @lbajolet-hashicorp in #437
Doc improvements π
- docs: content debt by @tenthirtyam in #430
- chore: update supervisor plugin example jenkins template by @dilyar85 in #447
Other Changes
- [AUTO] Update question.md template to remove reference to Google Groups mailing list. by @lbajolet-hashicorp in #440
- build(deps): bump github.com/vmware/govmomi from 0.37.1 to 0.38.0 by @dependabot in #449
- chore(deps): hashicorp/go-retryablehttp by @tenthirtyam in #450
- chore(deps): bump github.com/vmware/govmomi from 0.38.0 to 0.39.0 by @dependabot in #454
- chore: update version by @tenthirtyam in #456
New Contributors
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
Exciting New Features π
- feat: local and remote cache options by @tenthirtyam in #399
- feat: add support for dynamic directpath i/o by @kshivakumar-nvidia in #263
- feat: set template name by @tenthirtyam in #416
- feat: option to remove network adapters by @tenthirtyam in #415
- feat: add support for export to ova by @tenthirtyam in #409
Bug fixesπ§βπ§ π
- fix: floppy naming pattern by @tenthirtyam in #403
- fix: ipv6 rfc2732 by @tenthirtyam in #406
- fix: ovftool error handling by @tenthirtyam in #413
- fix: multiple network error msg by @tenthirtyam in #414
- fix: run once command list by @tenthirtyam in #427
Doc improvements π
- docs: fix links and options by @benjamin-lykins in #401
- docs:
disk_size
by @tenthirtyam in #411 - docs: update
README.md
by @tenthirtyam in #417 - docs: update
vsphere-clone
by @tenthirtyam in #428 - docs: update links by @tenthirtyam in #429
Other Changes
- fix: skip unix-style permissions by @tenthirtyam in #404
- [HPR-1702] build: Add LICENSE file to release artifacts by @nywilken in #405
- chore(deps): bump golang/x/net from 0.21.0 to 0.24.0 by @tenthirtyam in #412
- chore(deps): bump github.com/vmware/govmomi from 0.36.2 to 0.37.1 by @tenthirtyam in #422
New Contributors
- @benjamin-lykins made their first contribution in #401
- @kshivakumar-nvidia made their first contribution in #263
Full Changelog: v1.2.7...v1.3.0
v1.2.7
What's Changed
Exciting New Features π
- feat: upload max retries by @tenthirtyam in #379
Bug fixesπ§βπ§ π
Doc improvements π
- docs: update external documentation links by @tenthirtyam in #396
Other Changes
- Release 1.2.6 by @lbajolet-hashicorp in #392
- build(deps): bump github.com/vmware/govmomi from 0.36.1 to 0.36.2 by @dependabot in #398
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
Bug fixesπ§βπ§ π
Other Changes
- chore(post-processor): update
vsphere-template
by @tenthirtyam in #385 - chore(post-processor): update
vsphere
by @tenthirtyam in #387 - chore(deps): bump github.com/vmware/govmomi from 0.35.0 to 0.36.1 by @dependabot in #383
- chore(deps): bump google.golang.org/protobuf from v1.31.0 to v1.33.0 by @tenthirtyam in #389
- chore(deps): bump github.com/go-jose/go-jose/v3 from v3.0.1 to v3.0.3 by @tenthirtyam in #390
Full Changelog: v1.2.5...v1.2.6
v1.2.5
What's Changed
Exciting New Features π
- feat: add
windows_sysprep_text
field by @aidanleuck in #359 - feat: add support for precision clock device by @xtalkme in #367
Doc improvements π
- docs: use example.com by @tenthirtyam in #372
- chore: correct typos and markdown by @tenthirtyam in #370
- docs:
vsphere-clone
customize by @tenthirtyam in #371 - docs: update
vsphere/clone/step_clone
by @tenthirtyam in #374 - docs: update clone/iso config by @tenthirtyam in #373
- docs: update
vsphere/iso/step_create
by @tenthirtyam in #369 - Update Jenkins template example for supervisor builder by @dilyar85 in #375
- docs: update
CHANGELOG.md
by @tenthirtyam in #377 - docs(examples): remove macos by @tenthirtyam in #378
Other Changes
- Cut release 1.2.4 by @nywilken in #358
- chore: address
io/ioutil
depreciation by @tenthirtyam in #361 - chore(deps): bump github.com/vmware/govmomi from 0.34.0 to 0.35.0 by @dependabot in #365
- refactor: only add / remove minimul number of cdroms by @Hi-Angel in #355
- chore: remove ovpn files by @tenthirtyam in #376
New Contributors
- @aidanleuck made their first contribution in #359
- @xtalkme made their first contribution in #367
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
Exciting New Features π
- feat: add option to reattach cdroms by @tenthirtyam in #327
Bug fixesπ§βπ§ π
- fix: set mac address to lowercase by @tenthirtyam in #336
- fix:
windows_options
nil and length check by @tenthirtyam in #343 - fix: remove vtpm req for vbs by @tenthirtyam in #340
- fix: remove obsolete path check by @cyberops7 in #353
Doc improvements π
- docs:
hardware_version
invsphere-clone
by @tenthirtyam in #341 - docs: update
iso_paths
by @tenthirtyam in #337 - docs: update location content by @tenthirtyam in #342
- docs: update
disk_size
from mb to mib by @tenthirtyam in #349
Other Changes
- chore(deps): bump github.com/vmware/govmomi from 0.33.1 to 0.34.0 by @dependabot in #347
- chore: Remove support for deprecated
images
configuration attribute in favor ofimage_files
attribute in the export config block by @tenthirtyam in #346 - chore(deps): github.com/go-jose/go-jose/v3 by @tenthirtyam in #350
- chore(tests): remove unnecessary
AddCdromCalled
by @Hi-Angel in #352
New Contributors
- @cyberops7 made their first contribution in #353
- @Hi-Angel made their first contribution in #352
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
Exciting New Features π
- feat: Add support for Virtualization Based Security by @tenthirtyam in #318
Other Changes
- chore(deps): golang.org/x/net by @tenthirtyam in #319
- chore(deps): google.golang.org/grpc by @tenthirtyam in #320
- fix: update vsphere-supervisor test to skip output from retry by @dilyar85 in #321
- fix: update vsphere-supervisor test to skip output from retry (follow-up) by @dilyar85 in #323
- chore(deps): bump
github.com/vmware/govmomi
from 0.29.0 to 0.33.1 by @tenthirtyam in #322 - chore(deps): bump github.com/hashicorp/packer-plugin-sdk from 0.5.1 to 0.5.2 by @dependabot in #331
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
Bug fixesπ§βπ§ π
- fix: 224 by @saikirandusari in #312
- fix: log errors prior to logout by @bFekete in #315
Doc improvements π
- Migration plugin docs to integration framework by @nywilken in #300
- web-docs: place ISO before clone/supervisor by @lbajolet-hashicorp in #302
- Update metadata.hcl to include HCP flag by @djschnei21 in #308
- docs: update privilege reference by @pvilleneuve77 in #314
Other Changes
- bump go 1.18 to 1.19 by @lbajolet-hashicorp in #296
- Bump github.com/hashicorp/packer-plugin-sdk from 0.4.0 to 0.5.1 by @dependabot in #298
- makefile: remove old docs targets by @lbajolet-hashicorp in #306
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #310
New Contributors
- @djschnei21 made their first contribution in #308
- @saikirandusari made their first contribution in #312
- @pvilleneuve77 made their first contribution in #314
- @bFekete made their first contribution in #315
Full Changelog: v1.2.1...v1.2.2