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.1

Released 2026-03-29

* Update DDL versions

## 1.2.0

Released 2026-03-24
Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/shell.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ metadata :name => "shell",
:description => "Run commands with the local shell",
:author => "Puppet Labs",
:license => "Apache-2.0",
:version => "1.1.0",
:version => "1.2.1",
:url => "https://github.com/choria-plugins/shell-agent",
:timeout => 180

Expand Down
2 changes: 1 addition & 1 deletion files/mcollective/agent/shell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Run commands with the local shell",
"author": "Puppet Labs",
"license": "Apache-2.0",
"version": "1.1.0",
"version": "1.2.1",
"url": "https://github.com/choria-plugins/shell-agent",
"timeout": 180
},
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_shell",
"version": "1.2.0",
"version": "1.2.1",
"author": "R.I.Pienaar <rip@devco.net>",
"license": "Apache-2.0",
"summary": "Run commands with the local shell",
Expand Down
Loading