v0.25.3
Dokploy/dokployv0.25.3Sep 22, 2025by github-actions[bot]
AI Summary
This release improves backup processes, fixes GitLab and Bitbucket integrations, and replaces YAML parsers for better stability.
Key Highlights
- Made MariaDB backups non-blocking
- Deprecated App password for Bitbucket in favor of API token
- Replaced js-yaml with yaml package for YAML parsing
- Fixed Traefik startup errors
New Features
- Non-blocking MariaDB backups
- Bitbucket API token support
- AppName field for GitHub provider settings
Full Release Notes
## What's Changed * feat(backups): make mariadb backups non-blocking by @yigitahmetsahin in https://github.com/Dokploy/dokploy/pull/2582 * Fix: Update gitlab.ts cloneRawGitlabRepositoryRemote to use gitlabBranch by @dragospaulpop in https://github.com/Dokploy/dokploy/pull/2624 * Fix profile email validation to prevent empty values causing sign-in issues-#2613 by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2614 * fix: prevent the shrinking of icon button for view mode on add template dialog by @nimone in https://github.com/Dokploy/dokploy/pull/2643 * fix: Display Compose service domains in projects dashboard (#2606) by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2622 * refactor: replace getPublicIpWithFallback with getLocalServerIp for i… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2650 * fix: update registry tag construction to handle optional registry URL by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2651 * fix: enhance error handling in volume backup process by adding cleanu… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2652 * fix: handle optional configFiles in template details and improve mapp… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2653 * 2018 traefik never start error read etctraefiktraefikyml is a directory by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2654 * refactor: replace js-yaml with yaml package for YAML parsing and stri… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2656 * feat: add appName field to GitHub provider settings and update relate… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/2657 * fix(registries): special character passwords not working in registry creation. by @cheetahbyte in https://github.com/Dokploy/dokploy/pull/2516 * feat(bitbucket): Deprecate App password and replace it with API token by @divaltor in https://github.com/Dokploy/dokploy/pull/2525 ## New Contributors * @yigitahmetsahin made their first contribution in https://github.com/Dokploy/dokploy/pull/2582 * @dragospaulpop made their first contribution in https://github.com/Dokploy/dokploy/pull/2624 * @nimone made their first contribution in https://github.com/Dokploy/dokploy/pull/2643 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.25.2...v0.25.3