Skip to content

Commit

Permalink
(misc) Release 5.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Aug 26, 2024
1 parent 66845f3 commit fc6cfbe
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 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_package`

## 5.5.1

Released 2024-08-26

* Support latest ruby and use new module layout

## 5.4.1

Release 2024-02-04
Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/package.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "package",
:description => "Manage Operating System Packages",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "5.4.1",
:version => "5.5.1",
:url => "https://github.com/choria-plugins/package-agent",
:timeout => 180

Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Manage Operating System Packages",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"version": "5.4.1",
"version": "5.5.1",
"url": "https://github.com/choria-plugins/package-agent",
"timeout": 180
},
Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/data/package_data.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "package",
:description => "Checks the status of a package",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "5.4.1",
:version => "5.5.1",
:url => "https://github.com/choria-plugins/package-agent",
:timeout => 3

Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/validator/package_name.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "package_name",
:description => "Validates that a string is a package name",
:author => "R.I.Pienaar <[email protected]>",
:license => "Apache-2.0",
:version => "5.4.1",
:version => "5.5.1",
:url => "https://github.com/choria-plugins/package-agent",
:timeout => 1

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_package",
"version": "5.4.1",
"version": "5.5.1",
"author": "R.I.Pienaar <[email protected]>",
"license": "Apache-2.0",
"summary": "Manage Operating System Packages",
Expand Down

0 comments on commit fc6cfbe

Please sign in to comment.