Releases: TwiN/gatus
Releases · TwiN/gatus
v5.7.0
What's Changed
- feat(alerting): Add gotify provider by @bugrakocabay in #605
- feat(alerting): Add AWS SES Alerting Provider by @beschoenen in #579
- feat(alerting): Make discord title customizable by @bugrakocabay in #602
- feat(alerting): Make authentication optional for email provider by @calvinhenderson in #608
- fix(alerting): add condition results to ntfy by @wei840222 in #582
- fix(alerting): Add support for client.insecure in email alerting provider by @mxcd in #583
- fix: Support hexadecimal integers in conditions by @heitorPB in #563
- docs: add instruction to install as binary by @bugrakocabay in #615
- chore(deps): bump github.com/miekg/dns from 1.1.55 to 1.1.56 by @dependabot in #578
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #560
- chore(deps): bump docker/setup-buildx-action from 2 to 3 by @dependabot in #567
- chore(deps): bump docker/build-push-action from 4 to 5 by @dependabot in #568
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.46.0 to 2.49.2 by @dependabot in #584
- chore(deps): bump modernc.org/sqlite from 1.24.0 to 1.26.0 by @dependabot in #585
- chore(deps): bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0 by @dependabot in #586
- chore(deps): bump github.com/wcharczuk/go-chart/v2 from 2.1.0 to 2.1.1 by @dependabot in #591
- chore(deps): bump github.com/valyala/fasthttp from 1.49.0 to 1.50.0 by @dependabot in #594
- chore(deps): bump github.com/coreos/go-oidc/v3 from 3.6.0 to 3.7.0 by @dependabot in #604
- chore(deps): bump github.com/aws/aws-sdk-go from 1.45.16 to 1.47.8 by @dependabot in #621
- chore(deps): bump github.com/aws/aws-sdk-go from 1.47.8 to 1.47.9 by @dependabot in #623
New Contributors
- @mxcd made their first contribution in #583
- @beschoenen made their first contribution in #579
- @bugrakocabay made their first contribution in #602
- @calvinhenderson made their first contribution in #608
Full Changelog: v5.6.0...v5.7.0
v5.6.0
What's Changed
- feat(ssh): Add support for SSH endpoint by @henrybarreto in #473
- feat(websocket): support monitoring WebSocket endpoints by @heitorPB in #511
- fix(alerting): correct success threshold for telegram by @plantatorbob in #551
- fix(alerting): Set correct email subject to resolved alert by @lolgopher in #572
- fix(tls): Honor client.insecure when doing TLS checks by @vax-r in #547
- fix(websocket): handle error by @heitorPB in #550
- fix(watchdog): Close dangling file descriptors on shutdown and config reload by @vax-r in #544
- docs: demonstrate use of environment variables in config by @dan-hill2802 in #571
- ci: Publish only if the workflow is not running on a fork by @TwiN in #574
- ci: Tweak concurrency group key by @TwiN in #575
- ci: Fix fork conditional by @TwiN in #576
New Contributors
- @vax-r made their first contribution in #544
- @heitorPB made their first contribution in #511
- @plantatorbob made their first contribution in #551
- @lolgopher made their first contribution in #572
- @henrybarreto made their first contribution in #473
- @dan-hill2802 made their first contribution in #571
Full Changelog: v5.5.1...v5.6.0
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