You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for immutable_parameters on action aliases. These allow for default parameters to be supplied on every execution and values can be Jinja expressions.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Added
10
10
* Add support for blacklisting / whitelisting hosts to the HTTP runner by adding new
11
11
``url_hosts_blacklist`` and ``url_hosts_whitelist`` runner attribute. (new feature)
12
12
#4757
13
-
* Add ``user`` parameter to ``re_run`` method of st2client. #4785
13
+
* Add support for `immutable_parameters` on Action Aliases. This feature allows default parameters to be supplied to the action on every execution. #4786
0 commit comments