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.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Dec 21, 2017
1 parent c971838 commit b7ac43d
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
|Date |Issue |Description |
|----------|------|---------------------------------------------------------------------------------------------------------|
|2017/12/21| |Release 0.5.0 |
|2017/12/20|378 |Arch Linux support |
|2017/10/18| |Release 0.4.0 |
|2017/10/16|348 |Allow Playbooks to be written using the Puppet Plan DSL |
|2017/10/16|319 |Remove the `mcollective_assert` task |
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ task :prep_version do

sh 'sed -i.bak -re \'s/(.+"version": ").+/\1%s",/\' module/choria/metadata.json' % ENV["CHORIA_VERSION"]
sh 'sed -i.bak -re \'s/(.+"version": ").+/\1%s",/\' module/tasks/metadata.json' % ENV["CHORIA_VERSION"]
sh 'sed -i.bak -re \'s/mcollective_choria(.+"version_requirement":").+/\1%s",/\' module/tasks/metadata.json' % ENV["CHORIA_VERSION"]
sh 'sed -i.bak -re \'s/mcollective_choria(.+"version_requirement":").+?"/mcollective_choria\1%s"/\' module/tasks/metadata.json' % ENV["CHORIA_VERSION"]
sh 'sed -i.bak -re \'s/(\s+VERSION\s+=\s+").+/\1%s".freeze/\' ./lib/mcollective/util/choria.rb' % ENV["CHORIA_VERSION"]

Rake::FileList["lib/**/*.ddl"].each do |file|
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/agent/bolt_task.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "bolt_task",
:description => "Downloads and runs Puppet Bolt tasks",
:author => "R.I.Pienaar <rip@devco.net>",
:license => "Apache-2.0",
:version => "0.0.1",
:version => "0.5.0",
:url => "https://choria.io",
:timeout => 60

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

Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/data/bolt_task_data.ddl
Original file line number Diff line number Diff line change
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.0.1",
:version => "0.5.0",
:url => "https://choria.io",
:timeout => 1

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.4.0",
:version => "0.5.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 @@ -8,7 +8,7 @@ class UserError < StandardError; end
class Abort < StandardError; end

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

attr_writer :ca
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective/validator/bolt_task_name_validator.ddl
Original file line number Diff line number Diff line change
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.0.1",
:version => "0.5.0",
:url => "https://choria.io",
:timeout => 1
2 changes: 1 addition & 1 deletion module/choria/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_choria",
"version": "0.4.0",
"version": "0.5.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_agent_bolt_tasks",
"version": "0.4.0",
"version": "0.5.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.4.0"}
{ "name": "choria/mcollective_choria","version_requirement":"0.5.0"}
],
"requirements": [
{
Expand Down

0 comments on commit b7ac43d

Please sign in to comment.