Overview
Watchtower v1.11.3 is a patch release that introduces support for the riscv64 architecture, enhances logging by demoting certain container log messages to debug level, and improves reliability with deferred image cleanup during self-updates. It also includes several dependency updates for improved security and maintainability.
Changes
New Features
- Add riscv64 Architecture Support (PR #318)
Added support for the riscv64 architecture, expanding Watchtower's compatibility to include RISC-V based systems.
Bug Fixes
- Demote Container Log Messages to Debug (PR #315)
Reduced verbosity by changing certain container-related log messages to debug level, improving the user experience by minimizing log noise. - Defer Image Cleanup During Self-Update (PR #321)
Fixed image cleanup process to defer cleanup during self-updates, enhancing reliability and preventing potential issues with image management.
Dependencies and CI
- Updated
golangci/golangci-lint-action
digest tocf2fd4c
(PR #316). - Updated
nginx
docker digest to6784fb0
(PR #319). - Updated
nginx:1.28.0
docker digest to1fd589a
(PR #320). - Updated
nginx:1.28.0
docker digest to20555a0
(PR #324). - Updated
actions/attest-build-provenance
digest toe8998f9
(PR #322). - Updated
actions/setup-go
digest to4de67c0
(PR #323).
Full Changelog
For a complete list of changes, see the v1.11.2...v1.11.3 changelog.