Skip to content

Releases: blockpane/tenderduty

v2.2.1 ICS support

12 May 17:00
dc491c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0 Slack notifications and secp256k1 valcons fixes

06 Feb 21:04
12d7947
Compare
Choose a tag to compare
  • Adds Slack notifications using the legacy webhook application.
  • Fixes secp256k1 valcons key support (will now work with Band protocol!)

hotfix for remote-configs

21 Jan 18:58
69d57f8
Compare
Choose a tag to compare

Fixes an issue where HMAC verification for decryption of remote keys would fail.

Fix for containers

21 Jan 17:43
0472675
Compare
Choose a tag to compare

Just a point release to fix container publishing on ghcr

Maintenance release

20 Jan 20:17
14cff05
Compare
Choose a tag to compare
  • Fixes many state-related bugs where alarms would not clear.
  • Adds ability to pull remote (encrypted) configuration
  • Fixes secp256k1 valoper key issues

maintenance release

06 Jul 18:00
dfd932b
Compare
Choose a tag to compare

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

02 Jul 18:35
e4984d1
Compare
Choose a tag to compare

Fixes prometheus being exposed on both web endpoints.

TenderDuty v2

02 Jul 02:25
849df95
Compare
Choose a tag to compare

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

30 Jun 22:48
Compare
Choose a tag to compare
v2 Beta Pre-release
Pre-release

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

28 Jun 18:53
Compare
Choose a tag to compare
Alpha 1 update Pre-release
Pre-release
  • Fixes a memory leak in dashboard causing crash
  • Improvements to node-down handling