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.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Apr 18, 2017
1 parent c5f1605 commit c8c6127
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2017/04/18| |Release 0.0.26 |
|2017/04/18|254 |Improve sanity checks done when validating the overall SSL setup |
|2017/04/12|248 |Allow cert validation to be disabled in webhook |
|2017/04/12|250 |Accept http code 201 as a valid return code for the webhook playbook task |
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 => "0.0.25",
:version => "0.0.26",
: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.25",
:version => "0.0.26",
: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.25",
:version => "0.0.26",
:url => "https://github.com/choria-io",
:timeout => 0

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

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

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.25",
"version": "0.0.26",
"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 c8c6127

Please sign in to comment.