summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Nelson <rnelson0@gmail.com>2017-01-12 17:15:58 -0500
committerGitHub <noreply@github.com>2017-01-12 17:15:58 -0500
commit7917df20971ebd11717a85a0f02a963a4d87fd0a (patch)
treeb1f9805f77e04839aa39de9e25bcef9a46237be5
parentb3d32408cc3a546b4324f6426c788eaa0a832d20 (diff)
parentb31ed9c04f940567f530a21f5a2a1079b6dcdab1 (diff)
Merge pull request #81 from bastelfreak/rel220
release 2.2.0
-rw-r--r--CHANGELOG.md21
-rw-r--r--metadata.json2
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",