v0.29.6
zarazhangrui/frontend-slidesv0.29.6May 30, 2026by github-actions[bot]
AI Summary
This release upgrades the Next.js dependency to version 16.2.6 and introduces new enterprise restrictions for self-hosted instances. It also resolves several issues regarding member SSH keys, compose deployments with registry auth, and UI layout visibility.
Key Highlights
- Upgrade Next.js to version 16.2.6
- Add self-hosted enterprise restrictions (SSO enforcement, remote-servers-only)
- Fix member SSH key create/delete access
- Fix compose deploy to preserve HOME for docker config reading
New Features
- Self-hosted enterprise restrictions
- Base64 import for compose services (in v0.29.5, not v0.29.6, but listed nearby)
Full Release Notes
## What's Changed * chore(deps): upgrade next to 16.2.6 by @jasael in https://github.com/Dokploy/dokploy/pull/4477 * feat: add self-hosted enterprise restrictions (remote-servers-only, enforce-sso) by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4511 * fix: member SSH keys create/delete access by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4512 * fix: use create permission for basic auth delete by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4513 * fix: wrap long server names and keep actions menu visible on settings/servers by @pparage in https://github.com/Dokploy/dokploy/pull/4434 * fix: preserve HOME in compose deploy so --with-registry-auth can read docker config by @youcefzemmar in https://github.com/Dokploy/dokploy/pull/4485 ## New Contributors * @jasael made their first contribution in https://github.com/Dokploy/dokploy/pull/4477 * @pparage made their first contribution in https://github.com/Dokploy/dokploy/pull/4434 * @youcefzemmar made their first contribution in https://github.com/Dokploy/dokploy/pull/4485 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.29.5...v0.29.6