opentofu/CHANGELOG.md

27 lines
1.7 KiB
Markdown
Raw Normal View History

2021-06-08 10:57:00 -05:00
## 1.1.0 (Unreleased)
2020-09-15 13:21:18 -05:00
2021-04-23 09:39:24 -05:00
NEW FEATURES:
2021-06-17 11:10:55 -05:00
* command/add: `terraform add` generates resource configuration templates [GH-28874]
2021-06-16 08:25:04 -05:00
* lang/funcs: add a new `type()` function, only available in `terraform console` ([#28501](https://github.com/hashicorp/terraform/issues/28501))
2020-10-21 13:12:48 -05:00
2021-06-03 10:55:33 -05:00
ENHANCEMENTS:
2021-06-16 08:25:04 -05:00
* configs: Terraform now checks the syntax of and normalizes module source addresses (the `source` argument in `module` blocks) during configuration decoding rather than only at module installation time. This is largely just an internal refactoring, but a visible benefit of this change is that the `terraform init` messages about module downloading will now show the canonical module package address Terraform is downloading from, after interpreting the special shorthands for common cases like GitHub URLs. ([#28854](https://github.com/hashicorp/terraform/issues/28854))
* command/show: The -json output now indicates which state values are sensitive. ([#28889](https://github.com/hashicorp/terraform/issues/28889))
2021-06-14 08:25:58 -05:00
BUG FIXES:
2021-06-16 08:25:04 -05:00
* command/show: Fix an issue where the json configuration representation was missing fully-unwrapped references. ([#28884](https://github.com/hashicorp/terraform/issues/28884))
2021-06-03 10:55:33 -05:00
2020-04-28 11:27:10 -05:00
## Previous Releases
2021-06-08 10:57:26 -05:00
For information on prior major and minor releases, see their changelogs:
2018-10-26 08:05:44 -05:00
2021-06-08 10:57:00 -05:00
* [v1.0](https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md)
2021-02-24 12:09:08 -06:00
* [v0.15](https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md)
2020-10-15 10:38:46 -05:00
* [v0.14](https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md)
* [v0.13](https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md)
* [v0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md)
* [v0.11 and earlier](https://github.com/hashicorp/terraform/blob/v0.11/CHANGELOG.md)