chore(helm): update image twinproduction/gatus v5.15.0 → v5.16.0 (#32222)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `244af66` -> `bb738c8` | --- > [!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.16.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.16.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.15.0...v5.16.0) #### What's Changed - feat(maintenance): Per-endpoint maintenance configuration by [@​alexmaras](https://redirect.github.com/alexmaras) in [https://github.com/TwiN/gatus/pull/982](https://redirect.github.com/TwiN/gatus/pull/982) - feat(dns): Support SRV query type by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1005](https://redirect.github.com/TwiN/gatus/pull/1005) - feat(metrics): add `gatus_results_endpoint_success` by [@​onedr0p](https://redirect.github.com/onedr0p) in [https://github.com/TwiN/gatus/pull/970](https://redirect.github.com/TwiN/gatus/pull/970) - feat(ssh): Support authless SSH health check by [@​ImTheCurse](https://redirect.github.com/ImTheCurse) in [https://github.com/TwiN/gatus/pull/956](https://redirect.github.com/TwiN/gatus/pull/956) - feat(ui): expose 30d badges and response chart selector for duration by [@​toredash](https://redirect.github.com/toredash) in [https://github.com/TwiN/gatus/pull/994](https://redirect.github.com/TwiN/gatus/pull/994) - feat(alerting): Add Incident.io alerting provider by [@​ImTheCurse](https://redirect.github.com/ImTheCurse) in [https://github.com/TwiN/gatus/pull/972](https://redirect.github.com/TwiN/gatus/pull/972) - fix(alerting): replace HTML entities with emojis in teams-workflows provider to prevent rendering issues by [@​pieceofsoul](https://redirect.github.com/pieceofsoul) in [https://github.com/TwiN/gatus/pull/941](https://redirect.github.com/TwiN/gatus/pull/941) - fix(client): Potential channel blocking issue for SCTP endpoints by [@​ZuhairORZaki](https://redirect.github.com/ZuhairORZaki) in [https://github.com/TwiN/gatus/pull/962](https://redirect.github.com/TwiN/gatus/pull/962) - fix(maintenance): timezone handling offset issue by [@​alexmaras](https://redirect.github.com/alexmaras) in [https://github.com/TwiN/gatus/pull/981](https://redirect.github.com/TwiN/gatus/pull/981) - fix(ui): Don't override body/html background-color by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1002](https://redirect.github.com/TwiN/gatus/pull/1002) - fix(config): Ignore config files with double dot in it ([#​696](https://redirect.github.com/TwiN/gatus/issues/696)) by [@​vlaborie](https://redirect.github.com/vlaborie) in [https://github.com/TwiN/gatus/pull/984](https://redirect.github.com/TwiN/gatus/pull/984) - fix(remote): Support partial remote instance failure by [@​olehrakovych](https://redirect.github.com/olehrakovych) in [https://github.com/TwiN/gatus/pull/990](https://redirect.github.com/TwiN/gatus/pull/990) - refactor: periodic operations to use `time.Ticker` by [@​appleboy](https://redirect.github.com/appleboy) in [https://github.com/TwiN/gatus/pull/978](https://redirect.github.com/TwiN/gatus/pull/978) - ci: Add workflow to test UI changes by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/998](https://redirect.github.com/TwiN/gatus/pull/998) - ci: Add image labels, merge publish to Docker Hub/GHCR workflows by [@​tigattack](https://redirect.github.com/tigattack) in [https://github.com/TwiN/gatus/pull/954](https://redirect.github.com/TwiN/gatus/pull/954) - test: Fix flaky DNS tests that check for valid IP by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/968](https://redirect.github.com/TwiN/gatus/pull/968) - chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TwiN/gatus/pull/980](https://redirect.github.com/TwiN/gatus/pull/980) - chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TwiN/gatus/pull/952](https://redirect.github.com/TwiN/gatus/pull/952) - chore(deps): bump modernc.org/sqlite from 1.34.2 to 1.34.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TwiN/gatus/pull/948](https://redirect.github.com/TwiN/gatus/pull/948) - chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TwiN/gatus/pull/959](https://redirect.github.com/TwiN/gatus/pull/959) - chore(deps): bump github.com/prometheus-community/pro-bing from 0.4.0 to 0.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/TwiN/gatus/pull/949](https://redirect.github.com/TwiN/gatus/pull/949) #### New Contributors - [@​tigattack](https://redirect.github.com/tigattack) made their first contribution in [https://github.com/TwiN/gatus/pull/954](https://redirect.github.com/TwiN/gatus/pull/954) - [@​pieceofsoul](https://redirect.github.com/pieceofsoul) made their first contribution in [https://github.com/TwiN/gatus/pull/941](https://redirect.github.com/TwiN/gatus/pull/941) - [@​ZuhairORZaki](https://redirect.github.com/ZuhairORZaki) made their first contribution in [https://github.com/TwiN/gatus/pull/962](https://redirect.github.com/TwiN/gatus/pull/962) - [@​ImTheCurse](https://redirect.github.com/ImTheCurse) made their first contribution in [https://github.com/TwiN/gatus/pull/956](https://redirect.github.com/TwiN/gatus/pull/956) - [@​alexmaras](https://redirect.github.com/alexmaras) made their first contribution in [https://github.com/TwiN/gatus/pull/981](https://redirect.github.com/TwiN/gatus/pull/981) - [@​vlaborie](https://redirect.github.com/vlaborie) made their first contribution in [https://github.com/TwiN/gatus/pull/984](https://redirect.github.com/TwiN/gatus/pull/984) - [@​olehrakovych](https://redirect.github.com/olehrakovych) made their first contribution in [https://github.com/TwiN/gatus/pull/990](https://redirect.github.com/TwiN/gatus/pull/990) - [@​toredash](https://redirect.github.com/toredash) made their first contribution in [https://github.com/TwiN/gatus/pull/994](https://redirect.github.com/TwiN/gatus/pull/994) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.15.0...v5.16.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -6,7 +6,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: incubator
|
||||
apiVersion: v2
|
||||
appVersion: 5.15.0
|
||||
appVersion: 5.16.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 25.4.10
|
||||
@@ -32,4 +32,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/gatus
|
||||
- https://hub.docker.com/r/twinproduction/gatus
|
||||
type: application
|
||||
version: 0.4.1
|
||||
version: 0.5.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: twinproduction/gatus
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v5.15.0@sha256:244af66f5eacb50040c2f1178913aecb301fc5bcd25720d99f89ec4a65964ecc
|
||||
tag: v5.16.0@sha256:bb738c87cf2e2a08b8fff180cfc433e7b8b87bb1779c1fb1b00f8b748673e3c3
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
Reference in New Issue
Block a user