Update CHANGELOG.md

This commit is contained in:
Sander van Harmelen 2018-08-30 11:53:02 +02:00 committed by GitHub
parent ce2869dced
commit b70ac3d924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,16 @@
## 0.11.9 (Unreleased)
IMPROVEMENTS:
* backend/manta: Deprecate the `objectName` attribute in favor of the new `object_name` attribute [GH-18759]
* backend/migrations: Migrate existing non-empty default states when the backend only supports named states [GH-18760]
* provider/terraform: `terraform_remote_state` now accepts complex backend configurations [GH-18759]
BUG FIXES:
* backend/migrations: Check all workspaces for existing non-empty states [GH-18757]
* provider/terraform: Always call the backend validation method to prevent a possible panic [GH-18759]
## 0.11.8 (August 15, 2018)
NEW FEATURES: