Skip to content

Commit

Permalink
Prepare release 2.4.0 (#157)
Browse files Browse the repository at this point in the history
Support for puppet 3 will be removed after this release.
puppet 3 suppported releases will be bugfix only
  • Loading branch information
rendhalver authored Jul 4, 2017
1 parent 6d8259f commit 0a10eb8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
##2016-10-10 - Pete Brown <[email protected]> 2.3.0-alpha
##2017-07-02 - Pete Brown <[email protected]> 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 <[email protected]> 2.3.0
###Summary
Numerous bugfixes.
Feature: Configure agents using SRV records @aaron-miller
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 0a10eb8

Please sign in to comment.