Skip to content

Releases: TwiN/gatus

v5.5.1

20 Jul 23:04
fd17dcd
Compare
Choose a tag to compare

What's Changed

  • fix(tls): Pass certificate and private key files to listener method by @TwiN in #531

Full Changelog: v5.5.0...v5.5.1

v5.5.0

20 Jul 04:11
Compare
Choose a tag to compare

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

Full Changelog: v5.4.0...v5.5.0

v5.4.0

03 May 04:39
447e140
Compare
Choose a tag to compare

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

Full Changelog: v5.3.2...v5.4.0

v5.3.2

31 Mar 00:43
685351a
Compare
Choose a tag to compare

What's Changed

  • fix: Print response body on failure if debug is set to true
  • 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

  • @floj made their first contribution in #444

Full Changelog: v5.3.1...v5.3.2

v5.3.1

17 Feb 01:46
6ab8899
Compare
Choose a tag to compare

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

10 Feb 01:50
a29cf15
Compare
Choose a tag to compare

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

Full Changelog: v5.2.0...v5.3.0

v5.2.0

25 Jan 01:04
a82b883
Compare
Choose a tag to compare

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

Full Changelog: v5.1.1...v5.2.0

v5.1.1

23 Dec 15:04
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent jsonpath from causing panic when body is expected to be array but isn't by @TwiN in #392
  • docs: Clarify description of len() function by @salim-b in #376

New Contributors

Full Changelog: v5.1.0...v5.1.1

v5.1.0

20 Dec 00:26
Compare
Choose a tag to compare

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

10 Dec 21:34
Compare
Choose a tag to compare

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 of endpoints by @TwiN in #381

New Contributors

Full Changelog: v4.4.0...v5.0.0