From fcafdecf8acfc85a2e5154cb4c97f8f4cedd98d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Fri, 8 Jan 2016 17:23:23 +0100 Subject: prepare release of 1.1.0 write changelog bump version fix urls to new namespace --- CHANGELOG.md | 28 +++++++++++++++++++++++----- metadata.json | 10 +++++----- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6704e..a5ab9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] ### Changed - CHANGELOG: Fixed comparison URL's for the releases -- CHANGELOG: Fixed changed header for 1.0.3 +- CHANGELOG: Fixed changed header for 1.1.1 + +## Release 1.1.0 - 2016-01-08 +### Added +- Support Raspbian +- Support for Debian Jessie and Ubuntu Wiley +- Documentation for `clean` parameter +- Clarification for `sleep` + +### Fixed +- code is now `strict_variables` safe +- Fix bug that prevented us from working on Ubuntu + +### Maintenance +- linter clean +- rubocop clean +- integrate in modulesync + ## [1.0.3] - 2015-04-23 ### Changed @@ -27,7 +44,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/puppet-community/puppet-unattended_upgrades/compare/HEAD...1.0.3 -[1.0.3]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.2...1.0.3 -[1.0.2]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...1.0.2 -[1.0.1]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.0...1.0.1 +[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...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 +[1.0.2]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.1...1.0.2 +[1.0.1]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.0...1.0.1 diff --git a/metadata.json b/metadata.json index b8825eb..edfaaba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { "name": "puppet-unattended_upgrades", - "version": "1.0.3", - "author": "Puppet Community", + "version": "1.1.0", + "author": "voxpupuli", "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", "license": "Apache-2.0", - "source": "https://github.com/puppet-community/puppet-unattended_upgrades", - "project_page": "https://github.com/puppet-community/puppet-unattended_upgrades", - "issues_url": "https://github.com/puppet-community/puppet-unattended_upgrades/issues", + "source": "https://github.com/voxpupuli/puppet-unattended_upgrades", + "project_page": "https://github.com/voxpupuli/puppet-unattended_upgrades", + "issues_url": "https://github.com/voxpupuli/puppet-unattended_upgrades/issues", "operatingsystem_support": [ { "operatingsystem": "Debian", -- cgit v1.2.3