chore(deps): update twinproduction/gatus docker tag to v5.24.0 #26

Merged
foosinn merged 1 commit from renovate-twinproduction-gatus-5.x into main 2025-09-18 23:09:52 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
twinproduction/gatus final minor v5.23.2 -> v5.24.0

Release Notes

TwiN/gatus (twinproduction/gatus)

v5.24.0

Compare Source

Another big update worthy of highlights. There are 3 big changes coming to Gatus with this release.

  • Suites (ALPHA): To keep it short, this allows you to monitor a list of endpoints in order, but those endpoints have a shared context that allows you to store values and compare or use them in other endpoints. For more information, see https://github.com/TwiN/gatus/discussions/1241
  • New alerting providers: 14 new alerting providers have been added, but there's a catch. I don't have time to test this many providers, so I'm trying something new, namely, letting users who want to use those alerting providers test them for me. For more information, see https://github.com/TwiN/gatus/discussions/1223
  • RDAP support for [DOMAIN_EXPIRATION] placeholder: Some TLDs have started dropping support for WHOIS, as such, support for RDAP has been added. WHOIS will still be used as a fallback if RDAP fails to resolve the domain expiration of a domain.

I am very excited to finally have made some progress on suites. It's missing some features, and it required a lot of redesigning, so I expect some complaints, but with suites, the possibilities feel endless. You can monitor entire workflows, simulate complex user behavior, not just READ-type of behavior, but WRITE as well, as you can configure an endpoint to run even if the workflow fails to clean up whatever resource you created, and so much more. Suites have some serious potential.

What's Changed

New Contributors

Full Changelog: https://github.com/TwiN/gatus/compare/v5.23.2...v5.24.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [twinproduction/gatus](https://github.com/TwiN/gatus) | final | minor | `v5.23.2` -> `v5.24.0` | --- ### Release Notes <details> <summary>TwiN/gatus (twinproduction/gatus)</summary> ### [`v5.24.0`](https://github.com/TwiN/gatus/releases/tag/v5.24.0) [Compare Source](https://github.com/TwiN/gatus/compare/v5.23.2...v5.24.0) Another big update worthy of highlights. There are 3 big changes coming to Gatus with this release. - **Suites** (ALPHA): To keep it short, this allows you to monitor a list of endpoints in order, but those endpoints have a shared context that allows you to store values and compare or use them in other endpoints. For more information, see <https://github.com/TwiN/gatus/discussions/1241> - **New alerting providers**: 14 new alerting providers have been added, but there's a catch. I don't have time to test this many providers, so I'm trying something new, namely, letting users who want to use those alerting providers test them for me. For more information, see <https://github.com/TwiN/gatus/discussions/1223> - **RDAP support for `[DOMAIN_EXPIRATION]` placeholder**: Some TLDs have started dropping support for WHOIS, as such, support for RDAP has been added. WHOIS will still be used as a fallback if RDAP fails to resolve the domain expiration of a domain. I am very excited to finally have made some progress on suites. It's missing some features, and it required a lot of redesigning, so I expect some complaints, but with suites, the possibilities feel endless. You can monitor entire workflows, simulate complex user behavior, not just READ-type of behavior, but WRITE as well, as you can configure an endpoint to run even if the workflow fails to clean up whatever resource you created, and so much more. Suites have some serious potential. #### What's Changed - feat(suite): Implement Suites by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1239](https://github.com/TwiN/gatus/pull/1239) - feat(alerting): Add new providers for Datadog, IFTTT, Line, NewRelic, Plivo, RocketChat, SendGrid, Signal, SIGNL4, Splunk, Squadcast, Vonage, Webex and Zapier by [@&#8203;TwiN](https://github.com/TwiN) in [#&#8203;1224](https://github.com/TwiN/gatus/pull/1224) - feat(client): Add RDAP support for domain expiration by [@&#8203;ju-ef](https://github.com/ju-ef) in [#&#8203;1181](https://github.com/TwiN/gatus/pull/1181) - feat(client): starttls support for dns resolver by [@&#8203;eleith](https://github.com/eleith) in [#&#8203;1253](https://github.com/TwiN/gatus/pull/1253) - fix(alerting): Adjust minimum reminder config parsing by [@&#8203;xconverge](https://github.com/xconverge) in [#&#8203;1226](https://github.com/TwiN/gatus/pull/1226) - fix(client): add forward ip support in PTR query-name by [@&#8203;denis-ev](https://github.com/denis-ev) in [#&#8203;1261](https://github.com/TwiN/gatus/pull/1261) - docs: Fix typo in Zulip configuration section by [@&#8203;XavierDupuis](https://github.com/XavierDupuis) in [#&#8203;1220](https://github.com/TwiN/gatus/pull/1220) - docs: information on escaping endpoint url in config by [@&#8203;muzy](https://github.com/muzy) in [#&#8203;1242](https://github.com/TwiN/gatus/pull/1242) #### New Contributors - [@&#8203;XavierDupuis](https://github.com/XavierDupuis) made their first contribution in [#&#8203;1220](https://github.com/TwiN/gatus/pull/1220) - [@&#8203;eleith](https://github.com/eleith) made their first contribution in [#&#8203;1253](https://github.com/TwiN/gatus/pull/1253) - [@&#8203;ju-ef](https://github.com/ju-ef) made their first contribution in [#&#8203;1181](https://github.com/TwiN/gatus/pull/1181) - [@&#8203;denis-ev](https://github.com/denis-ev) made their first contribution in [#&#8203;1261](https://github.com/TwiN/gatus/pull/1261) - [@&#8203;muzy](https://github.com/muzy) made their first contribution in [#&#8203;1242](https://github.com/TwiN/gatus/pull/1242) **Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.23.2...v5.24.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuMSIsInVwZGF0ZWRJblZlciI6IjQxLjExNi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate scheduled this pull request to auto merge when all checks succeed 2025-09-18 01:00:37 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
foosinn/hass-addons!26
No description provided.