This release includes 1 security fix for security teams reviewing exposed deployments.
Affected surfaces
Summary
AI summaryUpdates What's New, or docker pull dannybouwers/trala:v0.17.1, and deps across a mixed release.
Full changelog
🔒 Security Hardening: Credential Protection
Sensitive information just got more secure. This release removes filesystem paths from basic auth error messages to prevent inadvertent disclosure in logs and UI, patches a known vulnerability in network module dependencies, and improves debug logging clarity for multi-host setups. No configuration changes are required—existing deployments continue to work without any modifications.
What's New
- Credential Path Redaction: Basic auth errors no longer expose the filesystem path of password files. Path information is now only emitted at debug log level, preventing inadvertent disclosure of sensitive configuration details.
- CVE-2026-25680 Mitigation: Updated
golang.org/x/netto v0.57.0 alongside other indirect Go module dependencies to address a known vulnerability. - Improved Multi-Host Logging: Startup logs now report the number of loaded Traefik host instances, and debug YAML dumps produce clean effective configuration without redundant legacy notation.
How to Use
No configuration changes required—just pull the latest image!
docker pull ghcr.io/dannybouwers/trala:v0.17.1
# or
docker pull dannybouwers/trala:v0.17.1
What's Changed
- 🔧 chore(deps): update Go module dependencies by @dannybouwers in https://github.com/dannybouwers/trala/pull/162
- 🐛 fix(config): remove password file path from basic auth errors by @dannybouwers in https://github.com/dannybouwers/trala/pull/163
- Improve multi-host logging and YAML serialization by @dannybouwers in https://github.com/dannybouwers/trala/pull/164
Full Changelog: https://github.com/dannybouwers/trala/compare/v0.17.0...v0.17.1
Security Fixes
- CVE-2026-25680 — Updated `golang.org/x/net` to v0.57.0 and other indirect Go module dependencies to address a known vulnerability
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Related context
Related tools
Beta — feedback welcome: [email protected]