github TwiN/gatus v4.3.0

latest releases: v5.12.1, v5.12.0, v5.11.0...
23 months ago
  • 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.

Don't miss a new gatus release

NewReleases is sending notifications on new releases.