Releases: fourTheorem/slic-watch
Releases · fourTheorem/slic-watch
v3.2.2
v3.3.1-rc4
Full Changelog: v3.3.1-rc3...v3.3.1-rc4
v3.3.1-rc3
Full Changelog: v3.3.1-rc2...v3.3.1-rc3
v3.3.1-rc2
Full Changelog: v3.3.1-rc1...v3.3.1-rc2
v3.3.1-rc1
Full Changelog: v3.3.0...v3.3.1-rc1
v3.3.0-rc1
Full Changelog: v3.2.1...v3.3.0
v3.2.1
What's Changed
- fix: trying to read
Metadata
of undefined by @Lschulzes in #118
New Contributors
- @Lschulzes made their first contribution in #118
Full Changelog: v3.2.0...v3.2.1
v3.2.0
What's Changed
- feat(tests): add snapshot tests for all test projects by @eoinsha in #114
- Allow resource alarm and dashboard customisation by @eoinsha in #113
- fix(core): esbuild with cjs, fixes #115 by @JamesKyburz in #116
New Contributors
- @JamesKyburz made their first contribution in #116
Full Changelog: v3.1.0...v3.2.0
v3.2.0-rc1
v3.1.0
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