chore(helm): update image twinproduction/gatus v5.30.0 → v5.31.0 (#41591)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `bab5a31` -> `3a432fc` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>TwiN/gatus (twinproduction/gatus)</summary> ### [`v5.31.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.31.0) [Compare Source](https://redirect.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 @​Tw[https://github.com/TwiN/gatus/pull/1382](https://redirect.github.com/TwiN/gatus/pull/1382)l/1382 * feat(announcements): add markdown support by @​Swor[https://github.com/TwiN/gatus/pull/1371](https://redirect.github.com/TwiN/gatus/pull/1371)l/1371 * feat(client): Add support for monitoring gRPC endpoints by @​diaman[https://github.com/TwiN/gatus/pull/1376](https://redirect.github.com/TwiN/gatus/pull/1376)l/1376 * fix(client): update icmp/ping logic to determine pinger privileged mode by @​h3m[https://github.com/TwiN/gatus/pull/1346](https://redirect.github.com/TwiN/gatus/pull/1346)l/1346 * fix(api): Escape endpoint key in URL for raw APIs by @​Nedra19[https://github.com/TwiN/gatus/pull/1381](https://redirect.github.com/TwiN/gatus/pull/1381)l/1381 * docs(readme): adds ECS fargate module in README by @​GiamP[https://github.com/TwiN/gatus/pull/1377](https://redirect.github.com/TwiN/gatus/pull/1377)l/1377 #### New Contributors * @​GiamPy5 made their first contributi[https://github.com/TwiN/gatus/pull/1377](https://redirect.github.com/TwiN/gatus/pull/1377)l/1377 * @​h3mmy made their first contributi[https://github.com/TwiN/gatus/pull/1346](https://redirect.github.com/TwiN/gatus/pull/1346)l/1346 * @​diamanat made their first contributi[https://github.com/TwiN/gatus/pull/1376](https://redirect.github.com/TwiN/gatus/pull/1376)l/1376 * @​Nedra1998 made their first contributi[https://github.com/TwiN/gatus/pull/1381](https://redirect.github.com/TwiN/gatus/pull/1381)l/1381 * @​Sworyz made their first contributi[https://github.com/TwiN/gatus/pull/1371](https://redirect.github.com/TwiN/gatus/pull/1371)l/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**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.30.0
|
||||
appVersion: 5.31.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.3
|
||||
@@ -34,8 +34,9 @@ maintainers:
|
||||
name: gatus
|
||||
sources:
|
||||
- https://github.com/TwiN/gatus
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gatus
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.22.2
|
||||
version: 2.23.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.30.0@sha256:bab5a31cb3cfde7fd9913a5ff97652883e4db08f3b429a62a7a188c746df4219
|
||||
tag: v5.31.0@sha256:3a432fcc2826b8eb2b38caceb83e7777fda139b8058b1d022c73a82be7342682
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user