Skip to content

Releases: hashicorp/packer-plugin-vsphere

v1.2.1

17 Jul 19:57
Compare
Choose a tag to compare

What's Changed

Bug fixesπŸ§‘β€πŸ”§ 🐞

  • fix: add type check in step_connect cleanup by @dilyar85 in #292

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

13 Jun 18:34
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

13 Apr 12:23
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

  • Allow destroy VM after vsphere-clone successful build (#168) by @galbirk in #252

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

06 Dec 19:07
Compare
Choose a tag to compare

What's Changed

Exciting New Features πŸŽ‰

Doc improvements πŸ“š

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

27 Oct 15:41
Compare
Choose a tag to compare

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 πŸ“š

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

19 Aug 19:51
ff5bd54
Compare
Choose a tag to compare

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

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

v1.0.7

27 Jul 20:45
Compare
Choose a tag to compare

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

05 Jul 18:59
Compare
Choose a tag to compare

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 the vsphere builders by @tenthirtyam in #201

Other Changes

New Contributors

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

v1.0.5

10 Jun 14:15
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.4...v1.0.5

v1.0.4

06 May 08:13
338c7d2
Compare
Choose a tag to compare

What's Changed

Doc improvements πŸ“š

Other Changes

New Contributors

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