v2.16.8 - Container Detection Fix
Bug Fixes
Container Detection
- Fixed GHCR image detection for auto-upgrade feature (#537)
- Improved container availability checking to use direct GHCR manifest API query
- Resolves issues where the auto-upgrade feature couldn't properly detect available container images
- More reliable upgrade path detection for containerized deployments
Changes Since v2.16.7
This is a focused bug fix release that addresses issues with the container auto-upgrade feature's ability to detect available images on GitHub Container Registry (GHCR).
Pull Requests
- #537 - fix: Use direct manifest query for GHCR image detection
Installation
See the Quick Start Guide for installation instructions.
Full Changelog
For a complete diff: v2.16.7...v2.16.8
๐ MeshMonitor v2.16.8
๐ฆ Installation
Docker (recommended):
docker run -d \
--name meshmonitor \
-p 8080:3001 \
-v meshmonitor-data:/data \
ghcr.io/Yeraze/meshmonitor:v2.16.8๐งช Testing
โ
All tests passed
โ
TypeScript checks passed
โ
Docker images built for linux/amd64, linux/arm64, linux/arm/v7
๐ Changes
See commit history for detailed changes.