Releases: TwiN/gatus
Releases · TwiN/gatus
v5.16.0
What's Changed
- feat(maintenance): Per-endpoint maintenance configuration by @alexmaras in #982
- feat(dns): Support SRV query type by @TwiN in #1005
- feat(metrics): add
gatus_results_endpoint_success
by @onedr0p in #970 - feat(ssh): Support authless SSH health check by @ImTheCurse in #956
- feat(ui): expose 30d badges and response chart selector for duration by @toredash in #994
- feat(alerting): Add Incident.io alerting provider by @ImTheCurse in #972
- fix(alerting): replace HTML entities with emojis in teams-workflows provider to prevent rendering issues by @pieceofsoul in #941
- fix(client): Potential channel blocking issue for SCTP endpoints by @ZuhairORZaki in #962
- fix(maintenance): timezone handling offset issue by @alexmaras in #981
- fix(ui): Don't override body/html background-color by @TwiN in #1002
- fix(config): Ignore config files with double dot in it (#696) by @vlaborie in #984
- fix(remote): Support partial remote instance failure by @olehrakovych in #990
- refactor: periodic operations to use
time.Ticker
by @appleboy in #978 - ci: Add workflow to test UI changes by @TwiN in #998
- ci: Add image labels, merge publish to Docker Hub/GHCR workflows by @tigattack in #954
- test: Fix flaky DNS tests that check for valid IP by @TwiN in #968
- chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #980
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.5 to 2.52.6 by @dependabot in #952
- chore(deps): bump modernc.org/sqlite from 1.34.2 to 1.34.4 by @dependabot in #948
- chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 by @dependabot in #959
- chore(deps): bump github.com/prometheus-community/pro-bing from 0.4.0 to 0.5.0 by @dependabot in #949
New Contributors
- @tigattack made their first contribution in #954
- @pieceofsoul made their first contribution in #941
- @ZuhairORZaki made their first contribution in #962
- @ImTheCurse made their first contribution in #956
- @alexmaras made their first contribution in #981
- @vlaborie made their first contribution in #984
- @olehrakovych made their first contribution in #990
- @toredash made their first contribution in #994
Full Changelog: v5.15.0...v5.16.0
v5.15.0
What's Changed
- feat(ui): Implement Custom CSS configuration by @TwiN in #943
- feat(alerting): Add condition results to Pushover by @mmed in #945
- feat(api): Expose uptime data as text via API by @JamesHillyard in #758
- chore(deps): bump google.golang.org/api from 0.209.0 to 0.214.0 by @dependabot in #939
- chore(deps): bump github.com/valyala/fasthttp from 1.56.0 to 1.58.0 by @dependabot in #940
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #923
- docs: Fix typo in README by @eltociear in #946
- test(client): add test for insecure flag by @pnikonowicz in #942
New Contributors
- @eltociear made their first contribution in #946
- @pnikonowicz made their first contribution in #942
- @mmed made their first contribution in #945
Full Changelog: v5.14.0...v5.15.0
v5.14.0
What's Changed
- feat(alerting): Implement alert-level provider overrides by @TwiN in #929
- feat(alerting): Update Adaptive Cards design for teams-workflows by @Tim-orius in #903
- feat(alerting): Add overrides for Ntfy provider by @bishtawi in #918
- feat(alerting): Pushover priority on resolved by @onedr0p in #879
- feat(client): Add support for PTR DNS records by @d7415 in #886
- feat(logging): Allow configuring logging verbosity level by @garyhodgson in #872
- fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var by @TwiN in #895
- docs: Change protocol backslash (
\\
) to forwardslash (//
) in README.md by @PhilipWhiteside in #933 - docs: Fix typo by @chkpwd in #931
New Contributors
- @onedr0p made their first contribution in #879
- @garyhodgson made their first contribution in #872
- @Tim-orius made their first contribution in #903
- @bishtawi made their first contribution in #918
- @PhilipWhiteside made their first contribution in #933
- @chkpwd made their first contribution in #931
Full Changelog: v5.13.1...v5.14.0
v5.13.1
What's Changed
- fix(alerting): Add missing support for default-alert on teams-workflows by @liamjones-pw in #883
- chore(deps): bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 by @dependabot in #870
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.4 to 2.52.5 by @dependabot in #888
- docs: Fix typo in README by @d7415 in #885
New Contributors
- @liamjones-pw made their first contribution in #883
- @d7415 made their first contribution in #885
Full Changelog: v5.13.0...v5.13.1
v5.13.0
What's Changed
- feat(alerting): Implement Zulip alerts by @mehdibo in #845
- feat(alerting): Add optional field alerting.mattermost.channel by @ggerrit in #823
- feat(alerting): custom alert support endpoint errors by @raojinlin in #844
- feat(alerting): alert teams add client insecure option by @raojinlin in #864
- feat(alerting): add email and click action to ntfy provider by @stendler in #778
- feat(alerting): Implement new Teams Workflow alert by @JamesHillyard in #847
- docs: change the url of the helm chart to your repo by @chrootlogin in #878
- chore(deps): bump golang.org/x/crypto from 0.24.0 to 0.27.0 by @dependabot in #857
- chore(deps): bump modernc.org/sqlite from 1.31.1 to 1.33.1 by @dependabot in #860
- chore(deps): bump golang.org/x/net from 0.26.0 to 0.29.0 by @dependabot in #861
- chore(deps): bump github.com/wcharczuk/go-chart/v2 from 2.1.1 to 2.1.2 by @dependabot in #862
- chore(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 by @dependabot in #866
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.4 by @dependabot in #867
- chore(deps): bump github.com/valyala/fasthttp from 1.54.0 to 1.56.0 by @dependabot in #869
- chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #873
New Contributors
- @mehdibo made their first contribution in #845
- @ggerrit made their first contribution in #823
- @raojinlin made their first contribution in #844
- @stendler made their first contribution in #778
- @chrootlogin made their first contribution in #878
- @JamesHillyard made their first contribution in #847
Full Changelog: v5.12.1...v5.13.0
v5.12.1
v5.12.0
What's Changed
- feat(alerting): implement Gitea alerting provider by @appleboy in #842
- feat(alerting): add timezone for maintenance by @lefes in #653
- feat(alerting): add telegram overriding token and id by @lefes in #826
- feat(storage): Support 30d badges by @TwiN in #836
- fix(remote): Stream endpoint statuses from remote instances instead of loading them all into memory
- chore(deps): Update Go to 1.22 and update all Go dependencies by @TwiN in #794
- build: Drop support for linux/arm/v6 by @TwiN in #773
- docs: Add mTLS docker-compose example by @chrisbsmith in #744
New Contributors
Full Changelog: v5.11.0...v5.12.0
v5.11.0
What's Changed
- feat(alerting): Persist triggered alerts across application restart by @TwiN in #764
- fix(alerting): Make Microsoft Teams title customizable by @rahulchordiya in #731
- refactor: Break core package into multiple packages under config/endpoint by @TwiN in #759
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by @dependabot in #739
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by @dependabot in #765
New Contributors
- @rahulchordiya made their first contribution in #731
Full Changelog: v5.10.0...v5.11.0
v5.10.0
What's Changed
- feat(ui): Implement endpoints[].ui.hide-conditions by @TwiN in #738
- fix: add crossorigin attribute to manifest.json link in index.html by @rschelling in #736
- refactor: Update connectivity.Checker struct to use pointer on receiver
- chore(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 by @dependabot in #703
New Contributors
- @rschelling made their first contribution in #736
Full Changelog: v5.9.0...v5.10.0
v5.9.0
What's Changed
- feat(alerting): add alerting support for jetbrains space by @michael-baraboo in #713
- feat(client): add mTLS config by @chrisbsmith in #665
- feat: Implement push-based external endpoints by @TwiN in #724
- fix(alerting): Support alerts with no conditions for external endpoints by @TwiN in #729
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by @dependabot in #715
- chore: fix some typos by @HongKuang in #725
- refactor: Clean up code and change log format by @TwiN in #719
New Contributors
- @michael-baraboo made their first contribution in #713
- @chrisbsmith made their first contribution in #665
- @HongKuang made their first contribution in #725
Full Changelog: v5.8.0...v5.9.0