From 0a10eb888d34d3fa090c4d195061aaee613beab4 Mon Sep 17 00:00:00 2001 From: Pete Brown Date: Tue, 4 Jul 2017 11:41:58 -0400 Subject: [PATCH] Prepare release 2.4.0 (#157) Support for puppet 3 will be removed after this release. puppet 3 suppported releases will be bugfix only --- .travis.yml | 4 ++-- CHANGELOG.md | 15 ++++++++++++++- metadata.json | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3c940db..ff62b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,6 @@ deploy: tags: true # all_branches is required to use tags all_branches: true - rvm: 2.1.7 + rvm: 2.1.9 condition: - - $PUPPET_GEM_VERSION = '4.3.2' + - $PUPPET_GEM_VERSION = '4.10.1' diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cb211..8b91925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,17 @@ -##2016-10-10 - Pete Brown 2.3.0-alpha +##2017-07-02 - Pete Brown 2.4.0 +###Summary +Feature: Add more parameters to R10K profile (PR #141) +Feature: Add parameter to determine whether to manage puppetdb database (PR #144) +Feature: Add support for show_diff parameter (PR #145) +Feature: Add support for puppet 4.10.1 (PR #150) +Feature: Change to puppet/r10k module (PR #131) +Add license file (PR #155) + +####Bugfixes +Fix #142 Move server setting to main (PR #143) +Notify agent service when package is upgraded (PR #149) + +##2016-10-10 - Pete Brown 2.3.0 ###Summary Numerous bugfixes. Feature: Configure agents using SRV records @aaron-miller diff --git a/metadata.json b/metadata.json index 6897f42..0369045 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "abstractit-puppet", - "version": "2.3.0", + "version": "2.4.0", "author": "Abstract IT", "license": "Apache-2.0", "summary": "Manage Puppet agent, master, modules and hiera with Puppet",