updating to include #24069

This commit is contained in:
Tom Harvey 2020-06-25 11:50:55 +02:00 committed by GitHub
parent 0f85b283b9
commit 2564203312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
BUG FIXES:
* backend/azurerm: support for snapshotting the blob used for remote state storage prior to change [GH-24069]
* backend/remote: Prevent panic when there's a connection error [GH-25341]
* config: Add missing validation to prevent provider configuration within modules using `depends_on` [GH-25345]
* core: Hide empty plans for misbehaving data sources [GH-25302]