v0.25.8
Dokploy/dokployv0.25.8Nov 19, 2025by github-actions[bot]
AI Summary
This release adds a feature to terminate Docker builds directly from the UI and fixes Traefik domain label writing to local daemons.
Key Highlights
- Added KillBuild component for terminating Docker builds
- Ensured Compose Traefik domain labels are written to local daemons
New Features
- KillBuild component and API mutation
- KillBuild component
Full Release Notes
In case where you have troubles to update to the latest version you can run the following command: ```bash curl -sSL https://dokploy.com/install.sh | sh -s update ``` ## What's Changed * feat: add KillBuild component and API mutation for terminating Docker… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3052 * fix: ensure Compose Traefik domain labels are written to local daemons by @AlexTMjugador in https://github.com/Dokploy/dokploy/pull/3030 ## New Contributors * @AlexTMjugador made their first contribution in https://github.com/Dokploy/dokploy/pull/3030 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.25.7...v0.25.8