2.3.1

louislam/uptime-kuma2.3.1May 3, 2026by louislam

AI Summary

Small bug fix release addressing SQLite busy timeout issues and updating the push Docker image to use multi-arch Node base.

Key Highlights

  • Added busy_timeout to SQLite to prevent database locked errors
  • Updated push image to use multi-arch Node base
  • Dependency updates

Full Release Notes

### 🐞 Bug Fixes
- #7307 fix: Add `busy_timeout` to sqlite to avoid error `SQLITE_BUSY: database is locked` (Thanks @wagnerand)

### Others
- #7340 chore: Update dependencies 
- #7345 chore: update to 2.3.1
- #7344 fix(push): use multi-arch Node base in push image Dockerfile (Thanks @herwinz)