github StackStorm/st2 v2.0.1
v2.0.1 - September 30, 2016

latest releases: v3.8.1, v3.8.0, v3.7.0...
7 years ago
  • Fix st2 execution get command so now --attr argument correctly works with child
    properties of the result and trigger_instance dictionary (e.g. --attr result.stdout result.stderr). (bug fix)
  • Update traces list API endpoint and st2 trace list so the traces are sorted by
    start_timestamp in descending order by default. This way it's consistent with executions
    list and -n CLI parameter works as expected. (improvement)
  • Allow users to specify sort order when listing traces using the API endpoint by specifying
    ?sort_desc=True|False query parameters and by passing --sort=asc|desc parameter to
    the st2 trace list CLI command. (improvement)
  • Fix a bug with action default parameter values not supporting Jinja template
    notation for parameters of type object. (bug fix, improvement)
  • Fix --user / -u argument in the st2 key delete CLI command.
  • Retry connecting to RabbitMQ on services start-up if connecting fails because
    of an intermediate network error or similar. (improvements)

Don't miss a new st2 release

NewReleases is sending notifications on new releases.