Page MenuHomeSoftware Heritage

No OneTemporary

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a0409a..9a0f2a9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,56 +1,65 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+## Release 2.0.0 - 2016-05-26
+- Drop Ruby1.8 Support
+- Modulesync to latest voxpupuli 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
### 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
### 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
- Tested on Puppet 4.
- Remove inclusion of `apt` class.
## [1.0.2] - 2015-04-22
### Changed
- Resolve some Travis related packaging issues.
## [1.0.1] - 2015-04-22
### Changed
- Resolve some Travis related packaging issues.
## 1.0.0 - 2015-04-22
### 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
[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
[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 19750ae..415bd69 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,47 +1,47 @@
{
"name": "puppet-unattended_upgrades",
- "version": "1.1.1",
+ "version": "2.0.0",
"author": "voxpupuli",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",
"source": "https://github.com/voxpupuli/puppet-unattended_upgrades.git",
"project_page": "https://github.com/voxpupuli/puppet-unattended_upgrades",
"issues_url": "https://github.com/voxpupuli/puppet-unattended_upgrades/issues",
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
}
],
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.2.0 < 4.0.0"
},
{
"name": "puppet",
"version_requirement": ">= 3.4.0 < 4.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.2.0 < 3.0.0"
}
]
}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Sep 18, 4:28 AM (23 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3334299

Event Timeline