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

(misc) Release 0.7.0 #447

Merged
merged 1 commit into from Mar 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2018/03/21| |Release 0.7.0 |
|2018/03/19|347 |Support running Puppet Tasks |
|2018/03/17|434 |Fix dependency handling on Archlinux |
|2018/03/17|431 |Update the NATS Client Gem version `0.4.0` |
|2018/03/08|423 |Remove the `mco federation observe` command |
|2018/03/05|425 |Default to the users module path when running playbooks |
|2018/03/05|401 |Remove YAML playbooks |
|2018/03/02|419 |Deprecate the ruby Federation Broker |
|2018/02/28|415 |When running playbooks split the modulepath on `:` |
|2018/02/25| |Release 0.6.0 |
|2018/02/24|383 |Restore deep merging on Ruby Gem dependencies installed by this module |
|2018/02/24|405 |Update NATS gem to 0.3.0 |
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/agent/bolt_tasks.ddl
Expand Up @@ -2,7 +2,7 @@ metadata :name => "bolt_tasks",
:description => "Downloads and runs Puppet Tasks",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.6.0",
:version => "0.7.0",
:url => "https://choria.io",
:timeout => 60

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.6.0",
:version => "0.7.0",
:url => "https://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.6.0",
:version => "0.7.0",
:url => "https://github.com/choria-io",
:timeout => 60

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/data/bolt_task_data.ddl
Expand Up @@ -2,7 +2,7 @@ metadata :name => "bolt_task",
:description => "Information about past Bolt Task",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.6.0",
:version => "0.7.0",
:url => "https://choria.io",
:timeout => 1

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.6.0",
:version => "0.7.0",
:url => "https://github.com/choria-io",
:timeout => 0

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

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

attr_writer :ca
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/validator/bolt_task_name_validator.ddl
Expand Up @@ -2,6 +2,6 @@ metadata :name => "bolt_task_name",
:description => "Validates that a string matches Bolt Task Name",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.6.0",
:version => "0.7.0",
:url => "https://choria.io",
:timeout => 1
2 changes: 1 addition & 1 deletion module/choria/metadata.json
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_choria",
"version": "0.6.0",
"version": "0.7.0",
"author": "R.I.Pienaar <rip@devco.net>",
"summary": "A suite of MCollective Plugins for AIO Puppet",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions module/tasks/metadata.json
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_agent_bolt_tasks",
"version": "0.6.0",
"version": "0.7.0",
"author": "R.I.Pienaar <rip@devco.net>",
"summary": "Puppet Tasks integration for Choria",
"license": "Apache-2.0",
Expand All @@ -9,7 +9,7 @@
"issues_url": "https://github.com/choria-io/mcollective-choria/issues",
"dependencies": [
{ "name": "choria/mcollective","version_requirement":">= 0.2.0 < 2.0.0"},
{ "name": "choria/mcollective_choria","version_requirement":"0.6.0"}
{ "name": "choria/mcollective_choria","version_requirement":"0.7.0"}
],
"requirements": [
{
Expand Down