Skip to content

v11.4.5

Latest
Compare
Choose a tag to compare
@cemathey cemathey released this 27 Feb 21:54
· 24 commits to master since this release
f05d4f0

This release is to fix some issues in docker-compose-common-components.yml from v11.4.4

🐛 Bug Fixes

  • The redis URL was not passed through to the maintenance container causing issues with Django on startup (@ElGuillermo)
  • The health check for the maintenance container was not configured properly (@cemathey)

⚙️ Others

  • You can now fine tune how often your webhook service loop runs by setting the HLL_WH_LOOP_SLEEP_TIME variable in your .env file (@cemathey)

Upgrade Instructions

You can optionally add the new HLL_WH_LOOP_SLEEP_TIME environment variable to your .env file by copying it from default.env

You will receive warnings from Docker if you do not do this; but it is configured with a default and will still work.

git fetch --tags
git checkout v11.4.5
docker compose pull
docker compose up -d

Full Changelog: v11.4.4...v11.4.5