From 41c8199bb7eb71a51c4de1b9d98b2fa0625daa62 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 1 Feb 2017 11:16:57 -0800 Subject: [PATCH] Release 5.1.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3613079..01f0f792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the apt cookbook. +## 5.1.0 (2017-02-01) + +- Convert integration tests to inspec +- Add management of the /etc/apt/apt.conf.d/10dpkg-options file with new attributes. This allows tuning of how dpkg will handle package prompts during package installation. Note that Chef 12.19+ will automatically suppress package prompts + ## 5.0.1 (2016-12-22) - Avoid CHEF-3694 in apt_preferences resource - Cookstyle fixes diff --git a/metadata.rb b/metadata.rb index aa311b55..1c41c340 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 '5.0.1' +version '5.1.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'