terraform/CHANGELOG.md

19 lines
834 B
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-19 16:06:07 +02:00
* Improved support for Windows console UI, including bold colors and underline for HCL diagnostics [GH-26588]
2020-10-19 16:05:59 +02:00
2020-10-21 20:12:48 +02:00
BUG FIXES:
* command: 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-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)