Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs: update CHANGELOG.md #377

Merged
merged 1 commit into from
Mar 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 2 additions & 41 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,3 @@
# Latest Release
# Release History

Please refer to [releases](https://github.com/hashicorp/packer-plugin-vsphere/releases) for the latest CHANGELOG information.

---

## 1.0.2 (October 18, 2021)

### NOTES

Support for the HCP Packer registry is currently in beta and requires
Packer v1.7.7 [GH-115] [GH-120]

### FEATURES

* Add HCP Packer registry image metadata to all artifacts. [GH-115]
[GH-120]

## IMPROVEMENTS

* Add `floppy_content` parameter, which is similar to `http_content` and
`cd_content`, but for floppy. [GH-117]
* Add skip_import parameter in content_library_destination configuration.
[GH-121]
* Update packer-plugin-sdk to latest version v0.2.7 [GH-118]

## 1.0.1 (July 22, 2021)

* Pass `cd_content` config to vSphere ISO and Clone builders [GH-87]
* Added `snapshot_name` option for vSphere ISO and Clone builders [GH-85]
* Take the host configuration into account while cloning a VM [GH-79]
* Fix removing templates with snapshots [GH-78]

## 1.0.0 (June 14, 2021)

* Bump github.com/hashicorp/packer-plugin-sdk to v0.2.3 [GH-69]
* Fixed vSphere resource ID/value load order when importing VM template to Content Library [GH-58]
* Fix firmware reverting to BIOS when pushing to template in content library [GH-68]

## 0.0.1 (April 15, 2021)

* vSphere Plugin break out from Packer core. Changes prior to break out can be found in [Packer's CHANGELOG](https://github.com/hashicorp/packer/blob/master/CHANGELOG.md).
Please refer to [releases](https://github.com/hashicorp/packer-plugin-vsphere/releases) for the release history.
Loading