Skip to content

Commit

Permalink
docs: update CHANGELOG.md
Browse files Browse the repository at this point in the history
Updates `CHANGELOG.md`

Signed-off-by: Ryan Johnson <ryan.johnson@broadcom.com>
  • Loading branch information
tenthirtyam committed Mar 7, 2024
1 parent f22ecce commit c55ca4a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# <!-- markdownlint-disable first-line-h1 no-inline-html -->

## v2.8.0 (Unreleased)

FEATURES:

* `resource/vsphere_offline_software_depot`: Adds resource to the provider for offline software
depots. Support for online depots can be added at a later time. Only depots with source type
"PULL" are supported. This is intentional and aims to discourage the use of the deprecated VUM
functionality. ([#2143](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2143))
* `data/vsphere_host_base_images`: Adds data source to the provider for base images. Declaring this
data source allows users to retrieve the full list of available ESXi versions for their
environment. ([#2143](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2143))
* `resource/vsphere_compute_cluster`: Adds property that serves as an entry point for the vLCM
configuration. Allows selection of a base image and a list of custom components from a depot.
Configuring this property for the first time also enables vLCM on the cluster.
([#2143](https://github.com/terraform-providers/terraform-provider-vsphere/pull/2143))

## 2.7.0 (March 06, 2024)

BUG FIXES:
Expand Down

0 comments on commit c55ca4a

Please sign in to comment.