Skip to content

Commit

Permalink
Merge pull request #15 from choria-plugins/release
Browse files Browse the repository at this point in the history
(misc) Release 4.1.0
  • Loading branch information
ripienaar authored Aug 26, 2024
2 parents d3727e4 + 0fd7a75 commit 275eb98
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Change history for `choria/mcollective_agent_process`

## 4.1.0

Released 2024-08-26

* Support latest ruby and use new module layout

## 4.0.2

Released 2018-04-20
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ task :prep_version do
abort("Please specify VERSION") unless ENV["VERSION"]

Rake::FileList["**/*.ddl"].each do |file|
sh 'sed -i "" -re \'s/([\t ]+:version[\t ]+=>[\t ]+").+/\\1%s",/\' %s' % [ENV["VERSION"], file]
sh 'sed -i"" -re \'s/([\t ]+:version[\t ]+=>[\t ]+").+/\\1%s",/\' %s' % [ENV["VERSION"], file]
end

Rake::FileList["**/*.json"].each do |file|
sh 'sed -i "" -re \'s/("version": ").+/\\1%s",/\' %s' % [ENV["VERSION"], file]
sh 'sed -i"" -re \'s/("version": ").+/\\1%s",/\' %s' % [ENV["VERSION"], file]
end

changelog = File.read("CHANGELOG.md")
Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/process.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "process",
:description => "Manages Operating System Processes",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "4.0.2",
:version => "4.1.0",
:url => "https://github.com/choria-plugins/process-agent",
:timeout => 10

Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/process.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Manages Operating System Processes",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"version": "4.0.2",
"version": "4.1.0",
"url": "https://github.com/choria-plugins/process-agent",
"timeout": 10
},
Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/aggregate/process_summary.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ metadata :name => "process_summary",
:description => "Process specific aggregate function",
:author => "P. Loubser <[email protected]>",
:license => "Apache-2.0",
:version => "4.0.2",
:version => "4.1.0",
:url => "https://github.com/choria-plugins/process-agent",
:timeout => 10
2 changes: 1 addition & 1 deletion files/mcollective/data/process_data.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "process_data",
:description => "Checks if a process matching a supplied pattern is present",
:author => "Pieter Loubser <[email protected]>",
:license => "Apache-2.0",
:version => "4.0.2",
:version => "4.1.0",
:url => "https://github.com/choria-plugins/process-agent",
:timeout => 3

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choria-mcollective_agent_process",
"version": "4.0.2",
"version": "4.1.0",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"summary": "Manages Operating System Processes",
Expand Down

0 comments on commit 275eb98

Please sign in to comment.