Skip to content

Commit

Permalink
docs: update CHANGELOG.md (#377)
Browse files Browse the repository at this point in the history
Updates the `CHANGELOG.md` to simply remove the legacy content.

The history has been added to the following releases in GitHub to be consistent with 1.0.3 and later.

- https://github.com/hashicorp/packer-plugin-vsphere/releases/tag/v1.0.2
- https://github.com/hashicorp/packer-plugin-vsphere/releases/tag/v1.0.1
- https://github.com/hashicorp/packer-plugin-vsphere/releases/tag/v1.0.0
- https://github.com/hashicorp/packer-plugin-vsphere/releases/tag/v0.0.1

Signed-off-by: Ryan Johnson <[email protected]>
  • Loading branch information
Ryan Johnson authored Mar 7, 2024
1 parent f6ddfc5 commit 39177a3
Showing 1 changed file with 2 additions and 41 deletions.
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.

0 comments on commit 39177a3

Please sign in to comment.