From c39e9d05fe8466c99b8927d376a3a1725a29adcb Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Mon, 4 Mar 2019 12:37:11 +0100 Subject: [PATCH] (misc) Release 0.14.0 --- CHANGELOG.md | 5 +++++ lib/mcollective/agent/bolt_tasks.ddl | 2 +- lib/mcollective/agent/choria_util.ddl | 2 +- lib/mcollective/agent/rpcutil.ddl | 2 +- lib/mcollective/connector/nats.ddl | 2 +- lib/mcollective/data/bolt_task_data.ddl | 2 +- lib/mcollective/discovery/choria.ddl | 2 +- lib/mcollective/util/choria.rb | 2 +- lib/mcollective/validator/bolt_task_name_validator.ddl | 2 +- module/choria/metadata.json | 4 ++-- module/tasks/metadata.json | 4 ++-- 11 files changed, 17 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0dec44..0bf349c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2019/03/04| |Release 0.14.0 | +|2019/04/02|578 |Add `-T` to the `federation trace` command | +|2019/02/12|574 |Improve error messages when a token file cannot be found | +|2019/01/29|572 |Disable TLS verify when speaking to signers as we are not guaranteed to have client certs | +|2019/01/24| |Ensure policy defaults are honored correctly | |2019/01/23| |Release 0.13.1 | |2019/01/23|568 |Include the signer files when installing the module | |2019/01/23| |Release 0.13.0 | diff --git a/lib/mcollective/agent/bolt_tasks.ddl b/lib/mcollective/agent/bolt_tasks.ddl index fa8c377..8903baf 100644 --- a/lib/mcollective/agent/bolt_tasks.ddl +++ b/lib/mcollective/agent/bolt_tasks.ddl @@ -2,7 +2,7 @@ metadata :name => "bolt_tasks", :description => "Downloads and runs Puppet Tasks", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.13.1", + :version => "0.14.0", :url => "https://choria.io", :timeout => 60 diff --git a/lib/mcollective/agent/choria_util.ddl b/lib/mcollective/agent/choria_util.ddl index 117486a..aa87130 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 => "0.13.1", + :version => "0.14.0", :url => "https://choria.io", :timeout => 20 diff --git a/lib/mcollective/agent/rpcutil.ddl b/lib/mcollective/agent/rpcutil.ddl index f6f4f8a..c277ca3 100644 --- a/lib/mcollective/agent/rpcutil.ddl +++ b/lib/mcollective/agent/rpcutil.ddl @@ -2,7 +2,7 @@ metadata :name => "rpcutil", :description => "General helpful actions that expose stats and internals to SimpleRPC clients", :author => "R.I.Pienaar ", :license => "Apache License, Version 2.0", - :version => "0.13.1", + :version => "0.14.0", :url => "https://docs.puppetlabs.com/mcollective/", :timeout => 10 diff --git a/lib/mcollective/connector/nats.ddl b/lib/mcollective/connector/nats.ddl index 9f46438..11c4f10 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.13.1", + :version => "0.14.0", :url => "https://github.com/choria-io", :timeout => 60 diff --git a/lib/mcollective/data/bolt_task_data.ddl b/lib/mcollective/data/bolt_task_data.ddl index 673c036..5e04ff9 100644 --- a/lib/mcollective/data/bolt_task_data.ddl +++ b/lib/mcollective/data/bolt_task_data.ddl @@ -2,7 +2,7 @@ metadata :name => "bolt_task", :description => "Information about past Bolt Task", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.13.1", + :version => "0.14.0", :url => "https://choria.io", :timeout => 1 diff --git a/lib/mcollective/discovery/choria.ddl b/lib/mcollective/discovery/choria.ddl index b542022..942e56b 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.13.1", + :version => "0.14.0", :url => "https://github.com/choria-io", :timeout => 0 diff --git a/lib/mcollective/util/choria.rb b/lib/mcollective/util/choria.rb index 48e6210..347af6d 100644 --- a/lib/mcollective/util/choria.rb +++ b/lib/mcollective/util/choria.rb @@ -8,7 +8,7 @@ class UserError < StandardError; end class Abort < StandardError; end unless defined?(Choria::VERSION) # rubocop:disable Style/IfUnlessModifier - VERSION = "0.13.1".freeze + VERSION = "0.14.0".freeze end attr_writer :ca diff --git a/lib/mcollective/validator/bolt_task_name_validator.ddl b/lib/mcollective/validator/bolt_task_name_validator.ddl index de13c17..bcd35b9 100644 --- a/lib/mcollective/validator/bolt_task_name_validator.ddl +++ b/lib/mcollective/validator/bolt_task_name_validator.ddl @@ -2,6 +2,6 @@ metadata :name => "bolt_task_name", :description => "Validates that a string matches Bolt Task Name", :author => "R.I.Pienaar ", :license => "Apache-2.0", - :version => "0.13.1", + :version => "0.14.0", :url => "https://choria.io", :timeout => 1 diff --git a/module/choria/metadata.json b/module/choria/metadata.json index 4e7cc57..27c5ee0 100644 --- a/module/choria/metadata.json +++ b/module/choria/metadata.json @@ -1,6 +1,6 @@ { "name": "choria-mcollective_choria", - "version": "0.13.1", + "version": "0.14.0", "author": "R.I.Pienaar ", "summary": "A suite of MCollective Plugins for AIO Puppet", "license": "Apache-2.0", @@ -8,7 +8,7 @@ "project_page": "https://github.com/choria-io/mcollective-choria/wiki", "issues_url": "https://github.com/choria-io/mcollective-choria/issues", "dependencies": [ - { "name": "choria/mcollective","version_requirement":">= 0.9.0 < 2.0.0"}, + { "name": "choria/mcollective","version_requirement":">= 0.9.1 < 2.0.0"}, { "name": "choria/mcollective_agent_puppet", "version_requirement": ">= 2.3.1" }, { "name": "choria/mcollective_agent_package", "version_requirement": ">= 5.1.0" }, { "name": "choria/mcollective_agent_service", "version_requirement": ">= 4.0.1" }, diff --git a/module/tasks/metadata.json b/module/tasks/metadata.json index f18701b..e5687c7 100644 --- a/module/tasks/metadata.json +++ b/module/tasks/metadata.json @@ -1,6 +1,6 @@ { "name": "choria-mcollective_agent_bolt_tasks", - "version": "0.13.1", + "version": "0.14.0", "author": "R.I.Pienaar ", "summary": "Puppet Tasks integration for Choria", "license": "Apache-2.0", @@ -9,7 +9,7 @@ "issues_url": "https://github.com/choria-io/mcollective-choria/issues", "dependencies": [ { "name": "choria/mcollective","version_requirement":">= 0.9.0 < 2.0.0"}, - { "name": "choria/mcollective_choria","version_requirement":"0.13.1"} + { "name": "choria/mcollective_choria","version_requirement":"0.14.0"} ], "requirements": [ {