chore(helm): update image twinproduction/gatus v5.20.0 → v5.21.0 (#38154)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `e655d13` -> `b45c89b` | --- > [!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.21.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.21.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.20.0...v5.21.0) #### What's Changed - feat(external-endpoint): Implement heartbeat by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1173](https://redirect.github.com/TwiN/gatus/pull/1173) - feat(alerting): Support sending messages to Telegram topics in group by [@​medaved](https://redirect.github.com/medaved) in [https://github.com/TwiN/gatus/pull/928](https://redirect.github.com/TwiN/gatus/pull/928) - feat: Add body to TCP, UDP, and TLS endpoints and templating by [@​jasonshugart](https://redirect.github.com/jasonshugart) in [https://github.com/TwiN/gatus/pull/1134](https://redirect.github.com/TwiN/gatus/pull/1134) - fix(websocket): add support for custom headers in WS check by [@​olexandrd](https://redirect.github.com/olexandrd) in [https://github.com/TwiN/gatus/pull/1180](https://redirect.github.com/TwiN/gatus/pull/1180) - fix(websocket): use tls config by [@​joy4eg](https://redirect.github.com/joy4eg) in [https://github.com/TwiN/gatus/pull/1165](https://redirect.github.com/TwiN/gatus/pull/1165) - docs: Update example Grafana dashboard by [@​perfectra1n](https://redirect.github.com/perfectra1n) in [https://github.com/TwiN/gatus/pull/1163](https://redirect.github.com/TwiN/gatus/pull/1163) - chore(deps): bump google.golang.org/api from 0.236.0 to 0.242.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/TwiN/gatus/pull/1164](https://redirect.github.com/TwiN/gatus/pull/1164)4 - chore(deps): Bump TwiN/whois dependency to v1.1.11 by [@​Byh0ki](https://redirect.github.com/Byh0ki) in [https://github.com/TwiN/gatus/pull/1175](https://redirect.github.com/TwiN/gatus/pull/1175) - chore(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.64.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/TwiN/gatus/pull/1162](https://redirect.github.com/TwiN/gatus/pull/1162)2 - chore(deps): bump github.com/miekg/dns from 1.1.66 to 1.1.67 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/TwiN/gatus/pull/1166](https://redirect.github.com/TwiN/gatus/pull/1166)6 #### New Contributors - [@​medaved](https://redirect.github.com/medaved) made their first contribution in [https://github.com/TwiN/gatus/pull/928](https://redirect.github.com/TwiN/gatus/pull/928) - [@​perfectra1n](https://redirect.github.com/perfectra1n) made their first contribution in [https://github.com/TwiN/gatus/pull/1163](https://redirect.github.com/TwiN/gatus/pull/1163) - [@​jasonshugart](https://redirect.github.com/jasonshugart) made their first contribution in [https://github.com/TwiN/gatus/pull/1134](https://redirect.github.com/TwiN/gatus/pull/1134) - [@​joy4eg](https://redirect.github.com/joy4eg) made their first contribution in [https://github.com/TwiN/gatus/pull/1165](https://redirect.github.com/TwiN/gatus/pull/1165) - [@​Byh0ki](https://redirect.github.com/Byh0ki) made their first contribution in [https://github.com/TwiN/gatus/pull/1175](https://redirect.github.com/TwiN/gatus/pull/1175) - [@​olexandrd](https://redirect.github.com/olexandrd) made their first contribution in [https://github.com/TwiN/gatus/pull/1180](https://redirect.github.com/TwiN/gatus/pull/1180) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.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:eyJjcmVhdGVkSW5WZXIiOiI0MS41My4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTMuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
@@ -9,7 +9,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.14"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 5.20.0
|
||||
appVersion: 5.21.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.15.1
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 2.3.1
|
||||
version: 2.4.0
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.20.0@sha256:e655d13d0cb89c64a2e53a853bbca9556a7238e788bc4a08c19aa5fb7938d0da
|
||||
tag: v5.21.0@sha256:b45c89b1f8bfd5be456306b2bf1a581cc13ca0d897faf357ef77c35ac9eca1fa
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user