Releases: hashicorp/packer-plugin-vsphere
v1.2.1
What's Changed
Bug fixesπ§βπ§ π
Other Changes
- Add configuration to ignore certain copywrite headers by @nywilken in #283
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #284
- fix: log level messages closing sessions by @ruospalo in #290
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
Exciting New Features π
- feat: improve session handling to mitigate session saturation by @ruospalo in #272
- feat: add Windows support in vsphere-supervisor by @dilyar85 in #277
- feat: add VM publish in
vsphere-supervisor
by @cyclexuxu in #276
Other Changes
- .gitignore: ignore crash.log by @lbajolet-hashicorp in #270
- Update required dependencies to address CVE-2022-1996 by @nywilken in #275
- cleanup github workflows by @lbajolet-hashicorp in #281
New Contributors
- @ruospalo made their first contribution in #272
- @cyclexuxu made their first contribution in #276
Full Changelog: v1.1.2...v1.2.0
v1.1.2
What's Changed
Exciting New Features π
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.2 to 0.3.4 by @dependabot in #246
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.4 to 0.4.0 by @dependabot in #262
- [COMPLIANCE] Add Copyright and License Headers by @hashicorp-copywrite in #251
New Contributors
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
Exciting New Features π
- feat: Add customization for Windows guest OS by @hmalphettes in #178
Doc improvements π
- docs: fix broken links to vsphere builders by @dilyar85 in #231
- docs: update
README.md
by @tenthirtyam in #236 - docs: update support references by @tenthirtyam in #239
Other Changes
- chore(deps): bump supported version to Go 1.18 by @nywilken in #233
- chore(deps): bump vmware/govmomi from v0.26.1 to v0.29.0 by @tenthirtyam in #240
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Notes:
-
General support for vSphere 6.5 and 6.7 ended on 10/15/2022. All new features starting with this release will only be tested on vSphere v7 and v8. If you need help supporting a version prior to v7 we ask that you reach out to the community via the Packer discussion forums. Any support questions asked on the GitHub tracker will be handled on a best effort basis.
-
The
vsphere-supervisor
builder provides the scaffolding for deploying a service VM to a vSphere Supervisor cluster. In a future release the builder will be enhanced with the ability to publish the customized VM as a new VM image to the vSphere endpoint. This builder is only supported on vSphere v7 and v8. #220
What's Changed
Exciting New Features π
- A
vsphere-supervisor
builder to create a virtual machine on a vSphere Supervisor cluster has been added by @dilyar85 in #220
Doc improvements π
- Update
README.md
by @tenthirtyam in #222
Other Changes
- Update Plugin binary releases to match Packer by @nywilken in #218
- [COMPLIANCE] Update MPL 2.0 LICENSE by @hashicorp-copywrite in #223
- Update cloud.google.com/go/storage to latest supported version by @nywilken in #229
- chore(deps): Bump github.com/hashicorp/packer-plugin-sdk from 0.3.1 to 0.3.2 by @dependabot in #216
- Fix lint checker errors by @nywilken in #230
New Contributors
- @hashicorp-copywrite made their first contribution in #223
- @dilyar85 made their first contribution in #220
Full Changelog: v1.0.8...v1.1.0
v1.0.8
What's Changed
Other Changes
- Bump github.com/hashicorp/packer-plugin-sdk from 0.3.0 to 0.3.1 by @dependabot in #208
- Allow deleting VM after vsphere-iso completion by @paleloser in #204
New Contributors
- @paleloser made their first contribution in #204
Full Changelog: v1.0.7...v1.0.8
v1.0.7
What's Changed
Exciting New Features π
- Add description of OVF content library item by @hmalphettes in #176
- enhancement: make assignment of network_adapters optional by @cibofo in #203
Doc improvements π
- docs: Add HCL examples for the
vsphere-template
post-processor by @tenthirtyam in #206
New Contributors
Full Changelog: v1.0.6...v1.0.7
v1.0.6
What's Changed
Exciting New Features π
- Add support for specifying flags when importing an OVF template into a content library by @hmalphettes in #189
- feat: add support for number of
displays
in thevsphere
builders by @tenthirtyam in #201
Other Changes
- goreleaser: add missing target goos/goarch by @lbajolet-hashicorp in #197
- Bump github.com/hashicorp/hcl/v2 from 2.12.0 to 2.13.0 by @dependabot in #198
New Contributors
- @lbajolet-hashicorp made their first contribution in #197
- @hmalphettes made their first contribution in #189
Full Changelog: v1.0.5...v1.0.6
v1.0.5
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.4...v1.0.5
v1.0.4
What's Changed
Doc improvements π
- Update VMware product names and product terminology by @tenthirtyam in #161
Other Changes
- Fix regex escape in template post-processor by @cosandr in #159
- Update link to
vim.vm.ConfigSpec
by @tenthirtyam in #160 - goreleaser: auto-generate changelog file by @azr in #163
- Update release signing configuration by @nywilken in #170
New Contributors
Full Changelog: v1.0.3...v1.0.4