From baa0a6c1980a2dc094b26cbe0be40c94bfdbf948 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 18:47:43 +0200 Subject: Prepare 1.0.1 release: * Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478fe63..b19ae3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +## [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 -- cgit v1.2.3 From f85c8cf450fc0d57ef335fb4e027bd068f123e11 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 18:54:42 +0200 Subject: travis: Build everything for deploy. --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d807f71..b7ad44c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,6 @@ language: ruby sudo: false -branches: - only: - - master - script: "bundle exec rake test SPEC_OPTS='--format documentation'" matrix: @@ -29,4 +25,5 @@ deploy: secure: "PzzvPB326Yx0hheLbusZGYCGW4i1jOOMjwJMC/7QpbN4+gvMdmHpmQP3XeQ5tm+YYXqLPMyr1he1viTln8GPqLk1qpzF55H5mTakPxMjWZfRYvM+Q7lmtOEsBEXXSJk0ZYwMHXGVd8ouDrhaRzS2JqnhCAhLat0HeLcERWZx6Ok=" on: tags: true + all_branches: true rvm: 2.1 -- cgit v1.2.3 From af27697750e1d901bf0ae28c10093429e401713c Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 19:09:44 +0200 Subject: Prep 1.0.1. --- CHANGELOG.md | 7 ++++++- metadata.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19ae3e..1c7422c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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`. @@ -11,4 +15,5 @@ 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/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 diff --git a/metadata.json b/metadata.json index 6bb45fa..593a294 100644 --- a/metadata.json +++ b/metadata.json @@ -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", -- cgit v1.2.3 -- cgit v1.2.3 From cb263d079ecff0a67193f2f175d32f20ea3f742d Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 19:27:50 +0200 Subject: Fucking hell, build already. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd13788..b7ad44c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: ruby sudo: false -branches: - only: - - master - - /\d.\d.x/ - script: "bundle exec rake test SPEC_OPTS='--format documentation'" matrix: -- cgit v1.2.3 From b4a179b5f94f50aee0c933fd389cadf0f09c543b Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Wed, 22 Apr 2015 19:29:09 +0200 Subject: 1.0.2, in the hopes that this will build --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c7422c..4c15658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] + +## [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. @@ -16,4 +21,5 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Boilerplate such as Gemfile, Travis configuration, LICENSE and so on. [unreleased]: https://github.com/puppet-community/puppet-unattended_upgrades/compare/1.0.1...HEAD +[1.0.2]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.2...1.0.1 [1.0.1]: https://github.com/olivierlacan/keep-a-changelog/compare/1.0.1...1.0.0 diff --git a/metadata.json b/metadata.json index 593a294..6ce531e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-unattended_upgrades", - "version": "1.0.1", + "version": "1.0.2", "author": "Puppet Community", "summary": "Provides an interface for managing Apt unattended_upgrades with Puppet", "license": "Apache-2.0", -- cgit v1.2.3