From 252e8145842eed10c11e147786c9ee2500a26885 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Thu, 7 Dec 2017 16:32:56 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdfa200e..44bc8a7f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ BACKWARDS INCOMPATIBILITIES / NOTES: * backend/gcs: The gcs remote state backend was erroneously creating the state bucket if it didn't exist. This is not the intended behavior of backends, as Terraform cannot track or manage that resource. The target bucket must now be created separately, before using it with Terraform. [GH-16865] + +NEW FEATURES: + +* **[Habitat](https://www.habitat.sh/) Provisioner** allowing automatic installation of the Habitat agent [GH-16280] IMPROVEMENTS: