|
|
|
|
@ -1,22 +1,24 @@
|
|
|
|
|
## 0.12.0-rc1 (Unreleased)
|
|
|
|
|
## 0.12.0-rc1 (May 7, 2019)
|
|
|
|
|
|
|
|
|
|
The following are the significant changes since 0.12.0-beta2.
|
|
|
|
|
|
|
|
|
|
NEW FEATURES:
|
|
|
|
|
|
|
|
|
|
* New function `strrev`, for reversing unicode strings. [GH-21091]
|
|
|
|
|
* New function `strrev`, for reversing unicode strings. ([#21091](https://github.com/hashicorp/terraform/issues/21091))
|
|
|
|
|
|
|
|
|
|
IMPROVEMENTS:
|
|
|
|
|
|
|
|
|
|
* backend/s3: Support for the new AWS region `ap-east-1` [GH-21117]
|
|
|
|
|
* backend/remote: Do not unlock a workspace after a failed state upload [GH-21148]
|
|
|
|
|
* command/init: Improve formatting of provider names during discovery [GH-21094]
|
|
|
|
|
* command/0.12upgrade: Upgrade indexing of splat syntax [GH-21103]
|
|
|
|
|
* command/0.12upgrade: Return error for invalid references (e.g. with initial digits) [GH-21103]
|
|
|
|
|
* backend/s3: Support for the new AWS region `ap-east-1` ([#21117](https://github.com/hashicorp/terraform/issues/21117))
|
|
|
|
|
* backend/remote: Do not unlock a workspace after a failed state upload ([#21148](https://github.com/hashicorp/terraform/issues/21148))
|
|
|
|
|
* command/init: Improve formatting of provider names during discovery ([#21094](https://github.com/hashicorp/terraform/issues/21094))
|
|
|
|
|
* command/0.12upgrade: Upgrade indexing of splat syntax ([#21103](https://github.com/hashicorp/terraform/issues/21103))
|
|
|
|
|
* command/0.12upgrade: Return error for invalid references (e.g. with initial digits) ([#21103](https://github.com/hashicorp/terraform/issues/21103))
|
|
|
|
|
|
|
|
|
|
BUG FIXES:
|
|
|
|
|
|
|
|
|
|
* core: Make sure UIInput keeps working after being canceled [GH-21139]
|
|
|
|
|
* lang/funcs: `flatten` fix handling of sets and tuples; return a tuple [GH-21171]
|
|
|
|
|
* states/statefile: properly upgrade dependency syntax [GH-21159]
|
|
|
|
|
* core: Make sure UIInput keeps working after being canceled ([#21139](https://github.com/hashicorp/terraform/issues/21139))
|
|
|
|
|
* lang/funcs: `flatten` fix handling of sets and tuples; return a tuple ([#21171](https://github.com/hashicorp/terraform/issues/21171))
|
|
|
|
|
* states/statefile: properly upgrade dependency syntax ([#21159](https://github.com/hashicorp/terraform/issues/21159))
|
|
|
|
|
|
|
|
|
|
## 0.12.0-beta2 (Apr 18, 2019)
|
|
|
|
|
|
|
|
|
|
|