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

Commit

Permalink
Merge pull request #242 from ripienaar/rel_0025
Browse files Browse the repository at this point in the history
(misc) Release 0.0.25
  • Loading branch information
ripienaar committed Mar 29, 2017
2 parents 2ee6c7a + bf6d5de commit ca10c53
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2017/03/29| |Release 0.0.25 |
|2017/03/27|228 |Support Federations of Collectives |
|2017/03/14|229 |Update the NATS gem to 0.2.2 |
|2017/03/11|213 |Add federation support to the NATS connector |
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/agent/choria_util.ddl
Original file line number Diff line number Diff line change
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 => "0.0.24",
:version => "0.0.25",
:url => "http:/choria.io",
:timeout => 5

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/connector/nats.ddl
Original file line number Diff line number Diff line change
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.24",
:version => "0.0.25",
:url => "https://github.com/choria-io",
:timeout => 60

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/discovery/choria.ddl
Original file line number Diff line number Diff line change
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.24",
:version => "0.0.25",
:url => "https://github.com/choria-io",
:timeout => 0

Expand Down
4 changes: 3 additions & 1 deletion lib/mcollective/util/choria.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ class Choria
class UserError < StandardError; end
class Abort < StandardError; end

VERSION = "0.0.24".freeze unless defined?(Choria::VERSION)
unless defined?(Choria::VERSION) # rubocop:disable Style/IfUnlessModifier
VERSION = "0.0.25".freeze
end

attr_writer :ca

Expand Down
2 changes: 1 addition & 1 deletion module/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_choria",
"version": "0.0.24",
"version": "0.0.25",
"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 ca10c53

Please sign in to comment.