gatus

⛑ Automated developer-oriented status page

APACHE-2.0 License

Stars
5.4K
Committers
79

Bot releases are visible (Hide)

gatus - v5.10.0 Latest Release

Published by TwiN 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.9.0...v5.10.0

gatus - v5.9.0

Published by TwiN 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.8.0...v5.9.0

gatus - v5.8.0

Published by TwiN 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.7.0...v5.8.0

gatus - v5.7.0

Published by TwiN 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.6.0...v5.7.0

gatus - v5.6.0

Published by TwiN about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.5.1...v5.6.0

gatus - v5.5.1

Published by TwiN about 1 year ago

What's Changed

Full Changelog: https://github.com/TwiN/gatus/compare/v5.5.0...v5.5.1

gatus - v5.5.0

Published by TwiN over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.4.0...v5.5.0

gatus - v5.4.0

Published by TwiN over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.3.2...v5.4.0

gatus - v5.3.2

Published by TwiN over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.3.1...v5.3.2

gatus - v5.3.1

Published by TwiN over 1 year ago

What's Changed

Full Changelog: https://github.com/TwiN/gatus/compare/v5.3.0...v5.3.1

gatus - v5.3.0

Published by TwiN over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.2.0...v5.3.0

gatus - v5.2.0

Published by TwiN over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.1.1...v5.2.0

gatus - v5.1.1

Published by TwiN almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.1.0...v5.1.1

gatus - v5.1.0

Published by TwiN almost 2 years ago

What's Changed

Full Changelog: https://github.com/TwiN/gatus/compare/v5.0.0...v5.1.0

gatus - v5.0.0

Published by TwiN almost 2 years ago

For all information on breaking changes, see #374

Announcement

As of v5.0.0, you may now use ghcr.io/twin/gatus instead of twinproduction/gatus to retrieve the Docker image.

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v4.4.0...v5.0.0

gatus - v4.4.0

Published by TwiN almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.2...v4.4.0

Announcement

This is most likely the last version before v5.0.0, which means that the master branch and the latest Docker image tag may have breaking changes. Make sure to specify a non-latest image (e.g. v4.4.0) if you want to avoid any surprises

For information on the upcoming breaking changes, please see https://github.com/TwiN/gatus/discussions/374

gatus - v4.3.2

Published by TwiN almost 2 years ago

  • fix(alerting): Resolve issue with bad payload when condition has " in it #350 - @TwiN
  • perf: Improve jsonpath speed #348 - @TwiN
  • ui: Render div instead of a when link is blank #346 - @TwiN
  • ui: Replace and reposition old icons by SVG icons #349 - @TwiN
  • ui: Improve login page
  • ui: Make it more obvious that the response time can be toggled between average and min-max

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.1...v4.3.2

gatus - v4.3.1

Published by TwiN about 2 years ago

  • fix(alerting): Add Google Chat to list of alert types when determining valid providers #341 - @davwheat
  • fix(alerting): Encode messagebird request body using json.Marshal
  • fix(alerting): Encode ntfy request body using json.Marshal
  • ci: Prevent publish-latest workflow from running concurrently

Full Changelog: https://github.com/TwiN/gatus/compare/v4.3.0...v4.3.1

gatus - v4.3.0

Published by TwiN about 2 years 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: https://github.com/TwiN/gatus/compare/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.

gatus - v4.2.0

Published by TwiN about 2 years ago

Full Changelog: https://github.com/TwiN/gatus/compare/v4.1.0...v4.2.0