Update CHANGELOG.md

This commit is contained in:
Pam Selle 2019-09-11 09:37:17 -04:00 committed by GitHub
parent 4f198fc797
commit a3e0a23785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,10 +2,12 @@
ENHANCEMENTS:
* provisioners/habitat: `accept_license` argument available to automate accepting the EULA, now required by this client
* config: add source addressing to unknown value errors in `for_each` [GH-22760]
BUG FIXES:
* command/console: support -var and -var-file flags [GH-22145]
* config: The `cidrhost`, `cidrsubnet`, and `cidrnetmask` functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). [GH-22505]
* config: Fixed bug on empty sets with `for_each` [GH-22281]
## 0.12.8 (September 04, 2019)