Update CHANGELOG.md

This commit is contained in:
Paul Stack 2016-11-16 19:19:17 +02:00 committed by GitHub
parent 06b95b3c00
commit 789b660b32
1 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,18 @@
## 0.8.0-rc1 (unreleased)
BACKWARDS INCOMPATIBILITIES / NOTES:
* The chef provider now accepts `key_material` as an alternative to `private_key_pem`. `private_key_pem` will be deprecated in a future release
FEATURES:
IMPROVEMENTS:
* provider/chef: Migrate Chef to use KEY_MATERIAL rather than using a Pem file [GH-10105]
BUG FIXES:
## 0.8.0-beta2 (November 16, 2016)