Showing with 12 additions and 2 deletions.
  1. +5 −0 .travis.yml
  2. +6 −1 CHANGELOG.md
  3. +1 −1 metadata.json
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
language: ruby
sudo: false

branches:
only:
- master
- /\d.\d.x/

script: "bundle exec rake test SPEC_OPTS='--format documentation'"

matrix:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [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/puppet-community/puppet-unattended_upgrades/compare/1.0.0...HEAD
[unreleased]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...HEAD
[1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.1...1.0.0
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-unattended_upgrades",
"version": "1.0.0",
"version": "1.0.1",
"author": "Puppet Community",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",
Expand Down