From 5aacca8d9c3de53c9902202012482c3c357c19fa Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 21 Jun 2016 22:01:57 +0200 Subject: [PATCH] Release 4.0.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f19a65..92f76260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # apt Cookbook CHANGELOG +## 4.0.1 (2016-06-21) + +- Fix bug that prevented adding the cookbook to non Debian/Ubuntu nodes without chef run failures + ## 4.0.0 (2016-06-02) This cookbook now requires Chef 12\. If you require Chef 11 compatibility you will need to pin to the 3.X cookbook version diff --git a/metadata.rb b/metadata.rb index 3ede244c..d429a4f8 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.0' +version '4.0.1' 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'