From c55ca4a10721753cd990735279c6947ce5bbfa1e Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 7 Mar 2024 09:28:47 -0500 Subject: [PATCH] docs: update `CHANGELOG.md` Updates `CHANGELOG.md` Signed-off-by: Ryan Johnson --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0294589e2..69ccb3bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # +## 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: