Releases: blockpane/tenderduty
v2.2.1 ICS support
What's Changed
- Flush out Pagerduty Severity functionality by @dylanschultzie in #61
- Feature : Support Valcons Address For ICS by @Jeongseup in #63
- 2.2.1 by @blockpane in #64
New Contributors
- @Jeongseup made their first contribution in #63
Full Changelog: v2.2.0...v2.2.1
v2.2.0 Slack notifications and secp256k1 valcons fixes
- Adds Slack notifications using the legacy webhook application.
- Fixes secp256k1 valcons key support (will now work with Band protocol!)
hotfix for remote-configs
Fixes an issue where HMAC verification for decryption of remote keys would fail.
Fix for containers
Just a point release to fix container publishing on ghcr
Maintenance release
- Fixes many state-related bugs where alarms would not clear.
- Adds ability to pull remote (encrypted) configuration
- Fixes secp256k1 valoper key issues
maintenance release
Various bug fixes
- fixes a channel deadlock when > 32 chains monitored (thanks Shultzie for the report)
- problems with restoring state for node-down alerts (thanks m8nky for the report)
- better alarm deduplication
- a few little things flagged by snyk, gocritic, and staticcheck
Note: may require removal of the .tenderduty-state.json file if existing node-down alerts exist.
v2.0.1 prometheus exporter fix
Fixes prometheus being exposed on both web endpoints.
TenderDuty v2
v2 is complete rewrite of the original tenderduty graciously sponsored by the Osmosis Grants Program. This new version adds a web dashboard, prometheus exporter, telegram and discord notifications, multi-chain support, more granular alerting, and more types of alerts.
v2 Beta
With the v2beta0 release td2 is feature complete, but not fully tested and still needs documentation. We plan to have docker images and binary builds available soon, but until then you can run:
git clone https://github.com/blockpane/tenderduty
cd tenderduty
git checkout v2beta0
cp example-config.yml config.yml
# edit config.yml
go get ./...
go install
~/go/bin/tenderduty
Alpha 1 update
- Fixes a memory leak in dashboard causing crash
- Improvements to node-down handling