Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_shell`

## 1.2.0

Released 2026-03-24

* Add statuses action for batch handle queries

## 1.1.0

Released 2024-08-26
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "choria-mcollective_agent_shell",
"version": "1.1.0",
"author": "Puppet Labs",
"version": "1.2.0",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"summary": "Run commands with the local shell",
"source": "https://github.com/choria-plugins/shell-agent",
Expand All @@ -16,7 +16,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 8.0.0 < 9.0.0"
"version_requirement": ">= 8.0.0 <= 9.0.0"
}
]
}
201 changes: 0 additions & 201 deletions puppet/LICENSE.txt

This file was deleted.

17 changes: 0 additions & 17 deletions puppet/NOTICE.txt

This file was deleted.

Loading