- Download: https://github.com/kanboard/kanboard/releases/tag/v1.2.32
- Upgrade instructions: https://docs.kanboard.org/v1/admin/upgrade/
- Documentation: https://docs.kanboard.org/
- Docker images:
- Docker Hub:
docker.io/kanboard/kanboard:v1.2.32
- GitHub Container Registry:
ghcr.io/kanboard/kanboard:v1.2.32
- Quay.io Container Registry:
quay.io/kanboard/kanboard:v1.2.32
- Docker Hub:
List of Changes
- Fix unexpected
EventDispatcher
exception in cronjob and during logout - Integration Tests: Run
apt update
before installing Apache - Automatic action
TaskMoveColumnClosed
does not log column movement - Tweak Sqlite connection settings to reduce database locked errors
- Bump
phpunit/phpunit
from9.6.9
to9.6.10