summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2016-10-05 10:18:43 +0200
committerTim Meusel <tim@bastelfreak.de>2016-10-05 10:20:29 +0200
commitb294082b63a5f19fda1cb10300b446eaffe9b9e6 (patch)
treefb1e7cc2ba424952469863d2b3660b57094d3c9e
parent1af98e12e41532c7f9d325dd867e7f2b830abb82 (diff)
release 2.1.0
-rw-r--r--CHANGELOG.md41
-rw-r--r--metadata.json4
2 files changed, 33 insertions, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9a0f2a9..fb6ec87 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,24 +3,36 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased][unreleased]
+## 2016-10-05 - Release 2.1.0
+
+- Modulesync with latest Vox Pupuli defaults
+- Add support for Linux Mint
+- Improve parameter validation and testing
+- Add support for Ubuntu 16.04 and 16.10
+- Ubuntu: Issue EOL warning for unsupported release
+
+
+## 2016-05-26 - Release 2.0.0
-## Release 2.0.0 - 2016-05-26
- Drop Ruby1.8 Support
-- Modulesync to latest voxpupuli defaults
+- Modulesync to latest Vox Pupuli defaults
- Improve spec tests
- Update documentation
- Add parameter to control reboot time
- Update default parameters for legacy_origin option
- Add options support
-## Release 1.1.1 - 2016-01-11
+
+## 2016-01-11 - Release 1.1.1
### Changed
+
- CHANGELOG: Fixed comparison URL's for the releases
- CHANGELOG: Fixed changed header for 1.1.1
- Fix a facts lookup issue that caused us to break on Ubuntu
-## Release 1.1.0 - 2016-01-08
+
+## 2016-01-08 - Release 1.1.0
+
### Added
- Support Raspbian
- Support for Debian Jessie and Ubuntu Wiley
@@ -37,27 +49,36 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- integrate in modulesync
-## [1.0.3] - 2015-04-23
+## 2015-04-23 - Release 1.0.3
+
### Changed
- Tested on Puppet 4.
- Remove inclusion of `apt` class.
-## [1.0.2] - 2015-04-22
+
+## 2015-04-22 - Release 1.0.2
+
### Changed
- Resolve some Travis related packaging issues.
-## [1.0.1] - 2015-04-22
+
+## 2015-04-22 - Release 1.0.1
+
### Changed
- Resolve some Travis related packaging issues.
-## 1.0.0 - 2015-04-22
+
+## 2015-04-22 - Release 1.0.0
+
### Added
- Full configuration of unattended-upgrades and all possible options for `APT::Periodic`.
- Test suite covering the current behaviour.
- README with full documentation.
- Boilerplate such as Gemfile, Travis configuration, LICENSE and so on.
-[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...1.1.1
+[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...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
[1.1.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.0...1.0.2
[1.0.3]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.2...1.0.3
diff --git a/metadata.json b/metadata.json
index 95ab82e..e9d65f3 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,7 +1,7 @@
{
"name": "puppet-unattended_upgrades",
- "version": "2.0.1-rc0",
- "author": "voxpupuli",
+ "version": "2.1.0",
+ "author": "Vox Pupuli",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-unattended_upgrades.git",