Skip to content

v1.0.25

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jul 15:45
5ded362

BunkerWeb Helm chart v1.0.25 (app version 1.6.13).

helm repo add bunkerweb https://repo.bunkerweb.io/charts
helm repo update
helm install bunkerweb bunkerweb/bunkerweb --version 1.0.25

Documentation: https://docs.bunkerweb.io/

Changelog:
App version: 1.6.13 (unchanged).

  • [FEATURE] scheduler: when settings.existingSecret is set, the PRO license key and the optional feature secrets are now sourced from it (keys pro-license-key, zerossl-api-key, custom-ssl-key, sessions-secret, auth-basic-password, darkvisitors-token, crowdsec-api-key; all optional, taking precedence over their plain values.yaml equivalents). (#84 for the PRO license key, thanks @anthosz)
  • [BUGFIX] scheduler.features: redirect.redirectToStatusCode and php.remotephpPath now render their env vars (REDIRECT_TO_STATUS_CODE, REMOTE_PHP_PATH) — in all earlier chart versions both were silently ignored due to template guard bugs.
  • [CI] internal template refactor (_helpers.tpl consolidation) and streamlined dev/prod release workflows.
  • [CI] GitHub Actions bumps: actions/checkout 7.0.0, azure/setup-helm 5.0.1, softprops/action-gh-release 3.0.2.
  • [DOCS] values.yaml: note that the pro-license-key key in existingSecret is optional for non-PRO deployments.