diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fa49a63..b54b5ffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,17 @@ This file is used to list changes made in each version of the apt cookbook. +## 5.0.0 (2016-10-14) + +- Remove search logic from the cacher client cookbook and rework attribute structure. See the attributes file and readme for new structure. Determining what servers to cache against is better handled in a wrapper cookbook where you can define the exact search syntax yourself +- Corrected readme examples for the cacher client setup +- Depend on the latest compat_resource +- Define matchers for ChefSpec +- Testing updates to better test the various recipes and providers in the cookbook on Travis + ## 4.0.2 (2016-08-13) -- The cookbook requires Chef 12.1+ not 12.0. Update docs +- The cookbook requires Chef 12.1+ not 12.0\. Update docs - Test on Chef 12.1 to ensure compatibility - Restore compatibility with Chef < 12.4 diff --git a/metadata.rb b/metadata.rb index 1ec5b834..3c57bd2c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Configures apt and apt services. Ships resources for managing apt repositories' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.0.2' +version '5.0.0' recipe 'apt::default', 'Runs apt-get update during compile phase and sets up preseed directories' recipe 'apt::cacher-ng', 'Set up an apt-cacher-ng caching proxy'