- 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
EventDispatcherexception in cronjob and during logout - Integration Tests: Run
apt updatebefore installing Apache - Automatic action
TaskMoveColumnCloseddoes not log column movement - Tweak Sqlite connection settings to reduce database locked errors
- Bump
phpunit/phpunitfrom9.6.9to9.6.10