Update CHANGELOG.md

This commit is contained in:
kmoe 2022-08-31 10:22:35 +01:00 committed by GitHub
parent 522556534d
commit a9155e9cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ UPGRADE NOTES:
* When making requests to HTTPS servers, Terraform will now reject invalid handshakes that have duplicate extensions, as required by RFC 5246 section 7.4.1.4 and RFC 8446 section 4.2. This may cause new errors when interacting with existing buggy or misconfigured TLS servers, but should not affect correct servers.
This only applies to requests made directly by Terraform CLI, such as provider installation and remote state storage. Terraform providers are separate programs which decide their own policy for handling of TLS handshakes.
* The following backends, which were deprecated in v1.2.3, have now been removed: `artifactory`, `etcd`, `etcdv3`, `manta`, `swift`. The `azure` backend name has been removed: please use the name `azurerm` for this backend. [GH-31711]
ENHANCEMENTS: