Documentation : https://docs.bunkerweb.io/1.6.9~rc3/
Docker tags :
- All-in-one :
bunkerity/bunkerweb-all-in-one:1.6.9-rc3orghcr.io/bunkerity/bunkerweb-all-in-one:1.6.9-rc3 - BunkerWeb :
bunkerity/bunkerweb:1.6.9-rc3orghcr.io/bunkerity/bunkerweb:1.6.9-rc3 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.9-rc3orghcr.io/bunkerity/bunkerweb-scheduler:1.6.9-rc3 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.9-rc3orghcr.io/bunkerity/bunkerweb-autoconf:1.6.9-rc3 - UI :
bunkerity/bunkerweb-ui:1.6.9-rc3orghcr.io/bunkerity/bunkerweb-ui:1.6.9-rc3 - API :
bunkerity/bunkerweb-api:1.6.9-rc3orghcr.io/bunkerity/bunkerweb-api:1.6.9-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.9~rc3&filter=all&dist=
Changelog :
- [BUGFIX] Fix issues with the new
multiselectlogic where a custom separator can be used, but the default one (space) was still used if the separator was empty, which caused issues with settings that had an empty string as a value. - [BUGFIX] Fix issue with the failover not sending the failover configuration if the reload failed, which caused the failover configuration to not be applied until the next successful reload.
- [FEATURE] Add field value redaction in Let's Encrypt plugin and update ZeroSSL API key handling to avoid exposing sensitive information in logs and process arguments. (Except in TRACE level logs for debugging purposes)
- [UI] Set
reuse_portsetting toFalsewith gunicorn to avoid issues with workers not starting. - [UI] Tweak plugins headers style to avoid the text moving the buttons out of the page when the header is too long.
- [UI] Add
MAX_CONTENT_LENGTHsetting to configure the maximum upload size (defaults to 50 MB). - [UI/API] Add
MAX_REQUESTSsetting to configure Gunicorn max requests before worker restart (defaults to 1000), withUI_MAX_REQUESTS/API_MAX_REQUESTSas optional overrides. - [API] Set
reuse_portsetting toFalsewith gunicorn to avoid issues with workers not starting. - [MISC] Enhance version comparison logic in update check
- [MISC] Enhance database connection management with configurable pool reset and session handling
- [MISC] Enhance database configuration options with
DATABASE_POOL_SIZE,DATABASE_POOL_MAX_OVERFLOW,DATABASE_POOL_TIMEOUT,DATABASE_POOL_RECYCLE,DATABASE_POOL_PRE_PING,DATABASE_POOL_RESET_ON_RETURN,DATABASE_RETRY_TIMEOUT,DATABASE_REQUEST_RETRY_ATTEMPTSandDATABASE_REQUEST_RETRY_DELAYsettings for improved performance, reliability and resilience of database interactions. - [DEPS] Updated libmaxminddb version to v1.13.3
- [DEPS] Updated luajit2 version to v2.1-20260227
- [DEPS] Update coreruleset-v4 version to v4.24.0