Update CHANGELOG.md

This commit is contained in:
Alisdair McDiarmid 2020-09-01 09:03:10 -04:00 committed by GitHub
parent 89e8d0868a
commit cf5dc8a5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ NEW FEATURES:
* **Network-based Mirrors for [Provider Installation](https://www.terraform.io/docs/commands/cli-config.html#provider-installation)**: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. [GH-25999]
ENHANCEMENTS:
* command: Add support for provider redirects to `0.13upgrade`. If a provider in the Terraform Registry has moved to a new namespace, the `0.13upgrade` subcommand now detects this and follows the redirect where possible. [GH-26061]
BUG FIXES:
* terraform: Fix crashing bug when reading data sources during plan with blocks backed by objects, not collections [GH-26028]