This file is used to list changes made in each version of the partial_search cookbook.
- Updated description to clarify that this cookbook is no longer needed for chef-client 12.0
- Updated .gitignore file
- Added .foodcritic file to exclude rules that don't apply
- Added Test Kitchen config
- Added Chef standard Rubocop config
- Added Travis CI testing to use Chef DK
- Added Berksfile
- Added Gemfile with the latest development dependencies
- Updated contributing and testing docs
- Added maintainers.md and maintainers.toml files
- Added Travis and cookbook version badges to the readme
- Updated Opscode -> Chef Software
- Added a Rakefile for simplified testing
- Added a Chefignore file
- Resolved Rubocop warnings
- Added source_url and issues_url to the metadata
- Added basic convergence Chefspec test
- [COOK-4260] Update compatibility in README.md
- Hotfix - Revert client-side caching bug
- COOK-2584 - Add client-side result cache
- [COOK-3164]:
partial_search
should useChef::Config[:chef_server_url]
instead ofsearch_url
- Initial release