diff --git a/CHANGELOG.md b/CHANGELOG.md index fdb3c73..c7cccce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/files/mcollective/agent/shell.ddl b/files/mcollective/agent/shell.ddl index f416e74..ef8b4c3 100644 --- a/files/mcollective/agent/shell.ddl +++ b/files/mcollective/agent/shell.ddl @@ -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 diff --git a/files/mcollective/agent/shell.json b/files/mcollective/agent/shell.json index e0b17e3..f669778 100644 --- a/files/mcollective/agent/shell.json +++ b/files/mcollective/agent/shell.json @@ -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 }, diff --git a/metadata.json b/metadata.json index 515bc37..d7053b4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "choria-mcollective_agent_shell", - "version": "1.2.0", + "version": "1.2.1", "author": "R.I.Pienaar ", "license": "Apache-2.0", "summary": "Run commands with the local shell",