From 3b3807ef7c37ab2f1a1e47f9731884ebe54de963 Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Wed, 8 Mar 2017 18:04:22 +0100 Subject: [PATCH] (misc) Release 0.0.24 --- CHANGELOG.md | 1 + Rakefile | 3 ++- lib/mcollective/agent/choria_util.ddl | 2 +- lib/mcollective/connector/nats.ddl | 2 +- lib/mcollective/discovery/choria.ddl | 2 +- lib/mcollective/util/choria.rb | 2 +- module/metadata.json | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa2320..3653cf2 100644 --- a/CHANGELOG.md +++ b/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 | diff --git a/Rakefile b/Rakefile index eea3f36..1fef212 100644 --- a/Rakefile +++ b/Rakefile @@ -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 diff --git a/lib/mcollective/agent/choria_util.ddl b/lib/mcollective/agent/choria_util.ddl index 0cf0c38..7168eb9 100644 --- a/lib/mcollective/agent/choria_util.ddl +++ b/lib/mcollective/agent/choria_util.ddl @@ -2,7 +2,7 @@ metadata :name => "choria_util", :description => "Choria Utilities", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "1.0.0", + :version => "0.0.24", :url => "http:/choria.io", :timeout => 5 diff --git a/lib/mcollective/connector/nats.ddl b/lib/mcollective/connector/nats.ddl index c5fdda7..3d5dc40 100644 --- a/lib/mcollective/connector/nats.ddl +++ b/lib/mcollective/connector/nats.ddl @@ -2,7 +2,7 @@ metadata :name => "nats", :description => "Connector plugin for NATS.io middleware", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.0.22", + :version => "0.0.24", :url => "https://github.com/choria-io", :timeout => 60 diff --git a/lib/mcollective/discovery/choria.ddl b/lib/mcollective/discovery/choria.ddl index 0873e25..e96ee9d 100644 --- a/lib/mcollective/discovery/choria.ddl +++ b/lib/mcollective/discovery/choria.ddl @@ -2,7 +2,7 @@ metadata :name => "choria", :description => "PuppetDB based discovery for the Choria plugin suite", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.0.22", + :version => "0.0.24", :url => "https://github.com/choria-io", :timeout => 0 diff --git a/lib/mcollective/util/choria.rb b/lib/mcollective/util/choria.rb index 7ce84d4..a42cd12 100644 --- a/lib/mcollective/util/choria.rb +++ b/lib/mcollective/util/choria.rb @@ -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 diff --git a/module/metadata.json b/module/metadata.json index 7f968c3..cff5f29 100644 --- a/module/metadata.json +++ b/module/metadata.json @@ -1,6 +1,6 @@ { "name": "choria-mcollective_choria", - "version": "0.0.23", + "version": "0.0.24", "author": "R.I.Pienaar ", "summary": "A suite of MCollective Plugins for AIO Puppet", "license": "Apache-2.0",