diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-21 13:15:36 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-08-21 13:15:36 -0700 |
commit | 1ef915d51de20289998074076c39e8700730de19 (patch) | |
tree | 26a601908a310e761ab145ee4c51cc8aa59cfadf | |
parent | 165ef10097b63c8e8c9e187bd44ac9f6cfd16e54 (diff) | |
download | chef-1ef915d51de20289998074076c39e8700730de19.tar.gz |
add md files
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | RELEASE_NOTES.md | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a48ab7255..d2159c0521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased: 12.0.0 +* [**Mark Gibbons**](https://github.com/MarkGibbons): + Fix noauto support in Solaris Mount Provider * [**Jordan Evans**](https://github.com/jordane): support version constraints in value_for_platform * [**Yukihiko Sawanobori**](https://github.com/sawanoboly): diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7cb51fad42..9fb4eb1f6d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Chef Client Release Notes 12.0.0: +## Solaris Mount Provider + +The Solaris provider now supports specifying the fsck_device attribute (which defaults to '-' for backwards compat). + ## Version Constraints in value_for_platform The `value_for_platform` helper can now take version constraints like `>=` and `~>`. This is particularly useful for users |