Skip to content

Releases: adamdecaf/deadcheck

v0.8.1

03 Feb 03:50

Choose a tag to compare

Changelog

  • 0470124 release v0.8.1
  • 6858579 docs: reference POST /check-in
  • 60cb0af fix: merge healtchecks.io alert configs
  • def859d feat: support a "mock" alerter for testing
  • 3d5186d feat: support POST on /check-in

v0.8.0

08 Jan 16:06

Choose a tag to compare

Additions

  • feat: add healthchecks.io as a provider #40

Changelog

  • e6e1012 docs: mark slack and pagerduty as experimental
  • cd829e8 docs: flush out provider alert configs
  • e5b7743 Merge pull request #39 from adamdecaf/renovate/major-all
  • 7d99490 Merge pull request #40 from adamdecaf/feat-add-healthchecksio
  • 0065f1f chore(deps): update actions/checkout action to v6
  • 8d50c6e docs: healthchecks.io pages
  • 1092e61 feat: add healthchecks.io as a provider
  • 1091f18 Merge pull request #34 from adamdecaf/renovate/major-all
  • 675f4c2 fix(deps): update module github.com/moov-io/base to v0.57.1 (#37)
  • 0a0bcd1 fix(deps): update all (#35)
  • 6ec164b chore(deps): update all
  • ee589f6 fix(deps): update module github.com/slack-go/slack to v0.17.3 (#33)
  • 17654c6 fix(deps): update module github.com/moov-io/base to v0.57.0 (#32)
  • ff4c5bd fix(deps): update module github.com/slack-go/slack to v0.17.2 (#31)
  • 0cebed8 Merge pull request #27 from yunginnanet/master
  • 1bf1e3d Errors: properly wrap 'fmt.Errorf' calls
  • c3ae7d8 fix(deps): update module github.com/moov-io/base to v0.56.0 (#26)
  • 5bbd08e fix(deps): update module github.com/moov-io/base to v0.55.1 (#25)
  • c3ca71d fix(deps): update module github.com/slack-go/slack to v0.17.1 (#24)
  • f3e84da Merge pull request #23 from adamdecaf/renovate/all
  • 4a1a3ea fix(deps): update all
  • 38c6c28 provider/slack: fixup test
  • bd15c68 meta: linter fixup
  • 0e080bd fix(deps): update module github.com/moov-io/base to v0.54.2 (#22)
  • dd5ce5d fix(deps): update module github.com/spf13/viper to v1.20.0 (#21)
  • 2f6eb27 fix(deps): update module github.com/moov-io/base to v0.54.1 (#20)
  • bdbda55 chore(deps): update golang docker tag to v1.24 (#19)
  • bb4983c fix(deps): update module github.com/slack-go/slack to v0.16.0 (#18)
  • d791edd build: update version to v0.7.0

v0.7.0

05 Feb 14:54

Choose a tag to compare

Changelog

  • 41725a5 prodvider/slack: only update a check-in's messages every 5m, serialize req handling
  • 436e1d3 provider/slack: only adjust future messages if the snooze is longer
  • 25b55cb provider/slack: delete all scheduled messages that match
  • b489996 provider/slack: continue after delete fails with invalid_scheduled_message_id
  • d3ec6ff provider/slack: log when scheduled messages are deleted

v0.6.1

04 Feb 15:33

Choose a tag to compare

Changelog

  • 35dc4c7 provider/slack: set username and imageURI
  • 05e9b59 provider/slack: calculate second snooze at check-in
  • 094146e docs: center logo
  • a03fdfe docs: update with logo
  • 1542419 docs: readme tweak
  • 02ee899 docs: minor config tweak
  • 6b6c24a docs: adjusting for new slack provider

v0.6.0

03 Feb 21:06

Choose a tag to compare

Changelog

  • e255f55 provider/slack: add new alert integration
  • 3fab255 fix(deps): update module github.com/stretchr/testify to v1.10.0 (#16)

v0.5.3

28 Oct 14:37

Choose a tag to compare

Changelog

  • 7015279 snooze: account for banking days inside intervals

v0.5.2

24 Oct 15:53

Choose a tag to compare

Changelog

  • c997f5b check: merge each field of Alert.PagerDuty config
  • 06fa663 provider/pd: don't bail out when snoozing an incident that's already acknowledged

v0.5.1

21 Oct 19:52

Choose a tag to compare

Changelog

  • a5985bc release v0.5.1
  • a01f275 provider/pd: read urgency from config, defaults to "high"

v0.5.0

18 Oct 18:20

Choose a tag to compare

Changelog

  • 2e52b54 snooze: if we can't find a window to fit in, look for the next future time
  • 74ffac5 provider/pd: fixup schedule checking to find closest allowed check-in time
  • 5d4bc85 provider/pd: include scheduleTime on check-in early/late errors

v0.4.3

17 Oct 22:16

Choose a tag to compare

Changelog

  • 9ce13a8 fix: allow checkins (within the tolerance) just after their scheduled time
  • d2af40c provider/pd: remove unused maintenance windows and events v2 calls
  • 2554680 build: clone entire project for changelog