watchtower/CHANGELOG.md
kalvinparker e1f67fc3d0 feat(registry): add support for custom CA certificates and TLS validation
- Introduced `--registry-ca` and `--registry-ca-validate` flags for configuring TLS verification with private registries.
- Implemented in-memory token caching with expiration handling.
- Updated documentation to reflect new CLI options and usage examples.
- Added tests for token cache concurrency and expiry behavior.
2025-11-14 14:30:37 +00:00

326 B

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

  • Add --registry-ca-validate flag: when supplied with --registry-ca, Watchtower can validate the provided CA bundle on startup and fail fast on misconfiguration. Prefer using this over --insecure-registry in production.