From 50ddd76375c7bfd1fe5b390d7b06e0cb540b5364 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 21 Aug 2025 06:32:30 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20twinproduction/?= =?UTF-8?q?gatus=20v5.22.0=20=E2=86=92=20v5.23.2=20(#38686)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [twinproduction/gatus](https://redirect.github.com/TwiN/gatus) | minor | `e38fb24` -> `0415140` | --- > [!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
TwiN/gatus (twinproduction/gatus) ### [`v5.23.2`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.23.2) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.23.1...v5.23.2) #### What's Changed - fix(ui): Move announcements above endpoints search bar by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1210](https://redirect.github.com/TwiN/gatus/pull/1210) - fix(ui): Collapse groups by default by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1212](https://redirect.github.com/TwiN/gatus/pull/1212) - docs(alerting): Fix the homeassistant event structure example by [@​avano](https://redirect.github.com/avano) in [https://github.com/TwiN/gatus/pull/1213](https://redirect.github.com/TwiN/gatus/pull/1213) #### New Contributors - [@​avano](https://redirect.github.com/avano) made their first contribution in [https://github.com/TwiN/gatus/pull/1213](https://redirect.github.com/TwiN/gatus/pull/1213) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.23.1...v5.23.2 ### [`v5.23.1`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.23.1) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.23.0...v5.23.1) #### What's Changed - fix(ui): Update endpoints in-place instead of reloading every time by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1209](https://redirect.github.com/TwiN/gatus/pull/1209) - docs: improve `extra-labels` description by [@​salim-b](https://redirect.github.com/salim-b) in [https://github.com/TwiN/gatus/pull/1208](https://redirect.github.com/TwiN/gatus/pull/1208) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.23.0...v5.23.1 ### [`v5.23.0`](https://redirect.github.com/TwiN/gatus/releases/tag/v5.23.0) [Compare Source](https://redirect.github.com/TwiN/gatus/compare/v5.22.0...v5.23.0) This is a big one, and for the occasion, I'll highlight the two big changes: - **New UI**: That's right, a brand new modern UI. This was long overdue. I hope you like it. - **Announcements**: Want to update your users/customers about an outage? You can, now. ![dashboard-dark](https://redirect.github.com/user-attachments/assets/03fa2e29-e2fb-4e99-9d53-7f0001885803) Thoughts on the UI & announcements? Just like any healthy relationship, communicate with me on [TwiN/gatus#1206](https://redirect.github.com/TwiN/gatus/discussions/1206) #### What's Changed - feat(ui): New status page UI by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1198](https://redirect.github.com/TwiN/gatus/pull/1198) - feat: Implement announcements by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1204](https://redirect.github.com/TwiN/gatus/pull/1204) - feat(alerting): Support extra labels in email alerts by [@​appleboy](https://redirect.github.com/appleboy) in [https://github.com/TwiN/gatus/pull/1191](https://redirect.github.com/TwiN/gatus/pull/1191) - fix(ui): Replace filter value "nothing" by "none" by [@​TwiN](https://redirect.github.com/TwiN) in [https://github.com/TwiN/gatus/pull/1202](https://redirect.github.com/TwiN/gatus/pull/1202) - docs: tweak `minimum-reminder-interval` description by [@​salim-b](https://redirect.github.com/salim-b) in [https://github.com/TwiN/gatus/pull/1194](https://redirect.github.com/TwiN/gatus/pull/1194) **Full Changelog**: https://github.com/TwiN/gatus/compare/v5.22.0...v5.23.0
--- ### 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. --- - [ ] 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). --- charts/stable/gatus/Chart.yaml | 4 ++-- charts/stable/gatus/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml index ac27f9003a2..051005f437e 100644 --- a/charts/stable/gatus/Chart.yaml +++ b/charts/stable/gatus/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 5.22.0 +appVersion: 5.23.2 dependencies: - name: common version: 28.16.2 @@ -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.6.2 +version: 2.7.0 diff --git a/charts/stable/gatus/values.yaml b/charts/stable/gatus/values.yaml index 3427e732836..be3702f10ae 100644 --- a/charts/stable/gatus/values.yaml +++ b/charts/stable/gatus/values.yaml @@ -1,7 +1,7 @@ image: repository: twinproduction/gatus pullPolicy: IfNotPresent - tag: v5.22.0@sha256:e38fb2489230da144ef85f6892dab9db84e415bdffdf0c6b995ba421d1b6bf3e + tag: v5.23.2@sha256:041514059279f102d8e549a7c7c9f813ae9a0bf505c6d7c37aea9201af0bec3a service: main: