Update ghcr.io/twin/gatus Docker tag to v5.22.0 (#1194)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/twin/gatus](https://github.com/TwiN/gatus) | minor | `v5.21.0` -> `v5.22.0` | --- ### Release Notes <details> <summary>TwiN/gatus (ghcr.io/twin/gatus)</summary> ### [`v5.22.0`](https://github.com/TwiN/gatus/releases/tag/v5.22.0) [Compare Source](https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0) #### What's Changed - feat(alerting): Implement alert reminders by [@​ViktorZieg](https://github.com/ViktorZieg) in https://github.com/TwiN/gatus/pull/1138 - feat(metrics): add support for custom labels in Prometheus metrics by [@​appleboy](https://github.com/appleboy) in https://github.com/TwiN/gatus/pull/979 - fix(metrics): improve Prometheus metrics registration by [@​appleboy](https://github.com/appleboy) in https://github.com/TwiN/gatus/pull/1186 - perf: Cap RANDOM\_STRING\_N to 8182 by [@​TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1193 - docs: Add example for alerts\[].minimum-reminder-interval by [@​xconverge](https://github.com/xconverge) in https://github.com/TwiN/gatus/pull/1187 - docs: Add section for gatus-sdk by [@​TwiN](https://github.com/TwiN) in https://github.com/TwiN/gatus/pull/1189 #### New Contributors - [@​ViktorZieg](https://github.com/ViktorZieg) made their first contribution in https://github.com/TwiN/gatus/pull/1138 - [@​xconverge](https://github.com/xconverge) made their first contribution in https://github.com/TwiN/gatus/pull/1187 **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19--> Reviewed-on: #1194 Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net> Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit is contained in:
@@ -7,7 +7,7 @@ gatus:
|
||||
enabled: true
|
||||
image:
|
||||
repository: ghcr.io/twin/gatus
|
||||
tag: v5.21.0
|
||||
tag: v5.22.0
|
||||
annotations:
|
||||
reloader.stakater.com/auto: "true"
|
||||
service:
|
||||
|
Reference in New Issue
Block a user