Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
appilon committed Mar 8, 2022
1 parent 684f9e4 commit 75149fb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 2.2.0 (Unreleased)
## 2.1.1 (Unreleased)

**If you are using v2.1.0, please upgrade to this new version as soon as possible.**

BUG FIXES:
* `resource/compute_cluster`: Revert [GH-1432] switching `vsan_disk_group` back to `TypeList`. Switching from `TypeList` to `TypeSet` is a sore spot when it comes to what is considered a breaking change to provider configuration. Generally we accept that users may use list indices within their config. When this attribute switched to `TypeSet` this caused a breaking change for configurations doing that, as `TypeSet` is indexed by a hash value that Terraform calculates. Furthermore other code around type assertions was not changed and this attribute actually crashed the provider in `v2.1.0`, we will address the now re-opened [GH-1205] in `v3.0.0` of the provider.

FEATURES:
* `resource/virtual_machine`: Adds support to check the power state of the resource. ([#1407](https://github.com/terraform-providers/terraform-provider-vsphere/issues/1407))
Expand Down

0 comments on commit 75149fb

Please # to comment.