Skip to content

Commit

Permalink
Merge pull request #139 from ripienaar/0150
Browse files Browse the repository at this point in the history
(misc) Release 0.15.0
  • Loading branch information
ripienaar authored Nov 26, 2019
2 parents c0a2b17 + d6d1593 commit 7e5bbb3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .pdkignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.git
spec
Gemfile*
Rakefile
pkg
vendor
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
|Date |Issue|Description |
|----------|-----|---------------------------------------------------------------------------------------------------------|
|2019/11/25| |Release 0.15.0 |
|2019/11/21|113 |Improve resource ordering on debian systems |
|2019/09/19|130 |Allow splitting services log into server and broker logs |
|2019/09/20| |Release 0.14.0 |
|2019/09/17|127 |Create a symlink of mcollective policies into choria |
|2019/08/20|125 |Allow client_hosts to be set in broker config |
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-choria",
"version": "0.14.0",
"version": "0.15.0",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"summary": "Install and manage the Choria plugin for MCollective",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.24.0 < 7.0.0" },
{ "name": "puppetlabs/apt", "version_requirement": ">= 4.5.1 < 8.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.16.0 < 2.0.0" },
{ "name": "choria/mcollective_choria", "version_requirement": ">= 0.17.0 < 2.0.0" },
{ "name": "choria/mcollective", "version_requirement": ">= 0.10.0 < 2.0.0" }
],
"operatingsystem_support": [
Expand Down

0 comments on commit 7e5bbb3

Please sign in to comment.