From 0bf804ec8b4345245bb687aa02a2e990f5a1c18e Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Sat, 13 Aug 2016 00:28:30 -0700 Subject: [PATCH] Release 4.0.2 Signed-off-by: Tim Smith --- CHANGELOG.md | 8 ++++++++ metadata.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f76260..6fa49a63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # apt Cookbook CHANGELOG +This file is used to list changes made in each version of the apt cookbook. + +## 4.0.2 (2016-08-13) + +- 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 + ## 4.0.1 (2016-06-21) - Fix bug that prevented adding the cookbook to non Debian/Ubuntu nodes without chef run failures diff --git a/metadata.rb b/metadata.rb index 1d47c2b4..00a9fe85 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.1' +version '4.0.2' 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'