v0.25.11

Dokploy/dokployv0.25.11Nov 26, 2025by github-actions[bot]

AI Summary

This release focuses on stability improvements, enhanced error handling in deployment processes, and configuration fixes for S3 integration. It includes updates to Docker command execution and standardization of date formats in the database.

Key Highlights

  • Improved error handling in deployment processes
  • Standardized date formats in the environment table
  • Added additional rclone configuration options for S3 integration
  • Fixed GitLab API URL by removing 'owned' parameter

New Features

  • SQL script to standardize date formats
  • Additional rclone configuration options for S3
  • KillBuild component for terminating Docker builds
  • Railpack installation command

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
* fix: update input handling in application components by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3082
* feat: add SQL script to standardize date formats in environment table by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3083
* feat: enhance error handling in deployment processes by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3104
* refactor: improve cleanup operation handling in postgres router by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3105
* fix: update pg data path for latest docker version by @Bima42 in https://github.com/Dokploy/dokploy/pull/3048
* feat: add additional rclone configuration options for S3 integration by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3106
* fix: update rclone S3 flags to use quotes for improved parsing by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3107
* fix: correct GitLab API URL by removing 'owned' parameter from projec… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3108
* refactor: enhance user management actions in dashboard by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3109
* refactor: remove TableCaption from user display in dashboard settings by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3110
* refactor: improve error handling in notification components by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3112
* feat: add Railpack installation command to builder script by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3113
* Fix: Allow organization members to access requests functionality (#2687) by @Harikrishnan1367709 in https://github.com/Dokploy/dokploy/pull/2698
* fix: server time is incorrect by @shiqocred in https://github.com/Dokploy/dokploy/pull/3058
* chore: naming of redis and postgres volumes has been made understandable by @fir4tozden in https://github.com/Dokploy/dokploy/pull/3032

## New Contributors
* @fir4tozden made their first contribution in https://github.com/Dokploy/dokploy/pull/3032

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.25.10...v0.25.11