diff --git a/www/caddy/Makefile b/www/caddy/Makefile index c4d64d575..a96b00369 100644 --- a/www/caddy/Makefile +++ b/www/caddy/Makefile @@ -1,6 +1,5 @@ PLUGIN_NAME= caddy -PLUGIN_VERSION= 1.8.5 -PLUGIN_REVISION= 1 +PLUGIN_VERSION= 2.0.0 PLUGIN_DEPENDS= caddy-custom PLUGIN_COMMENT= Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing PLUGIN_MAINTAINER= cedrik@pischem.com diff --git a/www/caddy/pkg-descr b/www/caddy/pkg-descr index 9fa23bafa..5675bdbf0 100644 --- a/www/caddy/pkg-descr +++ b/www/caddy/pkg-descr @@ -1,11 +1,4 @@ -Caddy - The Ultimate Server - makes your sites more secure, more reliable, and more scalable than any other solution. -By default, Caddy automatically obtains and renews TLS certificates (Let's Encrypt and ZeroSSL) for all your sites. -It's the most advanced HTTPS server in the world. - -* Reverse Proxy HTTP, HTTPS and WebSockets -* Route UDP/TCP traffic with the included Layer4 module: https://github.com/mholt/caddy-l4 -* Dynamic DNS module included: https://github.com/mholt/caddy-dynamicdns -* Large selection of DNS Providers available: https://github.com/caddy-dns +Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS WWW: https://caddyserver.com/ DOC: https://docs.opnsense.org/manual/how-tos/caddy.html @@ -13,6 +6,20 @@ DOC: https://docs.opnsense.org/manual/how-tos/caddy.html Plugin Changelog ================ +2.0.0 + +* Attention - Breaking Change: All DNS Providers except Cloudflare have been removed and will not come back (opnsense/plugins/pull/4691) + Going forward, if DNS-01 challenge or Dynamic DNS is a requirement, you could use os-acme-client and os-ddclient. + Another option is to migrate to Cloudflare, as this module will stay a core component. + +* Add: Request Matcher option to Access List (contributed by spawntty) (opnsense/plugins/pull/4680) +* Add: ECH can configure encrypted client hello with Cloudflare (opnsense/plugins/pull/4673) +* Add: Client Auth (mTLS) to subdomains (opnsense/plugins/pull/4673) +* Build: Update to caddy-v2.10.0 (opnsense/tools/pull/469) +* Change: Render subdomains in a new pattern in the Caddyfile to adhere to caddy-v2.10.0 standard (opnsense/plugins/pull/4673) +* Change: Show only wildcard domains in subdomain selection (opnsense/plugins/pull/4646) +* Fix: Missing translation and toggle filter icon (opnsense/plugins/pull/4648) + 1.8.5 * Add: basic_auth per handler (opnsense/plugins/issues/4619)