PLANKA Community 2.2.0
⚠️ Breaking changes — read before updating
1. OIDC/SSO has been removed from PLANKA Community.
- After updating, all SSO-based users are deactivated, because they no longer
have a password login. - An admin can restore access by setting a password for each affected user and
reactivating them. - If your only admin account is SSO-based, you will be locked out. Create a
new admin user first (via script or environment variables) before updating:
https://docs.planka.cloud/docs/configuration/admin-user - If SSO is critical for your team, plan this migration before you update.
- Background and reasoning: #1754 · OIDC/SSO is now part of PLANKA Pro:
https://planka.app/pro
2. Node.js 24 is now required for source/manual installations. Docker users
are unaffected. Update your Node.js runtime before upgrading.
Added
- Two-factor authentication (TOTP) for local accounts — set up with an
authenticator app, ten one-time recovery codes, and admin reset. - Auto-logout on inactivity — configurable timeout with a warning before
sign-out; activity in any tab keeps you signed in. - Trusted devices — optionally trust a browser to skip 2FA for a set period;
trusted browsers can be listed and revoked individually.
Changed
- User editing in administration is now a single unified modal (profile,
credentials and API key in one dialog). - Dependencies updated; CI aligned with Node 24.
Removed
- OIDC/SSO (moved to PLANKA Pro).
- armv7 Docker image builds.
Full Changelog: 2.1.1...v2.2.0