From 7e8688bac487a98f0eec613decfc1ed5ca96a1f8 Mon Sep 17 00:00:00 2001 From: Pam Selle Date: Wed, 11 Sep 2019 14:51:38 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd87f8c348..5ffadd9d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## 0.12.9 (Unreleased) NOTES: -* core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that if users may see fewer changes when using this setting, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers. Users who see unexpected non-changes should examine their `ignore_changes` settings to ensure they are as they expect. [GH-22520] +* core: `ignore_changes` is now processed (in addition to existing behaviors) before the provider plan is run. This means that if users may see fewer planned changes when using `ignore_changes`, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). Users who see unexpected non-changes should examine their `ignore_changes` settings to ensure they are as they expect. [GH-22520] ENHANCEMENTS: * provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client [GH-22745]