Skip to content

v2.4.1

Compare
Choose a tag to compare
@m4dcoder m4dcoder released this 13 Sep 06:13
· 9142 commits to master since this release

https://stackstorm.com/2017/09/18/quick-one-st2-2-4-1-released/

Fixed

  • Fix a bug with /v1/packs/install and /v1/packs/uninstall API endpoints incorrectly using
    system user for scheduled pack install and pack uninstall executions instead of the user which
    performed the API operation.(bug fix) #3693 #3696

    Reported by theuiz.

  • Fix mistral callback failure when result contains unicode. (bug fix)

  • Fix cancellation of delayed action execution for tasks in workflow. (bug fix)

  • Fix timeout of mistral shutdown in systemd service. The fix is done upstream.
    https://review.openstack.org/#/c/499853/ (bug fix)