- feat(alerting): Implement ntfy provider #336 - @TwiN
- feat: Bundle assets in binary using go:embed #340 - @TwiN
- chore: Update Go to 1.19
- ci: Add
stable
Docker image tag that follows every release
Full Changelog: v4.2.0...v4.3.0
Announcement
v5.0.0 is coming soon, and with it, a breaking change that may affect some of you.
Up until now, each condition only had to be separated by an operator (e.g. ==
, !=
, <=
, <
, etc.), but as of v5.0.0, the operator will also will have to be prefixed and suffixed by a space.
In other words, the condition [STATUS]==200
will have to be replaced by [STATUS] == 200
.