opentofu/CHANGELOG.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

## 0.14.0 (Unreleased)
2020-05-28 18:13:23 -05:00
2020-09-04 17:33:43 -05:00
ENHANCEMENTS:
* cli: A new global command line option `-chdir=...`, placed before the selected subcommand, instructs Terraform to switch to a different working directory before executing the subcommand. This is similar to switching to a new directory with `cd` before running Terraform, but it avoids changing the state of the calling shell. [GH-26087]
2020-09-08 07:21:17 -05:00
BREAKING CHANGES:
* configs: The `version` argument inside provider configuration blocks is deprecated. Instead, use the required_providers setting. [GH-26135]
2020-09-03 10:02:35 -05:00
BUG FIXES:
2020-09-03 15:06:43 -05:00
* command/clistate: return an error on a state unlock failure [GH-25729]
* lang/funcs: fix panic when element() is called with a negative offset [GH-26079]
2020-09-03 10:02:35 -05:00
2020-04-28 11:27:10 -05:00
## Previous Releases
For information on prior major releases, see their changelogs:
2018-10-26 08:05:44 -05:00
* [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)