Update CHANGELOG.md

pull/31714/head
kmoe 4 years ago committed by GitHub
parent 522556534d
commit a9155e9cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save