Documentation : https://docs.bunkerweb.io/1.6.6-rc3/
Docker tags :
- BunkerWeb :
bunkerity/bunkerweb:1.6.6-rc3orghcr.io/bunkerity/bunkerweb:1.6.6-rc3 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.6-rc3orghcr.io/bunkerity/bunkerweb-scheduler:1.6.6-rc3 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.6-rc3orghcr.io/bunkerity/bunkerweb-autoconf:1.6.6-rc3 - UI :
bunkerity/bunkerweb-ui:1.6.6-rc3orghcr.io/bunkerity/bunkerweb-ui:1.6.6-rc3
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.6-rc3&filter=all&dist=
Changelog :
- [BUGFIX] Fix
Let's Encryptwildcard certificate serving when usingwildcardmode in multisite setups and the root domain is a part of theSERVER_NAMEsetting of the service. - [BUGFIX] Fix duplicated id error with ModSecurity rules when two services have the
USE_UIsetting enabled and theUSE_MODSECURITY_GLOBAL_CRSsetting enabled as well. - [BUGFIX] Ensure the
Limitplugin ignores global rules whenUSE_LIMIT_REQis disabled globally so service-specific configs do not get throttled unintentionally. - [BUGFIX] Ensure HTTP/3 works with the HTTP3 plugin by adding conditional reuseport to QUIC listen directives on the default HTTPS server.
- [FEATURE] Start monitoring
405and400http status codes in the requests to be able to see them in the reports page. - [FEATURE] Refactored
Auth Basicauthentication implementation to enhance security and maintainability by switching password hashing to bcrypt. - [UI] Update DataTable initialization to automatically enable state saving for improved user experience.
- [LINUX] Support RHEL 9.7 instead of 9.6
- [LINUX] Support RHEL 10.1 instead of 10.0
- [DOCS] Add live status updates link to README and documentation in multiple languages.
- [DOCS] Fix PDF generation to generate it in english.
- [DOCS] Add documentation about how to setup BunkerWeb as a sidecar in Kubernetes.