Skip to content

v1.6.2-rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 17:30
· 0 commits to master since this release
20d05ec

Documentation : https://docs.bunkerweb.io/1.6.2-rc5/

Docker tags :

  • BunkerWeb : bunkerity/bunkerweb:1.6.2-rc5 or ghcr.io/bunkerity/bunkerweb:1.6.2-rc5
  • Scheduler : bunkerity/bunkerweb-scheduler:1.6.2-rc5 or ghcr.io/bunkerity/bunkerweb-scheduler:1.6.2-rc5
  • Autoconf : bunkerity/bunkerweb-autoconf:1.6.2-rc5 or ghcr.io/bunkerity/bunkerweb-autoconf:1.6.2-rc5
  • UI : bunkerity/bunkerweb-ui:1.6.2-rc5 or ghcr.io/bunkerity/bunkerweb-ui:1.6.2-rc5

Linux packages : https://packagecloud.io/app/bunkerity/bunkerweb/search?q=1.6.2-rc5&filter=all&dist=

Changelog :

  • [BUGFIX] Ensure jobs correctly retrieve multisite settings when a service uses its default value while the global setting is overridden, preventing configuration mismatches.
  • [FEATURE] Add new LETS_ENCRYPT_PASSTHROUGH setting to the Let's Encrypt plugin to allow passing through the Let's Encrypt challenge requests to the upstream server (default is no)
  • [UI] Fix i18n shenanigans in services page and in dataTables
  • [UI] Fix plugins delete button not working
  • [LINUX] Make sure that the NGINX service is disabled every time in the post-install script to avoid issues with the NGINX service being started when it shouldn't be
  • [SECURITY] Refactor permissions in BunkerWeb files to ensure that only the necessary files are readable/writable/executable by the user running the service, enhancing security and preventing unauthorized access to sensitive files.