StackStorm v2.10.4 Release Notes

Release Date: 2019-03-15 // about 5 years ago
  • ๐Ÿ›  Fixed

    ๐Ÿ›  Fix inadvertent regression in notifier service which would cause generic action trigger to only
    be dispatched for completed states even if custom states were specified using
    action_sensor.emit_when config option. (bug fix)
    Reported by Shu Sugimoto (@shusugmt). #4591

    ๐ŸŒฒ Make sure we don't log auth token and api key inside st2api log file if those values are provided
    via query parameter and not header (?x-auth-token=foo, ?st2-api-key=bar). (bug fix) #4592
    #4589

    ๐Ÿ›  Fix rendering of {{ config_context. }} in orquesta task that references action from a
    different pack (bug fix) #4570 #4567

    โž• Add missing default config location (/etc/st2/st2.conf) to the following services:
    โฑ st2actionrunner, st2scheduler, st2workflowengine. (bug fix) #4596

    โšก๏ธ Update statsd metrics driver so any exception thrown by statsd library is treated as non fatal.

    Previously there was an edge case if user used a hostname instead of an IP address for metrics
    backend server address. In such scenario, if hostname DNS resolution failed, statsd driver would
    ๐Ÿ‘ป throw the exception which would propagate all the way up and break the application. (bug fix) #4597

    Reported by Chris McKenzie.