Documentation : https://docs.bunkerweb.io/1.6.10~rc1/
Docker tags :
- All-in-one :
bunkerity/bunkerweb-all-in-one:1.6.10-rc1orghcr.io/bunkerity/bunkerweb-all-in-one:1.6.10-rc1 - BunkerWeb :
bunkerity/bunkerweb:1.6.10-rc1orghcr.io/bunkerity/bunkerweb:1.6.10-rc1 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.10-rc1orghcr.io/bunkerity/bunkerweb-scheduler:1.6.10-rc1 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.10-rc1orghcr.io/bunkerity/bunkerweb-autoconf:1.6.10-rc1 - UI :
bunkerity/bunkerweb-ui:1.6.10-rc1orghcr.io/bunkerity/bunkerweb-ui:1.6.10-rc1 - API :
bunkerity/bunkerweb-api:1.6.10-rc1orghcr.io/bunkerity/bunkerweb-api:1.6.10-rc1
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.10~rc1&filter=all&dist=
Changelog :
- [SECURITY] Replace Trivy with Docker Scout for container image vulnerability scanning in CI/CD pipeline.
- [BUGFIX] Disable Gunicorn 25.1.0 control socket to prevent worker deadlock caused by fork in multi-threaded master process (UI, TMP-UI, API).
- [BUGFIX] Fix template settings not propagating to services after template edits. Stale form values were stored as explicit overrides when saving a service, permanently blocking template propagation for affected settings. Template custom config changes are now also correctly flagged for scheduler regeneration.
- [UI/SECURITY] Replace unbounded "All" option in DataTable page length menus with capped values (500, 1000) across all pages, and clamp server-side
length/startparameters to prevent OOM from oversized requests. - [UI] Fix multiselect settings not correctly displaying or applying their values in the template editor and the service creation wizard.
- [UI] Fix multiselect and multivalue settings resetting to default values when all options are unchecked, by preserving empty string as a valid value across Jinja2 rendering, jQuery initialization, and the template editor module.
- [UI] Check database for
USE_REDISsetting before showing the filesystem session backend warning, so Redis configured via the Web UI is correctly detected. - [AUTOCONF] Fix Docker socket proxy restarts triggering catastrophic deletion of all instances and services by adding guards in
update_instances()andsave_config()to refuse empty-list updates when the database has existing data. - [AUTOCONF] Fix
_get_controller_containersand_get_controller_swarm_servicessilently swallowing Docker API errors as empty lists, causing downstream code to treat failures as zero containers. - [DOCS] Add llms.txt and llms-full.txt generation via MkDocs post-build hook for AI agent documentation consumption, following the llms.txt standard (llmstxt.org).