We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0652c1b + bc8d4c9 commit 79b2fd7Copy full SHA for 79b2fd7
4 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Change history for `choria/mcollective_agent_shell`
4
5
+## 1.2.0
6
+
7
+Released 2026-03-24
8
9
+ * Add statuses action for batch handle queries
10
11
## 1.1.0
12
13
Released 2024-08-26
metadata.json
@@ -1,7 +1,7 @@
1
{
"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",
@@ -16,7 +16,7 @@
16
"requirements": [
17
18
"name": "puppet",
19
- "version_requirement": ">= 8.0.0 < 9.0.0"
+ "version_requirement": ">= 8.0.0 <= 9.0.0"
20
}
21
]
22
puppet/LICENSE.txt
puppet/NOTICE.txt
0 commit comments