Documentation : https://docs.bunkerweb.io/1.6.9~rc2/
Docker tags :
- All-In-One :
bunkerity/bunkerweb-all-in-one:1.6.9-rc2orghcr.io/bunkerity/bunkerweb-all-in-one:1.6.9-rc2 - BunkerWeb :
bunkerity/bunkerweb:1.6.9-rc2orghcr.io/bunkerity/bunkerweb:1.6.9-rc2 - Scheduler :
bunkerity/bunkerweb-scheduler:1.6.9-rc2orghcr.io/bunkerity/bunkerweb-scheduler:1.6.9-rc2 - Autoconf :
bunkerity/bunkerweb-autoconf:1.6.9-rc2orghcr.io/bunkerity/bunkerweb-autoconf:1.6.9-rc2 - UI :
bunkerity/bunkerweb-ui:1.6.9-rc2orghcr.io/bunkerity/bunkerweb-ui:1.6.9-rc2 - API :
bunkerity/bunkerweb-api:1.6.9-rc2orghcr.io/bunkerity/bunkerweb-api:1.6.9-rc2
Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.9~rc2&filter=all&dist=
Changelog :
- [BUGFIX] Update reCAPTCHA handling to use ANTIBOT_RECAPTCHA_CLASSIC variable instead of session data to determine whether to use the classic reCAPTCHA response format or the new one, ensuring consistent behavior regardless of session state.
- [BUGFIX] Rename command argument to plugin_command for clarity and to avoid conflicts with other command arguments with bwcli.
- [FEATURE] Add new
filesetting type to allow users to upload files directly from the web UI and use their content as values for settings. - [FEATURE] Add
Gandias a DNS provider in theletsencryptplugin - [FEATURE] Add
Hetzneras a DNS provider in theletsencryptplugin - [FEATURE] Add certificate authority selection in the
Let's Encryptplugin to allow users to choose betweenLet's EncryptandZeroSSLas the certificate authority for their certificates (Also added ZeroSSL specific settings). - [FEATURE] Add the possibility to whitelist/blacklist group of countries in the
Countryplugin. - [UI] Add override non-global services functionality in global settings
- [UI] Make data columns in the reports page non orderable to avoid issues
- [UI] Add control socket configuration for gunicorn
- [UI] Enhance multiselect dropdown functionality and update the type of multiple settings to use it
- [ALL-IN-ONE] Update CrowdSec version to 1.7.6
- [AUTOCONF] Update gateway and ingress status patching to handle multiple IP addresses and Handle NodePort services if a load balancer IP is not available.
- [API] Add control socket configuration for gunicorn
- [MISC] Change type of
CUSTOM_SSL_CERT_DATAandCUSTOM_SSL_KEY_DATAsettings tofileto allow users to upload their certificate and key files directly from the web UI. - [MISC] Update default value for Permissions-Policy header to include an additional feature (
gamepad). - [DEPS] Update ApexCharts.js version to v5.6.0
- [DEPS] Update i18next version to v25.8.10
- [DEPS] Updated zlib version to v1.3.2
- [DEPS] Updated libmaxminddb version to v1.13.1
- [CONTRIBUTION] Thank you Kn-ut99 for your contribution regarding the fix of a typo in the
Let's Encryptplugin's documentation.