StackStorm v0.13.2 Release Notes

Release Date: 2015-09-09 // over 8 years ago
  • ๐Ÿ”„ Changed

    
    * Last newline character (``\n``) is now stripped from ``stdout`` and ``stderr`` fields in local
      and remote command/shell runners. (improvement)
    * ๐Ÿ‘‰ Make sure sensor processes correctly pick up parent ``--debug`` flag. This makes debugging a lot
      easier since user simply needs to start sensor container with ``--debug`` flag and all the sensor
      logs with level debug or higher will be routed to the container log. (improvement)
    
    ๐Ÿ›  Fixed
    ~~~~~
    
    * ``private_key`` supplied for remote_actions is now used to auth correctly. The ``private_key``
      argument should be the contents of private key file (of user specified in username argument).
      (bug-fix)
    * ๐Ÿ›  Fix sensor container service so the ``config`` argument is correctly passed to the sensor
      instances in the system packs. Previously, this argument didn't get passed correctly to the
      FileWatchSensor from the system linux pack. (bug-fix)