From 7989847312c7a0b569453e0041b67b5d7506c7af Mon Sep 17 00:00:00 2001 From: Levi Blackstone Date: Wed, 5 Jun 2019 15:51:25 -0600 Subject: [PATCH] Update changelog for 0.24.0 release (#587) --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5f16b39bc..d159f5330f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ -## 0.23.2 (Unreleased) +## 0.24.1 (Unreleased) + +## 0.24.0 (June 5, 2019) ### Important -This release changes the behavior of the provider namespace flag introduced in `0.23.0`. -Previously, this flag was treated as an override, which ignored namespace values set -directly on resources. Now, the flag is a default, and will only set the namespace if one -is not already set. **This may cause resources to be recreated!** +BREAKING: This release changes the behavior of the provider `namespace` flag introduced +in `0.23.0`. Previously, this flag was treated as an override, which ignored namespace +values set directly on resources. Now, the flag is a default, and will only set the +namespace if one is not already set. If you have created resources using a provider +with the `namespace` flag set, this change may cause these resources to be recreated +on the next update. ### Major changes