sensu / sensu-remediation-handler

Sensu Go handler for implementing "self healing" workflows
MIT License
2 stars 5 forks source link

BREAKING CHANGE: use io.sensu.remediation.config.actions annotation #6

Closed cwjohnston closed 4 years ago

cwjohnston commented 4 years ago

In the interests of consistency with the io.sensu annotations being used by Bonsai and other Sensu projects, this PR makes a breaking change to the check annotation key honored by the handler plugin.

Existing users, please modify your check configurations to use the new io.sensu.remediation.config.actions annotation; the old annotation is not supported.