From 9d9be3054ebbafbffa3a2b78e570a5fdc5b5f91f Mon Sep 17 00:00:00 2001 From: Kristin Laemmert Date: Fri, 27 Sep 2019 08:47:35 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed742f475..83b76d048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,16 @@ ## 0.12.10 (Unreleased) ENHANCEMENTS: + * `terraform plan` and `terraform apply` will now warn when the `-target` option is used, to draw attention to the fact that the result of applying the plan is likely to be incomplete, and to remind to re-run `terraform plan` with no targets afterwards to ensure that the configuration has converged. [GH-22783] * config: New function `parseint` for parsing strings containing digits as integers in various bases. [GH-22747] * config: New function `cidrsubnets`, which is a companion to the existing function `cidrsubnet` which can allocate multiple consecutive subnet prefixes (possibly of different prefix lengths) in a single call. [GH-22858] * backend/google: The GCS backend now supports OAuth2 token authentication. [GH-21772] +BUG FIXES: + +* backend/manta: fix panic when `insecure_skip_tls_verify` was not set [GH-22918] + ## 0.12.9 (September 17, 2019) NOTES: