v0.28.0

Dokploy/dokployv0.28.0Feb 27, 2026by github-actions[bot]

AI Summary

This release introduces patches functionality, makes Dockerfile path optional, adds backup retention options, and includes various security and UI enhancements for the Dokploy deployment platform.

Key Highlights

  • Add patches functionality for application management
  • Make dockerfile path optional and default to 'Dockerfile'
  • Add functionality to keep the latest N backups after running a job
  • Enhance mount API to support service type filtering and organization
  • Add custom notification support for volume backup status updates

New Features

  • Patches functionality
  • Optional Dockerfile path with default
  • Backup retention (keep latest N backups)
  • Mount API service type filtering
  • Custom volume backup notifications
  • Security handling with refetch capability
  • Node.js upgrade to 24.4.0

Full Release Notes

## What's Changed
* chore: upgrade Node.js version and related dependencies to 24.4.0 by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3743
* feat: Add patches functionality by @ivanpadavan in https://github.com/Dokploy/dokploy/pull/3574
* fix: extract ZIP drop deployment to build server when configured by @vtomasr5 in https://github.com/Dokploy/dokploy/pull/3591
* Feat/add new pricing by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3758
* fix: cap monitoring chart data to prevent memory leak by @mixelburg in https://github.com/Dokploy/dokploy/pull/3750
* feat: Make dockerfile path optional and default to "Dockerfile" by @jirkavrba in https://github.com/Dokploy/dokploy/pull/3760
* fix: add error handling to dokploy restart notifications by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3780
* chore: update @better-auth/sso and better-auth to version 1.5.0-beta.… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3783
* chore: enhance Docker image tagging in GitHub Actions workflow to inc… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3796
* feat: enhance mount API to support service type filtering and organiz… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3800
* feat: add custom notification support for volume backup status updates by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3802
* feat: enhance security handling by adding refetch capability and impr… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3804
* style: Minor Refactor to VPS recommendation message by @HPaulson in https://github.com/Dokploy/dokploy/pull/3801
* fix: replace full lodash imports with per-function imports by @karyanayandi in https://github.com/Dokploy/dokploy/pull/3776
* refactor: improve error handling and logging in cron job setup for ba… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3811
* refactor: remove unnecessary access log filters from settings configu… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3812
* refactor: streamline container name processing in metric retrieval fu… by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3813
* feat: add functionality to keep the latest N backups after running a job by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3816
* fix: replace index-only keys with stable composite keys in mapped lists by @karyanayandi in https://github.com/Dokploy/dokploy/pull/3777
* Refactor/support only for startup plan by @Siumauricio in https://github.com/Dokploy/dokploy/pull/3817

## New Contributors
* @ivanpadavan made their first contribution in https://github.com/Dokploy/dokploy/pull/3574
* @mixelburg made their first contribution in https://github.com/Dokploy/dokploy/pull/3750
* @jirkavrba made their first contribution in https://github.com/Dokploy/dokploy/pull/3760
* @HPaulson made their first contribution in https://github.com/Dokploy/dokploy/pull/3801
* @karyanayandi made their first contribution in https://github.com/Dokploy/dokploy/pull/3776

**Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.27.1...v0.28.0