Update CHANGELOG.md
This commit is contained in:
parent
d03a774def
commit
ced68fc446
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,19 +1,19 @@
|
|||
## 0.15.0 (Unreleased)
|
||||
|
||||
UPGRADE NOTES:
|
||||
|
||||
* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651]
|
||||
* cli: Interrupting execution will now cause terraform to exit with a non-0 status [GH-26738]
|
||||
|
||||
ENHANCEMENTS:
|
||||
|
||||
* 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]
|
||||
* cli: The family of error messages with the summary "Invalid for_each argument" will now include some additional context about which external values contributed to the result. [GH-26747]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* 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]
|
||||
|
||||
BREAKING CHANGES:
|
||||
* backend/atlas: the `atlas` backend, which was deprecated in v0.12, has been removed. [GH-26651]
|
||||
* cli: Interrupting execution will now cause terraform to exit with a non-0 status [GH-26738]
|
||||
|
||||
## Previous Releases
|
||||
|
||||
For information on prior major releases, see their changelogs:
|
||||
|
|
Loading…
Reference in New Issue