From 8a15fc3777cad073e094c124a25f284647c68f2f Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Sun, 29 Mar 2026 17:44:43 +0200 Subject: [PATCH] (misc) Prepeare release 1.2.1 Signed-off-by: R.I.Pienaar --- CHANGELOG.md | 6 ++++++ files/mcollective/agent/shell.ddl | 2 +- files/mcollective/agent/shell.json | 2 +- metadata.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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",