github Yeraze/meshmonitor v2.16.8
v2.16.8 - Container Detection Fix

latest releases: v2.21.13, v2.21.12, v2.21.11...
one month ago

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.

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.