mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-23 07:07:01 -04:00
www/caddy: Add changelog and bump plugin version to v2.1.0 (#5270)
This commit is contained in:
parent
1e2acfdd69
commit
155aa2e796
2 changed files with 29 additions and 19 deletions
|
|
@ -1,6 +1,5 @@
|
|||
PLUGIN_NAME= caddy
|
||||
PLUGIN_VERSION= 2.0.4
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_VERSION= 2.1.0
|
||||
PLUGIN_DEPENDS= caddy-custom
|
||||
PLUGIN_COMMENT= Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing
|
||||
PLUGIN_MAINTAINER= cedrik@pischem.com
|
||||
|
|
|
|||
|
|
@ -6,34 +6,45 @@ DOC: https://docs.opnsense.org/manual/how-tos/caddy.html
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
2.1.0
|
||||
|
||||
* Remove: NTLM plugin support due to service control instability and protocol deprecation (opnsense/plugins/pull/5258)
|
||||
* Remove: validateAction and caddy_control.py service control validation funnel (opnsense/plugins/pull/5258)
|
||||
* Remove: “Add Handler” shortcut command (opnsense/plugins/pull/5260)
|
||||
* Add: Layer 4 upstream originate TLS feature (opnsense/plugins/pull/5263)
|
||||
* Cleanup: Simplify reload command handling (opnsense/plugins/pull/5267)
|
||||
* Cleanup: Use BaseField cast helpers in certificate extraction script (opnsense/plugins/pull/5268)
|
||||
* Cleanup: Remove CDATA in help texts, fix typos, remove obsolete links, add missing selectpicker style (opnsense/plugins/pull/5261)
|
||||
* Cleanup: Use BaseField cast helpers in validation messages (opnsense/plugins/pull/5263)
|
||||
|
||||
2.0.4
|
||||
|
||||
Add: DNS-01 challenge delegation via CNAME (contributed by sdsys-ch) (opnsense/plugins/pull/4950)
|
||||
Fix: Enabling HTTP access log wrongly excluded the process logs (opnsense/plugins/pull/4974)
|
||||
Fix: fix setup.sh script not setting correct ownership in www user mode (opnsense/plugins/pull/4976)
|
||||
Fix: Prevent sudo on startup via skip_install_trust (opnsense/plugins/pull/5015)
|
||||
Fix: Fix race condition that moved domain filter selectpicker into invisible tab (opnsense/plugins/pull/5076)
|
||||
* Add: DNS-01 challenge delegation via CNAME (contributed by sdsys-ch) (opnsense/plugins/pull/4950)
|
||||
* Fix: Enabling HTTP access log wrongly excluded the process logs (opnsense/plugins/pull/4974)
|
||||
* Fix: fix setup.sh script not setting correct ownership in www user mode (opnsense/plugins/pull/4976)
|
||||
* Fix: Prevent sudo on startup via skip_install_trust (opnsense/plugins/pull/5015)
|
||||
* Fix: Fix race condition that moved domain filter selectpicker into invisible tab (opnsense/plugins/pull/5076)
|
||||
|
||||
2.0.3
|
||||
|
||||
Add: Tabulator groupBy of domain and subdomain (opnsense/plugins/pull/4909)
|
||||
Cleanup: Grid HTML and style
|
||||
Fix: Tabulator 'Data Load Response Blocked' warning
|
||||
Fix: setup.sh interaction with caddy storage and permissions (opnsense/plugins/pull/4911)
|
||||
Fix: Emit subdomain http access logs when wildcard parent has logging enabled (opnsense/plugins/issues/4914)
|
||||
* Add: Tabulator groupBy of domain and subdomain (opnsense/plugins/pull/4909)
|
||||
* Cleanup: Grid HTML and style
|
||||
* Fix: Tabulator 'Data Load Response Blocked' warning
|
||||
* Fix: setup.sh interaction with caddy storage and permissions (opnsense/plugins/pull/4911)
|
||||
* Fix: Emit subdomain http access logs when wildcard parent has logging enabled (opnsense/plugins/issues/4914)
|
||||
|
||||
2.0.2
|
||||
|
||||
Add: Global server timeout options (opnsense/plugins/pull/4778)
|
||||
Cleanup: Change all camelCase to snake_case in api notations (opnsense/plugins/pull/4767,4768,4776)
|
||||
Cleanup: Use SimpleActionButton in general.volt (opnsense/plugins/pull/4779)
|
||||
Cleanup: Change em into px, fix key/value display in formatter (opnsense/plugins/pull/4807)
|
||||
Cleanup: Remove obsolete model_relation_domain formatter (opnsense/plugins/pull/4813)
|
||||
* Add: Global server timeout options (opnsense/plugins/pull/4778)
|
||||
* Cleanup: Change all camelCase to snake_case in api notations (opnsense/plugins/pull/4767,4768,4776)
|
||||
* Cleanup: Use SimpleActionButton in general.volt (opnsense/plugins/pull/4779)
|
||||
* Cleanup: Change em into px, fix key/value display in formatter (opnsense/plugins/pull/4807)
|
||||
* Cleanup: Remove obsolete model_relation_domain formatter (opnsense/plugins/pull/4813)
|
||||
|
||||
2.0.1
|
||||
|
||||
Add: Active health checks to handlers (contributed by zaben903) (opnsense/plugins/pull/4721)
|
||||
Fix: Add handler command sometimes clearing domain selection in open dialogue (opnsense/plugins/pull/4748)
|
||||
* Add: Active health checks to handlers (contributed by zaben903) (opnsense/plugins/pull/4721)
|
||||
* Fix: Add handler command sometimes clearing domain selection in open dialogue (opnsense/plugins/pull/4748)
|
||||
|
||||
2.0.0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue