Skip to content

Commit 24ced6b

Browse files
authored
Update CHANGELOG.md
1 parent d4d8812 commit 24ced6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ENHANCEMENTS:
2323
* core: added support for passing metadata from modules to providers using HCL [GH-22583]
2424
* core: significant performance enhancements for graph operations, which will help with highly-connected graphs [GH-23811]
2525
* command/state: Add state replace-provider subcommand to allow changing the provider source for existing resources [GH-24523]
26+
* lang: Add "sum" function, which takes a list or set of numbers and returns the sum of all elements [GH-24666]
2627
* Terraform CLI now supports TLS 1.3 and supports Ed25519 certificates when making outgoing connections to remote TLS servers. While both of these changes are backwards compatible in principle, certain legacy TLS server implementations can reportedly encounter problems when attempting to negotiate TLS 1.3. (These changes affects only requests made by Terraform CLI itself, such as to module registries or backends. Provider plugins have separate TLS implementations that will gain these features on a separate release schedule.)
2728
* On Unix systems where `use-vc` is set in `resolv.conf`, Terraform will now use TCP for DNS resolution. We don't expect this to cause any problem for most users, but if you find you are seeing DNS resolution failures after upgrading please verify that you can either reach your configured nameservers using TCP or that your resolver configuration does not include the `use-vc` directive.
2829

0 commit comments

Comments
 (0)