mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update CHANGELOG.md
This commit is contained in:
parent
522556534d
commit
a9155e9cfe
@ -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…
Reference in New Issue
Block a user