We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a31b11 commit a81e38aCopy full SHA for a81e38a
CHANGES.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.1
4
+
5
+- Use non-deprecated runner name and change ``runner_type`` from ``run-remote`` to
6
+ ``remote-shell-script``.
7
8
## 1.1.0
9
10
- Fix ``ec2_run_instances`` action so ``user_data`` parameter passed to this action takes
actions/set_hostname_cloud.yaml
@@ -1,6 +1,6 @@
---
name: "set_hostname_cloud"
- runner_type: "run-remote"
+ runner_type: "remote-shell-cmd"
description: "Set the hostname on a VM and update cloud.cfg"
enabled: true
entry_point: ""
pack.yaml
@@ -20,6 +20,6 @@ keywords:
20
- lambda
21
- kinesis
22
23
-version : 1.1.0
+version : 1.1.1
24
author : StackStorm, Inc.
25
email : info@stackstorm.com
0 commit comments