v1.17.0 (2026-01-22)
Features
Important
This release changes how update detection works.
Instead of pulling image - which could cause an unexpected update (for example, via manual docker compose call), the application now checks image manifests.
The downside is that at least two Docker API requests are required (for local and remote images), especially on the first run before local image manifests are stored. This may increase the risk of hitting Docker pull rate limits
Recommendations:
- Configure Docker registry authentication to increase limits
- Use different registries where possible, for example github, e.g.
ghcr.io/quenary/tugtainer:1
Detailed Changes: v1.16.1...v1.17.0