Releases: TwiN/gatus
Releases · TwiN/gatus
v5.5.1
v5.5.0
What's Changed
- feat(api): Migrate from gorilla/mux to fiber by @TwiN in #521
- feat(alerting): Add GitLab alerting provider by @hlidotbe in #485
- feat(alerting): Add token authorization for ntfy by @OskarCarl in #512
- feat(ui): Show number of failing checks per group by @quibusus in #493
- fix(alerting): use same email subject for trigger and resolution alert by @skhokhlov in #465
- fix(alerting): Unable to set maintenance interval to all day by @skhokhlov in #475
- fix(ui): disable hover effects when not supported by @macmoritz in #514
- chore(deps): bump github.com/miekg/dns from 1.1.53 to 1.1.54 by @dependabot in #462
- chore(deps): bump golang.org/x/crypto from 0.8.0 to 0.9.0 by @dependabot in #471
- chore(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #478
- chore(deps): bump modernc.org/sqlite from 1.20.4 to 1.22.1 by @dependabot in #479
- chore(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 by @dependabot in #491
- chore(deps): bump github.com/coreos/go-oidc/v3 from 3.5.0 to 3.6.0 by @dependabot in #498
- chore(deps): bump github.com/TwiN/whois from 1.1.0 to 1.1.1 by @dependabot in #499
- chore(deps): bump golang.org/x/image from 0.0.0-20210628002857-a66eb6448b8d to 0.5.0 by @dependabot in #500
- chore(deps): bump modernc.org/sqlite from 1.22.1 to 1.23.0 by @dependabot in #501
- chore(deps): bump github.com/prometheus-community/pro-bing from 0.1.0 to 0.2.0 by @dependabot in #502
- chore(deps): bump golang.org/x/crypto from 0.9.0 to 0.10.0 by @dependabot in #513
- chore(deps): bump modernc.org/sqlite from 1.23.0 to 1.23.1 by @dependabot in #516
- chore(deps): bump github.com/TwiN/whois from 1.1.1 to 1.1.2 by @dependabot in #518
- chore(deps): bump github.com/prometheus/client_golang from 1.14.0 to 1.16.0 by @dependabot in #519
- chore(deps): bump github.com/TwiN/whois from 1.1.2 to 1.1.3 by @dependabot in #523
- chore(deps): bump github.com/valyala/fasthttp from 1.47.0 to 1.48.0 by @dependabot in #524
- docs: Specify that exposing Gatus through a subpath is not supported by @ansilh in #507
- docs: Fix typo by @sebbbastien in #494
New Contributors
- @skhokhlov made their first contribution in #465
- @hlidotbe made their first contribution in #485
- @sebbbastien made their first contribution in #494
- @ansilh made their first contribution in #507
- @OskarCarl made their first contribution in #512
- @quibusus made their first contribution in #493
- @macmoritz made their first contribution in #514
Full Changelog: v5.4.0...v5.5.0
v5.4.0
What's Changed
- feat(connectivity): Allow internet connection validation prior to endpoint execution by @TwiN in #461
- feat(web): Support TLS encryption by @chr1st1ank in #322
- refactor: Modify implementation of TLS by @TwiN in #457
- chore(deps): bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 by @dependabot in #450
- chore(deps): bump codecov/codecov-action from 3.1.1 to 3.1.2 by @dependabot in #453
- chore(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 by @dependabot in #454
- chore(deps): bump codecov/codecov-action from 3.1.2 to 3.1.3 by @dependabot in #459
- chore(deps): bump golang.org/x/crypto from 0.7.0 to 0.8.0 by @dependabot in #455
New Contributors
- @chr1st1ank made their first contribution in #322
Full Changelog: v5.3.2...v5.4.0
v5.3.2
What's Changed
- fix: Print response body on failure if
debug
is set totrue
- chore(deps): update go-ping dependency to pro-ping (maintained fork) by @floj in #444
- chore(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.5.0 by @dependabot in #431
- chore(deps): bump modernc.org/sqlite from 1.20.3 to 1.20.4 by @dependabot in #441
- chore(deps): bump golang.org/x/crypto from 0.0.0-20210921155107-089bfa567519 to 0.6.0 by @dependabot in #443
- chore(deps): bump actions/setup-go from 3 to 4 by @dependabot in #447
- chore(deps): bump golang.org/x/crypto from 0.6.0 to 0.7.0 by @dependabot in #446
- chore(deps): bump github.com/miekg/dns from 1.1.50 to 1.1.53 by @dependabot in #449
New Contributors
Full Changelog: v5.3.1...v5.3.2
v5.3.1
What's Changed
- fix(config): Support
$$
in config for literal$
by @TwiN in #427 - fix(condition): Partially support numbers with floating point by @TwiN in #434
- docs(alerting): Correct newline in docu by @bakito in #420
- docs: Helm chart moved from avakarev/gatus-chart to minicloudlabs/helm-charts by @avakarev in #428
Full Changelog: v5.3.0...v5.3.1
v5.3.0
What's Changed
- feat(alerting): Add Pushover provider by @Kovah in #405
- chore: Remove vendor folder by @TwiN in #414
- chore(deps): bump docker/build-push-action from 3 to 4 by @dependabot in #415
- fix(test): flaky TestStore_InsertCleansUpOldUptimeEntriesProperly by @tesibelda in #418
- feat(alerting): Add Pushover sound support by @bakito in #417
- chore(deps): bump modernc.org/sqlite from 1.19.5 to 1.20.3 by @dependabot in #409
- chore(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 by @dependabot in #423
New Contributors
- @Kovah made their first contribution in #405
- @tesibelda made their first contribution in #418
- @bakito made their first contribution in #417
Full Changelog: v5.2.0...v5.3.0
v5.2.0
What's Changed
- feat: Support multiple configuration files by @henningjanssen in #389
- fix: Compress everything with Gzip
- chore(deps): bump github.com/TwiN/health from 1.5.0 to 1.6.0 by @dependabot in #394
- chore(deps): bump github.com/TwiN/deepmerge from 0.1.0 to 0.2.0 by @dependabot in #401
- chore(deps): bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.5.0 by @dependabot in #404
New Contributors
- @henningjanssen made their first contribution in #389
Full Changelog: v5.1.1...v5.2.0
v5.1.1
v5.1.0
What's Changed
- feat(alerting): Implement GitHub alerting provider by @TwiN in #387
- fix(alerting): Use reflection to set invalid providers to nil instead of re-validating on every alert trigger/resolve by @TwiN in #386
- chore(deps): bump github.com/miekg/dns from 1.1.43 to 1.1.50 by @dependabot in #385
Full Changelog: v5.0.0...v5.1.0
v5.0.0
For all information on breaking changes, see #374
Announcement
As of v5.0.0, you may now use ghcr.io/twin/gatus
instead of twinproduction/gatus
to retrieve the Docker image.
What's Changed
- feat: Add necessary files for PWA by @bondarslavik in #347
- fix!: Default
endpoints[].alerts[].enabled
to true by @TwiN in #380 - fix!: Enforce mandatory space around condition operator by @TwiN in #382
- chore!: Remove deprecated
services
in favor ofendpoints
by @TwiN in #381
New Contributors
- @bondarslavik made their first contribution in #347
Full Changelog: v4.4.0...v5.0.0