Skip to content

Version 20241127-3c83b9b

Compare
Choose a tag to compare
@bigsk1 bigsk1 released this 27 Nov 10:15
· 7 commits to main since this release

Version 20241127-3c83b9b

Release Highlights
🎉 Latest version of gpu-monitor
🚀 Key updates include:

Added the new rotate_history function for history.json
Trimmed every 7 days ( leaves room for future timeframe buttons above 24hr)

All file operations atomic and safer, preventing any potential file corruption during writes. The changes ensure:

Buffer processing is atomic
JSON writes are atomic
No partial writes during updates
Better handling of simultaneous operations

Legend click handler updates:

Keep gauge and legend clicks in sync
Maintain the visual feedback on gauges
Prevent double updates when using legend clicks
Keep all toggle behaviors consistent

amd64, arm64

To use:

docker pull ghcr.io/bigsk1/gpu-monitor:20241127-3c83b9b

Notes
This release is tied to the specific Docker image tag: 20241127-3c83b9b.
Use latest or main tags for the most up-to-date builds, but they may differ from this release over time.

docker pull ghcr.io/bigsk1/gpu-monitor:latest
docker pull ghcr.io/bigsk1/gpu-monitor:main
docker pull bigsk1/gpu-monitor:latest
docker pull bigsk1/gpu-monitor:main
docker run -d \
  --name gpu-monitor \
  -p 8081:8081 \
  -e TZ=America/Los_Angeles \
  -v /etc/localtime:/etc/localtime:ro \
  -v ./history:/app/history \
  -v ./logs:/app/logs \
  --gpus all \
  --restart unless-stopped \
  bigsk1/gpu-monitor:latest

docker-scout-3c83b9b