summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Sluijters <daenney@users.noreply.github.com>2016-01-09 12:38:34 +0100
committerDaniele Sluijters <daenney@users.noreply.github.com>2016-01-09 12:38:34 +0100
commit2691ceb412aa05bcd50fb6f8f968877b51817919 (patch)
treed428cf2ce0f272de92692633bf2f63b74126d5fc
parent2fa05318cca28328415d2f260731b9831f6d16d5 (diff)
parentfcafdecf8acfc85a2e5154cb4c97f8f4cedd98d2 (diff)
Merge pull request #45 from igalic/rel/1.1.0
prepare release of 1.1.0
-rw-r--r--CHANGELOG.md28
-rw-r--r--metadata.json10
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",