Skip to content

v3.1.0

Compare
Choose a tag to compare
@eoinsha eoinsha released this 04 Nov 09:18
· 48 commits to main since this release

What's Changed

  • feat: support OK actions for alarms #112

The topicArn configuration for alarm actions is still supported but we now have a more flexible option that also supports OK alarm actions, so you can get notified when the alarm is no longer active.

Example:

  slicWatch:
    enabled: true
    alarmActionsConfig:
      alarmActions: [!Ref MonitoringTopic]
      okActions: [!Ref MonitoringTopic]
      actionsEnabled: true

Full Changelog: v3.0.0...v3.1.0