mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update CHANGELOG.md
De-emphasize the "experiments" section in favor of the non-experimental changes in the same release.
This commit is contained in:
parent
6d00e8dc28
commit
57158df4b3
@ -3,6 +3,10 @@
|
|||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794]
|
* config: New built-in functions `try` and `can` are intended to ease working with data structures whose shape isn't known statically. [GH-23794]
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
* command/show: Fix an issue with show and aliased providers [GH-23848]
|
||||||
|
* core: Always clean up empty resources before empty modules [GH-23822]
|
||||||
|
|
||||||
EXPERIMENTS:
|
EXPERIMENTS:
|
||||||
|
|
||||||
* This release includes an _opt-in experiment_ for [custom validation rules on module variables](https://www.terraform.io/docs/configuration/variables.html#custom-validation-rules).
|
* This release includes an _opt-in experiment_ for [custom validation rules on module variables](https://www.terraform.io/docs/configuration/variables.html#custom-validation-rules).
|
||||||
@ -11,10 +15,6 @@ EXPERIMENTS:
|
|||||||
|
|
||||||
Due to the experimental nature of this feature, we do not recommend using it in "production" modules yet and we require an explicit [experimental feature opt-in](https://www.terraform.io/docs/configuration/terraform.html#experimental-language-features) of `variable_validation`. Depending on what feedback we receive, the design of this experimental feature may change significantly in future versions without an automatic upgrade path.
|
Due to the experimental nature of this feature, we do not recommend using it in "production" modules yet and we require an explicit [experimental feature opt-in](https://www.terraform.io/docs/configuration/terraform.html#experimental-language-features) of `variable_validation`. Depending on what feedback we receive, the design of this experimental feature may change significantly in future versions without an automatic upgrade path.
|
||||||
|
|
||||||
BUG FIXES:
|
|
||||||
* command/show: Fix an issue with show and aliased providers [GH-23848]
|
|
||||||
* core: Always clean up empty resources before empty modules [GH-23822]
|
|
||||||
|
|
||||||
## 0.12.19 (January 08, 2020)
|
## 0.12.19 (January 08, 2020)
|
||||||
|
|
||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
|
Loading…
Reference in New Issue
Block a user