Releases: LibreBooking/docker
Releases · LibreBooking/docker
Version 3.2.1
Version 3.2.0
Version 3.1.0
What's Changed
- Enable rootless container execution (podman)
Version 3.0.1
What's changed
- Fix variable name
LB_INSTALL_PASSWORDin scriptentrypoint.sh - Fix content inside directory
.examples
Version 3.0.0
What's Changed
- By default, the container now runs as non-root user
www-data - By default, the container no longer runs
cron croncan be run by launching a separate container and overriding the user torootand the entrypoint to/usr/local/bin/cron.sh- Examples are shifted to the ad-hoc directory
.examples - fixed wrong database root password variable name by @thanhdxuan in #126
New Contributors
- @thanhdxuan made their first contribution in #126
Full Changelog: 2.8.1...3.0.0
Version 2.8.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #117
- Issue 116 by @colisee in #120
Full Changelog: 2.7.2...2.8.0
Version 2.7.2
2.7.1
What's Changed
- Update RUN.md by @aaronjrodrigues in #107
- Update BUILD.md by @BrentonCavanagh in #108
- Remove the v-prefix from the application version to build the image tag by @colisee in #109
- Fix issue 113 by @colisee in #114
- Fix issue 111 by @colisee in #115
New Contributors
- @aaronjrodrigues made their first contribution in #107
- @BrentonCavanagh made their first contribution in #108
Full Changelog: 2.7.0...2.7.1
Version 2.7.0
Changes
- freetype support to GD added to work with captcha generation
- cron added to enable background jobs inside the container
Version 2.6.1
Changes
- Split develop and release image creation in order to have different run schedules