Initial Chef repository

This commit is contained in:
Greg Karékinian
2015-07-21 19:45:23 +02:00
parent 7e5401fc71
commit ee4079fa85
1151 changed files with 185163 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
partial_search Cookbook CHANGELOG
=================================
This file is used to list changes made in each version of the partial_search cookbook.
v1.0.8 (2014-02-25)
-------------------
- [COOK-4260] Update compatibility in README.md
v1.0.6
------
- **Hotfix** - Revert client-side caching bug
v1.0.4
------
### New Feature
- **[COOK-2584](https://tickets.opscode.com/browse/COOK-2584)** - Add client-side result cache
v1.0.2
------
### Bug
- [COOK-3164]: `partial_search` should use
`Chef::Config[:chef_server_url]` instead of `search_url`
v1.0.0
------
- Initial release