Skip to content

Commit a81e38a

Browse files
committed
Use non-deprecated runner name.
1 parent 7a31b11 commit a81e38a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
- Use non-deprecated runner name and change ``runner_type`` from ``run-remote`` to
6+
``remote-shell-script``.
7+
38
## 1.1.0
49

510
- Fix ``ec2_run_instances`` action so ``user_data`` parameter passed to this action takes

actions/set_hostname_cloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: "set_hostname_cloud"
3-
runner_type: "run-remote"
3+
runner_type: "remote-shell-cmd"
44
description: "Set the hostname on a VM and update cloud.cfg"
55
enabled: true
66
entry_point: ""

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ keywords:
2020
- lambda
2121
- kinesis
2222

23-
version : 1.1.0
23+
version : 1.1.1
2424
author : StackStorm, Inc.
2525
email : info@stackstorm.com

0 commit comments

Comments
 (0)