Update CHANGELOG.md

This commit is contained in:
Pam Selle 2019-09-11 14:49:46 -04:00 committed by GitHub
parent 80dec63917
commit cbbafd33dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
## 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]
ENHANCEMENTS:
* provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client [GH-22745]
* config: add source addressing to unknown value errors in `for_each` [GH-22760]