terraform/CHANGELOG.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2021-06-08 17:57:00 +02:00
## 1.1.0 (Unreleased)
2020-09-15 20:21:18 +02:00
2021-04-23 16:39:24 +02:00
NEW FEATURES:
* lang/funcs: add a new `type()` function, only available in `terraform console` [GH-28501]
2020-10-21 20:12:48 +02:00
2021-06-03 17:55:33 +02:00
ENHANCEMENTS:
* 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. [GH-28854]
2020-04-28 18:27:10 +02:00
## Previous Releases
For information on prior major releases, see their changelogs:
2018-10-26 15:05:44 +02:00
2021-06-08 17:57:00 +02:00
* [v1.0](https://github.com/hashicorp/terraform/blob/v1.0/CHANGELOG.md)
2021-02-24 19:09:08 +01:00
* [v0.15](https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md)
2020-10-15 17:38:46 +02: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)