Update ghcr.io/twin/gatus Docker tag to v5.31.0 (#2008)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.30.0` -> `v5.31.0` | --- ### Release Notes <details> <summary>TwiN/gatus (ghcr.io/twin/gatus)</summary> ### [`v5.31.0`](https://github.com/TwiN/gatus/releases/tag/v5.31.0) [Compare Source](https://github.com/TwiN/gatus/compare/v5.30.0...v5.31.0) Highlight of this release are the ability to mark announcements as "archived", which renders said announcements in a new `Past Announcements` section at the bottom of the status page (only rendered if there is at least 1 archived announcements), support for markdown in announcements and support for monitoring gRPC health endpoints. <img width="1166" height="556" alt="image" src="https://github.com/user-attachments/assets/d22a0ea7-c035-4c35-a148-6de097a357b7" /> #### What's Changed * feat(announcements): Add support for archived announcements and add past announcement section in UI by @​TwiN in https://github.com/TwiN/gatus/pull/1382 * feat(announcements): add markdown support by @​Sworyz in https://github.com/TwiN/gatus/pull/1371 * feat(client): Add support for monitoring gRPC endpoints by @​diamanat in https://github.com/TwiN/gatus/pull/1376 * fix(client): update icmp/ping logic to determine pinger privileged mode by @​h3mmy in https://github.com/TwiN/gatus/pull/1346 * fix(api): Escape endpoint key in URL for raw APIs by @​Nedra1998 in https://github.com/TwiN/gatus/pull/1381 * docs(readme): adds ECS fargate module in README by @​GiamPy5 in https://github.com/TwiN/gatus/pull/1377 #### New Contributors * @​GiamPy5 made their first contribution in https://github.com/TwiN/gatus/pull/1377 * @​h3mmy made their first contribution in https://github.com/TwiN/gatus/pull/1346 * @​diamanat made their first contribution in https://github.com/TwiN/gatus/pull/1376 * @​Nedra1998 made their first contribution in https://github.com/TwiN/gatus/pull/1381 * @​Sworyz made their first contribution in https://github.com/TwiN/gatus/pull/1371 **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.30.0...v5.31.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41LjAiLCJ1cGRhdGVkSW5WZXIiOiI0Mi41LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #2008 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #2008.
This commit is contained in:
@@ -7,7 +7,7 @@ gatus:
|
||||
enabled: true
|
||||
image:
|
||||
repository: ghcr.io/twin/gatus
|
||||
tag: v5.30.0
|
||||
tag: v5.31.0
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user