From cf5dc8a5a52c49175b5d815d7f64fa0002a46c45 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Tue, 1 Sep 2020 09:03:10 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d99964dc..85e545669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]