terraform/CHANGELOG.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2020-10-15 17:38:46 +02:00
## 0.15.0 (Unreleased)
2020-09-15 20:21:18 +02:00
2020-10-19 16:05:59 +02:00
ENHANCEMENTS:
2020-10-26 17:58:02 +01:00
* cli: Improved support for Windows console UI on Windows 10, including bold colors and underline for HCL diagnostics. [GH-26588]
* cli: Small reorganization and tidier formatting for the main help text printed by `terraform` with no subcommands. [GH-26695]
* cli: Removed the `terraform debug` container command, which has not had any subcommands under it for a long time. [GH-26695]
2020-10-19 16:05:59 +02:00
2020-10-21 20:12:48 +02:00
BUG FIXES:
2020-10-26 17:58:02 +01:00
* cli: Exit with an error if unable to gather input from the UI. For example, this may happen when running in a non-interactive environment but without `-input=false`. Previously Terraform would interpret these errors as empty strings, which could be confusing. [GH-26509]
2020-10-21 20:12:48 +02:00
2020-10-26 19:06:57 +01:00
BREAKING CHANGES:
* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651]
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
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)