This is a hotfix release to fix a couple critical issues from v2.10.1
What's Changed
- http: Make logger first, before TLS provisioning by @francislavoie in https://github.com/caddyserver/caddy/pull/7198
- httpcaddyfile: Fix
acme_dns
regression by @francislavoie in https://github.com/caddyserver/caddy/pull/7199 - caddyfile: Fix importing nested tokens for
{block}
by @BeeJay28 in https://github.com/caddyserver/caddy/pull/7189
Changelog
- [551f79] caddyfile: Fix importing nested tokens for
{block}
(#7189) - [16fe83] http: Make logger first, before TLS provisioning (#7198)
- [456426] httpcaddyfile: Fix
acme_dns
regression (#7199)
New Contributors
- @BeeJay28 made their first contribution in https://github.com/caddyserver/caddy/pull/7189
Full Changelog: https://github.com/caddyserver/caddy/compare/v2.10.1...v2.10.2