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
9dbaac5975
commit
d26e79c0d3
@ -12,7 +12,10 @@ BUG FIXES:
|
|||||||
|
|
||||||
* The module installer will now record in its manifest a correct module source URL after normalization when the URL given as input contains both a query string portion and a subdirectory portion. Terraform itself doesn't currently make use of this information and so this is just a cosmetic fix to make the recorded metadata more correct. ([#31636](https://github.com/hashicorp/terraform/issues/31636))
|
* The module installer will now record in its manifest a correct module source URL after normalization when the URL given as input contains both a query string portion and a subdirectory portion. Terraform itself doesn't currently make use of this information and so this is just a cosmetic fix to make the recorded metadata more correct. ([#31636](https://github.com/hashicorp/terraform/issues/31636))
|
||||||
* config: The `yamldecode` function now correctly handles entirely-nil YAML documents. Previously it would incorrectly return an unknown value instead of a null value. It will now return a null value as documented. [GH-32151]
|
* config: The `yamldecode` function now correctly handles entirely-nil YAML documents. Previously it would incorrectly return an unknown value instead of a null value. It will now return a null value as documented. [GH-32151]
|
||||||
* Ensure correct ordering between data sources and the deletion of managed resource dependencies [GH-32209]
|
* Ensure correct ordering between data sources and the deletion of managed resource dependencies. [GH-32209]
|
||||||
|
* Fix Terraform creating objects that should not exist in variables that specify default attributes in optional objects. [GH-32178]
|
||||||
|
* Fix several Terraform crashes that are caused by HCL creating objects that should not exist in variables that specify default attributes in optional objects within collections. [GH-32178]
|
||||||
|
* Fix inconsistent behaviour in empty vs null collections. [GH-32178]
|
||||||
|
|
||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user