From b31ed9c04f940567f530a21f5a2a1079b6dcdab1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 12 Jan 2017 23:09:00 +0100 Subject: release 2.2.0 --- CHANGELOG.md | 21 +++++++++++++-------- metadata.json | 2 +- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6ec87..abac694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2017-01-12 - Release 2.2.0 + +This is the last release with Puppet 3 support! +- Fix several markdown issues +- Fix order of options to prevent swapping +- Add missing badges +- Add missing ToC +- Fix several rubocop issues +- Include the release pocket on Ubuntu Xenial and Yakkety. +- Bump min version_requirement for Puppet +- Modulesync with latest Vox Pupuli defaults ## 2016-10-05 - Release 2.1.0 @@ -11,7 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Add support for Ubuntu 16.04 and 16.10 - Ubuntu: Issue EOL warning for unsupported release - ## 2016-05-26 - Release 2.0.0 - Drop Ruby1.8 Support @@ -22,7 +32,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Update default parameters for legacy_origin option - Add options support - ## 2016-01-11 - Release 1.1.1 ### Changed @@ -30,7 +39,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - CHANGELOG: Fixed changed header for 1.1.1 - Fix a facts lookup issue that caused us to break on Ubuntu - ## 2016-01-08 - Release 1.1.0 ### Added @@ -48,26 +56,22 @@ This project adheres to [Semantic Versioning](http://semver.org/). - rubocop clean - integrate in modulesync - ## 2015-04-23 - Release 1.0.3 ### Changed - Tested on Puppet 4. - Remove inclusion of `apt` class. - ## 2015-04-22 - Release 1.0.2 ### Changed - Resolve some Travis related packaging issues. - ## 2015-04-22 - Release 1.0.1 ### Changed - Resolve some Travis related packaging issues. - ## 2015-04-22 - Release 1.0.0 ### Added @@ -76,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - README with full documentation. - Boilerplate such as Gemfile, Travis configuration, LICENSE and so on. -[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...2.1.0 +[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...2.2.0 +[2.2.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/2.2.0...2.1.0 [2.1.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/2.1.0...2.0.0 [2.0.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/2.0.0...1.1.1 [1.1.1]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.1...1.1.0 diff --git a/metadata.json b/metadata.json index 5c6cd33..de960ab 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-unattended_upgrades", - "version": "2.1.1-rc0", + "version": "2.2.0", "author": "Vox Pupuli", "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", "license": "Apache-2.0", -- cgit v1.2.3