Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Aug 13, 2016
1 parent ec27a1d commit 0bf804e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0bf804e

Please sign in to comment.