c42c129476
Update ghcr.io/twin/gatus Docker tag to v5.25.2 ( #1627 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m59s
2025-09-30 19:02:10 +00:00
8d8a366b35
Update ghcr.io/twin/gatus Docker tag to v5.25.1 ( #1619 )
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 1m53s
2025-09-30 04:01:39 +00:00
cc70c836d9
Update ghcr.io/twin/gatus Docker tag to v5.25.0 ( #1607 )
...
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.24.3` -> `v5.25.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.25.0`](https://github.com/TwiN/gatus/releases/tag/v5.25.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.24.3...v5.25.0 )
#### What's Changed
- feat(client): Add support for SSH tunneling by [@​TwiN](https://github.com/TwiN ) in [#​1298](https://github.com/TwiN/gatus/pull/1298 )
- fix(alerting): Limit minimum-reminder-interval to >5m by [@​TwiN](https://github.com/TwiN ) in [#​1290](https://github.com/TwiN/gatus/pull/1290 )
- fix(alerting): Added description block in teams-workflows by [@​rahulchordiya](https://github.com/rahulchordiya ) in [#​1275](https://github.com/TwiN/gatus/pull/1275 )
- docs(alerting): Remove SIGNL4 untested warning by [@​rons4](https://github.com/rons4 ) in [#​1289](https://github.com/TwiN/gatus/pull/1289 )
#### New Contributors
- [@​rons4](https://github.com/rons4 ) made their first contribution in [#​1289](https://github.com/TwiN/gatus/pull/1289 )
**Full Changelog**: <https://github.com/TwiN/gatus/compare/v5.24.3...v5.25.0 >
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNiIsInVwZGF0ZWRJblZlciI6IjQxLjExNi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1607
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-29 00:26:09 +00:00
b658908641
Update ghcr.io/twin/gatus Docker tag to v5.24.3 ( #1539 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m41s
2025-09-22 01:02:06 +00:00
49f3e8dc07
Update ghcr.io/twin/gatus Docker tag to v5.24.2 ( #1533 )
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m13s
2025-09-21 12:01:42 +00:00
3685cf2a0c
Update ghcr.io/twin/gatus Docker tag to v5.24.1 ( #1517 )
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 1m46s
2025-09-19 22:01:50 +00:00
1a21d03038
Update ghcr.io/twin/gatus Docker tag to v5.24.0 ( #1491 )
...
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.23.2` -> `v5.24.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/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 [@​TwiN](https://github.com/TwiN ) in [#​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 [@​TwiN](https://github.com/TwiN ) in [#​1224](https://github.com/TwiN/gatus/pull/1224 )
- feat(client): Add RDAP support for domain expiration by [@​ju-ef](https://github.com/ju-ef ) in [#​1181](https://github.com/TwiN/gatus/pull/1181 )
- feat(client): starttls support for dns resolver by [@​eleith](https://github.com/eleith ) in [#​1253](https://github.com/TwiN/gatus/pull/1253 )
- fix(alerting): Adjust minimum reminder config parsing by [@​xconverge](https://github.com/xconverge ) in [#​1226](https://github.com/TwiN/gatus/pull/1226 )
- fix(client): add forward ip support in PTR query-name by [@​denis-ev](https://github.com/denis-ev ) in [#​1261](https://github.com/TwiN/gatus/pull/1261 )
- docs: Fix typo in Zulip configuration section by [@​XavierDupuis](https://github.com/XavierDupuis ) in [#​1220](https://github.com/TwiN/gatus/pull/1220 )
- docs: information on escaping endpoint url in config by [@​muzy](https://github.com/muzy ) in [#​1242](https://github.com/TwiN/gatus/pull/1242 )
#### New Contributors
- [@​XavierDupuis](https://github.com/XavierDupuis ) made their first contribution in [#​1220](https://github.com/TwiN/gatus/pull/1220 )
- [@​eleith](https://github.com/eleith ) made their first contribution in [#​1253](https://github.com/TwiN/gatus/pull/1253 )
- [@​ju-ef](https://github.com/ju-ef ) made their first contribution in [#​1181](https://github.com/TwiN/gatus/pull/1181 )
- [@​denis-ev](https://github.com/denis-ev ) made their first contribution in [#​1261](https://github.com/TwiN/gatus/pull/1261 )
- [@​muzy](https://github.com/muzy ) made their first contribution in [#​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**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuNSIsInVwZGF0ZWRJblZlciI6IjQxLjExNi41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1491
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-18 03:42:07 +00:00
6483596e81
Update Helm release gatus to v1.4.2 ( #1488 )
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 1m45s
2025-09-17 21:02:03 +00:00
c869a35c34
Update Helm release gatus to v1.4.1 ( #1463 )
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Successful in 6m14s
2025-09-15 22:02:19 +00:00
90f2e3a16f
reduce retention
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 3m41s
2025-09-09 11:01:53 -05:00
dacf606800
Update Helm release gatus to v1.4.0 ( #1394 )
...
lint-test-helm / helm-lint (push) Successful in 13s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [gatus](https://github.com/TwiN/gatus ) ([source](https://github.com/TwiN/helm-charts )) | minor | `1.3.1` -> `1.4.0` |
---
### Release Notes
<details>
<summary>TwiN/helm-charts (gatus)</summary>
### [`v1.4.0`](https://github.com/TwiN/helm-charts/releases/tag/gatus-1.4.0 )
[Compare Source](https://github.com/TwiN/helm-charts/compare/gatus-1.3.1...gatus-1.4.0 )
Automated service health dashboard
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImNoYXJ0Il19-->
Reviewed-on: #1394
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-09-07 20:56:27 +00:00
18c8eabbf1
Update ghcr.io/twin/gatus Docker tag to v5.23.2
lint-test-helm / helm-lint (push) Successful in 12s
renovate / renovate (push) Successful in 2m10s
2025-08-19 22:01:51 +00:00
6211995d4e
Update ghcr.io/twin/gatus Docker tag to v5.23.1 ( #1241 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.22.0` -> `v5.23.1` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.23.1`](https://github.com/TwiN/gatus/releases/tag/v5.23.1 )
[Compare Source](https://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://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1209
- docs: improve `extra-labels` description by [@​salim-b](https://github.com/salim-b ) in https://github.com/TwiN/gatus/pull/1208
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.23.0...v5.23.1
### [`v5.23.0`](https://github.com/TwiN/gatus/releases/tag/v5.23.0 )
[Compare Source](https://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.

Thoughts on the UI & announcements? Just like any healthy relationship, communicate with me on [TwiN/gatus#1206 ](https://github.com/TwiN/gatus/discussions/1206 )
#### What's Changed
- feat(ui): New status page UI by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1198
- feat: Implement announcements by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1204
- feat(alerting): Support extra labels in email alerts by [@​appleboy](https://github.com/appleboy ) in https://github.com/TwiN/gatus/pull/1191
- fix(ui): Replace filter value "nothing" by "none" by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1202
- docs: tweak `minimum-reminder-interval` description by [@​salim-b](https://github.com/salim-b ) in https://github.com/TwiN/gatus/pull/1194
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.22.0...v5.23.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJpbWFnZSJdfQ==-->
Reviewed-on: #1241
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-18 21:55:30 +00:00
ed39680774
Update ghcr.io/twin/gatus Docker tag to v5.22.0 ( #1194 )
...
lint-test-helm / helm-lint (push) Successful in 22s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.21.0` -> `v5.22.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.22.0`](https://github.com/TwiN/gatus/releases/tag/v5.22.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0 )
#### What's Changed
- feat(alerting): Implement alert reminders by [@​ViktorZieg](https://github.com/ViktorZieg ) in https://github.com/TwiN/gatus/pull/1138
- feat(metrics): add support for custom labels in Prometheus metrics by [@​appleboy](https://github.com/appleboy ) in https://github.com/TwiN/gatus/pull/979
- fix(metrics): improve Prometheus metrics registration by [@​appleboy](https://github.com/appleboy ) in https://github.com/TwiN/gatus/pull/1186
- perf: Cap RANDOM\_STRING\_N to 8182 by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1193
- docs: Add example for alerts\[].minimum-reminder-interval by [@​xconverge](https://github.com/xconverge ) in https://github.com/TwiN/gatus/pull/1187
- docs: Add section for gatus-sdk by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1189
#### New Contributors
- [@​ViktorZieg](https://github.com/ViktorZieg ) made their first contribution in https://github.com/TwiN/gatus/pull/1138
- [@​xconverge](https://github.com/xconverge ) made their first contribution in https://github.com/TwiN/gatus/pull/1187
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.21.0...v5.22.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #1194
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-11 21:27:22 +00:00
abd7bcb12f
extend internval
lint-test-helm / helm-lint (push) Successful in 18s
renovate / renovate (push) Successful in 2m38s
2025-08-08 22:08:05 -05:00
440866697e
Update Helm release gatus to v1.3.1 ( #1113 )
lint-test-helm / helm-lint (push) Successful in 16s
renovate / renovate (push) Successful in 1m32s
2025-08-03 18:02:09 +00:00
0a73d4866b
Update ghcr.io/twin/gatus Docker tag to v5.21.0 ( #1105 )
...
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m5s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.20.0` -> `v5.21.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.21.0`](https://github.com/TwiN/gatus/releases/tag/v5.21.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.20.0...v5.21.0 )
#### What's Changed
- feat(external-endpoint): Implement heartbeat by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1173
- feat(alerting): Support sending messages to Telegram topics in group by [@​medaved](https://github.com/medaved ) in https://github.com/TwiN/gatus/pull/928
- feat: Add body to TCP, UDP, and TLS endpoints and templating by [@​jasonshugart](https://github.com/jasonshugart ) in https://github.com/TwiN/gatus/pull/1134
- fix(websocket): add support for custom headers in WS check by [@​olexandrd](https://github.com/olexandrd ) in https://github.com/TwiN/gatus/pull/1180
- fix(websocket): use tls config by [@​joy4eg](https://github.com/joy4eg ) in https://github.com/TwiN/gatus/pull/1165
- docs: Update example Grafana dashboard by [@​perfectra1n](https://github.com/perfectra1n ) in https://github.com/TwiN/gatus/pull/1163
- chore(deps): bump google.golang.org/api from 0.236.0 to 0.242.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1164
- chore(deps): Bump TwiN/whois dependency to v1.1.11 by [@​Byh0ki](https://github.com/Byh0ki ) in https://github.com/TwiN/gatus/pull/1175
- chore(deps): bump github.com/valyala/fasthttp from 1.62.0 to 1.64.0 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1162
- chore(deps): bump github.com/miekg/dns from 1.1.66 to 1.1.67 by [@​dependabot](https://github.com/dependabot )\[bot] in https://github.com/TwiN/gatus/pull/1166
#### New Contributors
- [@​medaved](https://github.com/medaved ) made their first contribution in https://github.com/TwiN/gatus/pull/928
- [@​perfectra1n](https://github.com/perfectra1n ) made their first contribution in https://github.com/TwiN/gatus/pull/1163
- [@​jasonshugart](https://github.com/jasonshugart ) made their first contribution in https://github.com/TwiN/gatus/pull/1134
- [@​joy4eg](https://github.com/joy4eg ) made their first contribution in https://github.com/TwiN/gatus/pull/1165
- [@​Byh0ki](https://github.com/Byh0ki ) made their first contribution in https://github.com/TwiN/gatus/pull/1175
- [@​olexandrd](https://github.com/olexandrd ) made their first contribution in https://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**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4zNS4wIiwidXBkYXRlZEluVmVyIjoiNDEuMzUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->
Reviewed-on: #1105
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-08-03 16:59:19 +00:00
fb2897d31a
shorten retention
lint-test-helm / helm-lint (push) Successful in 42s
renovate / renovate (push) Successful in 1m35s
2025-07-08 20:17:24 -05:00
0944149ee2
Update ghcr.io/twin/gatus Docker tag to v5.20.0 ( #869 )
...
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 1m4s
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.19.0` -> `v5.20.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.20.0`](https://github.com/TwiN/gatus/releases/tag/v5.20.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.19.0...v5.20.0 )
#### What's Changed
- feat(api): Add optional duration to external endpoint results by [@​bcross](https://github.com/bcross ) in https://github.com/TwiN/gatus/pull/1092
- fix: Limit the pageSize to maximum-number-of-results on first page by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1149
- fix: Convert key to lowercase when looking up endpoint by key by [@​TwiN](https://github.com/TwiN ) in https://github.com/TwiN/gatus/pull/1150
#### New Contributors
- [@​bcross](https://github.com/bcross ) made their first contribution in https://github.com/TwiN/gatus/pull/1092
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.19.0...v5.20.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #869
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-08 22:04:31 +00:00
825822f23c
Update ghcr.io/twin/gatus Docker tag to v5.19.0 ( #818 )
...
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Has been cancelled
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [ghcr.io/twin/gatus](https://github.com/TwiN/gatus ) | minor | `v5.18.1` -> `v5.19.0` |
---
### Release Notes
<details>
<summary>TwiN/gatus (ghcr.io/twin/gatus)</summary>
### [`v5.19.0`](https://github.com/TwiN/gatus/releases/tag/v5.19.0 )
[Compare Source](https://github.com/TwiN/gatus/compare/v5.18.1...v5.19.0 )
#### What's Changed
- feat(alerting): Add HomeAssistant support by [@​volodimyr](https://github.com/volodimyr ) in https://github.com/TwiN/gatus/pull/1125
- feat(alerting): Add ilert alert provider by [@​DaTiMy](https://github.com/DaTiMy ) in https://github.com/TwiN/gatus/pull/1082
- docs: Add NixOS example by [@​pizzapim](https://github.com/pizzapim ) in https://github.com/TwiN/gatus/pull/1131
#### New Contributors
- [@​pizzapim](https://github.com/pizzapim ) made their first contribution in https://github.com/TwiN/gatus/pull/1131
- [@​volodimyr](https://github.com/volodimyr ) made their first contribution in https://github.com/TwiN/gatus/pull/1125
- [@​DaTiMy](https://github.com/DaTiMy ) made their first contribution in https://github.com/TwiN/gatus/pull/1082
**Full Changelog**: https://github.com/TwiN/gatus/compare/v5.18.1...v5.19.0
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->
Reviewed-on: #818
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net >
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net >
2025-07-05 04:55:18 +00:00
6e363b60d8
Update Helm release gatus to v1.3.0
renovate/stability-days Updates have not met minimum release age requirement
2025-06-09 00:21:35 +00:00
c5a7900e1a
swtich strategy
2025-06-03 13:08:44 -05:00
55cecfc027
add shelly
2025-06-03 13:04:37 -05:00
2377827597
enable backups
2025-06-02 22:19:06 -05:00
4e97992805
Update ghcr.io/twin/gatus Docker tag to v5.18.1
lint-and-test-charts / lint-test (pull_request) Successful in 30s
2025-06-03 03:05:40 +00:00
69c5d996a6
change threshhold
2025-06-01 19:17:43 -05:00
3b4514f4bb
change config
2025-05-29 23:40:48 -05:00
8d9a9bcfb3
change config
2025-05-29 23:36:31 -05:00
e86051c6f8
change config
2025-05-29 23:23:38 -05:00
e1e2c81e1f
fix unique
2025-05-29 23:16:28 -05:00
75615d426f
add additional sites
2025-05-29 23:07:35 -05:00
178dd3a109
disable backup
2025-05-28 15:14:04 -05:00
8dd3ddbff4
remove domain check
2025-05-28 14:58:25 -05:00
385df09144
change config
2025-05-28 14:55:11 -05:00
de3582057e
change domain condition to separate group
2025-05-28 14:52:06 -05:00
456ad5bc16
change cred
2025-05-28 14:47:54 -05:00
b10d5db7c9
add condition
2025-05-28 14:29:36 -05:00
df6079c87b
update config
2025-05-28 14:26:35 -05:00
a5d1bc18a7
enable backups
2025-05-28 14:00:40 -05:00
62925e5982
enable alerts
2025-05-28 14:00:21 -05:00
d62a45f9fe
update config
2025-05-28 13:48:49 -05:00
289525dbaa
fix hostname
2025-05-28 13:27:33 -05:00
2f42576053
add port name
2025-05-28 13:26:46 -05:00
e501b0665b
remove condition
2025-05-28 13:24:28 -05:00
5981952642
downgrade chart
2025-05-28 13:21:22 -05:00
d4781e2bc9
remove duplicate
2025-05-28 13:16:08 -05:00
37b7089d6b
fix chart
2025-05-28 13:15:21 -05:00
1d37052aa3
add gatus
2025-05-28 13:11:42 -05:00