Skip to content

v2.1.1

Compare
Choose a tag to compare
@bigmstone bigmstone released this 16 Dec 20:47
· 2 commits to v2.1 since this release

https://stackstorm.com/2016/12/20/quick-update-v2-1-1-published/

  • After running st2 pack install CLI command display which packs have been installed.
    (improvement)

  • Update /v1/packs/register API endpoint so it throws on failure (e.g. invalid pack or resource
    metadata). This way the default behavior is consistent with default
    st2ctl reload --register-all behavior.

    If user doesn't want the API endpoint to fail on failure, they can pass
    "fail_on_failure": false attribute in the request payload. (improvement)

  • Throw a more user-friendly exception when registering packs (st2ctl reload) if pack ref /
    name is invalid. (improvement)

  • core.http action now also supports HTTP basic auth and digest authentication by passing
    username and password parameter to the action. (new feature)

  • Fix GET /v1/packs/<pack ref or id> API endpoint - make sure pack object is correctly returned
    when pack ref doesn't match pack name. Previously, 404 not found was thrown. (bug fix)

  • Update local action runner so it supports and works with non-ascii (unicode) parameter keys and
    values. (bug fix)

    Contribution by Hiroyasu OHYAMA. #3116

  • Update packs.load action to also register triggers by default. (improvement)

  • Update /v1/packs/register API endpoint so it registers resources in the correct order which
    is the same as order used in st2-register-content script. (bug fix)