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.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Sep 21, 2017
1 parent 0dd079f commit 1c60175
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2017/09/21| |Release 0.2.0 |
|2017/09/21|339 |Promote the `mcollective_assert` `pre_sleep` property to one that applies to all task types |
|2017/09/20|337 |Fix boolean inputs in playbooks |
|2017/09/19|329 |Allow `$schema` in playbook yaml files |
|2017/09/19|332 |Support creating data files in the file data store using the `create` property |
|2017/09/10|325 |Support saving CLI provided inputs to the data stores automatically |
|2017/09/08|323 |Support disabling TLS programatically, this is not a configurable option |
|2017/09/06|322 |Fix fetching certificates from Ruby Puppet Master |
|2017/08/19| |Release 0.1.0 |
|2017/08/19|290 |Strip spaces off comma separated host lists to allow for space between hosts |
|2017/08/18|314 |Fix fact filters in JSON transport mode |
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.1.0",
:version => "0.2.0",
: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.1.0",
:version => "0.2.0",
: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.1.0",
:version => "0.2.0",
:url => "https://github.com/choria-io",
:timeout => 0

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

unless defined?(Choria::VERSION) # rubocop:disable Style/IfUnlessModifier
VERSION = "0.1.0".freeze
VERSION = "0.2.0".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.1.0",
"version": "0.2.0",
"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 1c60175

Please sign in to comment.