Skip to content

v0.8.1

Choose a tag to compare

@markusleh markusleh released this 10 Mar 19:55
· 165 commits to main since this release
38866ba

[v0.8.1] - 2024-03-10

ℹ️ This update includes optional changes to the docker-compose file. You may update your docker-compose.yml file to reflect the changes in this version.

You can run the following command to compare your docker-compose.yml file with the latest version:

git diff main:docker-compose.yml docker-compose.yml

Changed

  • Backend healthcheck lowered to 10 seconds from 30 seconds. This is to shorten the time to initially start the whole deployment as the container starts in mere seconds and previously the first check was only run after 30 seconds. [commit]

Fixed

  • Inline comments in example .env.example broke the deployment. The comments were moved to a newline. [commit]
  • HTML -tab now grays out as it should when the scan is not yet complete or it did not finish successfully. [commit]

Full Changelog: v0.8.0...v0.8.1