Update CHANGELOG.md

This commit is contained in:
Sander van Harmelen 2018-09-17 16:16:56 +02:00 committed by GitHub
parent 4db963c742
commit a13a107bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -6,11 +6,16 @@ IMPROVEMENTS:
* backend/migrations: Migrate existing non-empty default states when the backend only supports named states [GH-18760]
* helper/resource: Add `ParallelTest()` function to allow opt-in acceptance testing concurrency with `t.Parallel()` [GH-18688]
* provider/terraform: `terraform_remote_state` now accepts complex backend configurations [GH-18759]
* backend/remote: Implement the state.Locker interface to support state locking [GH-18826]
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]
* backend/remote: Take working directories (optional on workspaces) into account [GH-18773]
* backend/remote: Use pagination when retrieving states (workspaces) [GH-18817]
* backend/remote: Add the run ID to associate state when being used in TFE [GH-18818]
## 0.11.8 (August 15, 2018)