Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
(misc) Release 0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Mar 8, 2017
1 parent 709d7a9 commit 3b3807e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2017/03/08| |Release 0.0.24 |
|2017/03/07|204 |Add a `choria_util` agent that extract running info out of the mcollective daemon |
|2017/03/06|173 |Support playbook elapsed time in templates |
|2017/03/06|201 |Allow server randomization to be configured |
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
Expand Up @@ -49,7 +49,8 @@ task :prep_version do
end
end

sh "git commit CHANGELOG.md lib -e -m '(misc) Release %s'" % ENV["CHORIA_VERSION"]
sh "git add CHANGELOG.md lib module"
sh "git commit -e -m '(misc) Release %s'" % ENV["CHORIA_VERSION"]
sh "git tag %s" % ENV["CHORIA_VERSION"]
end

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/agent/choria_util.ddl
Expand Up @@ -2,7 +2,7 @@ metadata :name => "choria_util",
:description => "Choria Utilities",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "1.0.0",
:version => "0.0.24",
:url => "http:/choria.io",
:timeout => 5

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/connector/nats.ddl
Expand Up @@ -2,7 +2,7 @@ metadata :name => "nats",
:description => "Connector plugin for NATS.io middleware",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.0.22",
:version => "0.0.24",
:url => "https://github.com/choria-io",
:timeout => 60

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/discovery/choria.ddl
Expand Up @@ -2,7 +2,7 @@ metadata :name => "choria",
:description => "PuppetDB based discovery for the Choria plugin suite",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.0.22",
:version => "0.0.24",
:url => "https://github.com/choria-io",
:timeout => 0

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/util/choria.rb
Expand Up @@ -10,7 +10,7 @@ class Choria
class UserError < StandardError; end
class Abort < StandardError; end

VERSION = "0.0.23".freeze
VERSION = "0.0.24".freeze

attr_writer :ca

Expand Down
2 changes: 1 addition & 1 deletion module/metadata.json
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_choria",
"version": "0.0.23",
"version": "0.0.24",
"author": "R.I.Pienaar <rip@devco.net>",
"summary": "A suite of MCollective Plugins for AIO Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3b3807e

Please sign in to comment.