Sensu v0.26.2 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ๐Ÿ›  Fixed

    • โž• Added logic to ensure proxy clients receive a per-client subscription upon creation so that they can be silenced via /silenced API.
    • Updated API publish_check_result helper to address a condition where events could not be successfully deleted for clients configured with a signature.
    • ๐Ÿ›  Fixed regexp in API which prevented retrieval of silence entries when requesting subscriptions containing a colon (e.g. client:foo, roundrobin:bar) on the /silenced/subscriptions/:subscription endpoint.
    • ๐Ÿ›  Fixed a condition where processing check results with an invalid signature failed to complete. This often manifest as timeouts when waiting for sensu-server processes to terminate.

    ๐Ÿ”„ Changes

    • 0๏ธโƒฃ Default value for client settings has changed from nil to {}.