Releases: containeroo/heartbeats
Releases · containeroo/heartbeats
v0.5.0
BREAKING CHANGES
- switched from shoutrrr to own notification package, see config.yaml
- use own variable resolver,
$VAR
and ${VAR}
do not work anymore, use env:
- simplify web ui
- remove dashboard
- remove documentation in web ui
- switched cobra to pflags
- switched gorilla mux to built in web server
- refactor code
v0.4.11
Changelog
- 542288a update version
- ac4a4cd add notification if ping comes after expired grace
- 053ff20 fix: timer mutex issue
v0.4.10
Changelog
- 12c9422 update version
- f04c6e3 fix(deps): update module github.com/spf13/viper to v1.15.0 (#7)
- 285d709 chore(deps): update golang docker tag to v1.20 (#9)
v0.3.0
BREAKING CHANGE!
- b6b7d6f switch to shoutrrr for notifications
v0.2.4
Changelog
- 23edc20 new release
- a985a56 Merge pull request #2 from containeroo/renovate/git.luolix.top-nikoksr-notify-0.x
- ffe4dc7 Update module github.com/nikoksr/notify to v0.35.0
- 53518a5 rename sendResolve to sendResolved