Update Bitaxe Sentry to version 0.6.1 (#4719)

This commit is contained in:
Zach Price 2026-02-13 06:53:45 -08:00 committed by GitHub
parent 0cfbdba0ee
commit 6b687227b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 8 deletions

View File

@ -5,7 +5,7 @@ services:
APP_PORT: 7070
sentry:
image: zachprice105/bitaxe-sentry:v0.6.0@sha256:f1908c24783f604f98b615c14d2790d00d3098b59d316aafd687abdff3774897
image: zachprice105/bitaxe-sentry:v0.6.1@sha256:2326e3ea1f7e054da41768a4648277cd523d19a235490a2c0ae364315abbc8ee
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -16,7 +16,7 @@ services:
DB_DATA_DIR: "/var/lib/bitaxe"
web:
image: zachprice105/bitaxe-sentry:v0.6.0@sha256:f1908c24783f604f98b615c14d2790d00d3098b59d316aafd687abdff3774897
image: zachprice105/bitaxe-sentry:v0.6.1@sha256:2326e3ea1f7e054da41768a4648277cd523d19a235490a2c0ae364315abbc8ee
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: bitaxe-sentry
category: bitcoin
name: Bitaxe Sentry
version: "0.6.0"
version: "0.6.1"
tagline: Bitaxe stats and alerts, all in one
description: >-
Bitaxe Sentry is a monitoring and management solution for Bitaxe ASIC miners.
@ -14,11 +14,8 @@ description: >-
- 🌡️ Temperature and hashrate monitoring
- 🚨 Discord notifications for critical events
releaseNotes: >-
This release includes multiple feature improvements:
- Added error rate tracking and visualization for Bitaxe miners
- Display timestamps in user's local timezone instead of UTC
- Allow muting individual miner notifications for a time duration
- Added Alembic database migration system for future schema changes
This release includes a minor bug fix:
- Changed mh/s to gh/s to reflect the correct unit of hashrate
developer: Zach Price
website: https://github.com/zachchan105/bitaxe-sentry
repo: https://github.com/zachchan105/bitaxe-sentry