# Dokploy v0.29.14 - Product: Dokploy (https://whatsnew.fyi/product/dokploy) - Vendor: Dokploy - Date: 2026-08-06 - Version: v0.29.14 - Original notes: https://github.com/Dokploy/dokploy/releases/tag/v0.29.14 - Permalink: https://whatsnew.fyi/product/dokploy/releases/v0.29.14 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Add cursor pointer style for buttons - **fixed** — Prevent environment form from resetting while editing - **fixed** — Make interactive icons inside badges clickable again - **fixed** — Avoid postgres 100-argument limit in findRollbackById - **fixed** — Avoid postgres 100-argument limit in schedule, volume backup and port queries - **fixed** — Don't render CDN info message as an error in DNS tooltip - **fixed** — Persist trigger type selection in GitHub provider forms - **fixed** — Resolve unclickable watch path removal button - **fixed** — Prevent collapsed avatar clipping - **fixed** — Scope deployment delete loading - **fixed** — Keep dropdown menus open on window blur - **fixed** — Show real status code on error page - **fixed** — Refetch github provider before authenticating in preview deployment - **fixed** — Return deployment metadata from runManually and fail early on missing container - **fixed** — Remove preview deployments when deleting an application - **fixed** — Invalidate railpack build cache when env changes - **fixed** — Resolve environment variables on application rollback - **fixed** — Guard RequestHost before filtering to avoid crash on malformed logs - **fixed** — Widen restore backup dialog to match other backup dialogs - **fixed** — Include added and removed files in watchPaths validation ##### What's Changed Patch release with bug fixes only — no new features. * fix(ui): add cursor pointer style for buttons by @SteadEXE in https://github.com/Dokploy/dokploy/pull/4890 * fix: prevent environment form from resetting while editing by @veksen in https://github.com/Dokploy/dokploy/pull/4626 * fix(ui): make interactive icons inside badges clickable again by @narcisonunez in https://github.com/Dokploy/dokploy/pull/4929 * fix: avoid postgres 100-argument limit in findRollbackById by @dmtrTm in https://github.com/Dokploy/dokploy/pull/4924 * fix: avoid postgres 100-argument limit in schedule, volume backup and port queries by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4931 * fix(domains): don't render CDN info message as an error in DNS tooltip by @AbiRaditya in https://github.com/Dokploy/dokploy/pull/4911 * fix(ui): persist trigger type selection in GitHub provider forms by @narcisonunez in https://github.com/Dokploy/dokploy/pull/4937 * fix(ui): resolve unclickable watch path removal button by @imrja8 in https://github.com/Dokploy/dokploy/pull/4782 * fix(ui): prevent collapsed avatar clipping by @azizbecha in https://github.com/Dokploy/dokploy/pull/4948 * fix(ui): scope deployment delete loading by @azizbecha in https://github.com/Dokploy/dokploy/pull/4947 * fix(ui): keep dropdown menus open on window blur by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4953 * fix(ui): show real status code on error page by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4954 * fix(preview-deployment): refetch github provider before authenticating by @CyrilBIENNE in https://github.com/Dokploy/dokploy/pull/4933 * fix(schedule): return deployment metadata from runManually and fail early on missing container by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4955 * fix(application): remove preview deployments when deleting an application by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4959 * fix: invalidate railpack build cache when env changes by @rnkp755 in https://github.com/Dokploy/dokploy/pull/4557 * fix: resolve environment variables on application rollback by @dmtrTm in https://github.com/Dokploy/dokploy/pull/4923 * fix(requests): guard RequestHost before filtering to avoid crash on malformed logs by @narcisonunez in https://github.com/Dokploy/dokploy/pull/4966 * fix(ui): widen restore backup dialog to match other backup dialogs by @Siumauricio in https://github.com/Dokploy/dokploy/pull/4971 * fix(webhook): include added and removed files in watchPaths validation by @rifatdinc in https://github.com/Dokploy/dokploy/pull/4772 * fix(schedule): mark cloud-restricted schedule deployments as error instead of leaving them running by @Siumauricio ##### New Contributors * @veksen made their first contribution in https://github.com/Dokploy/dokploy/pull/4626 * @narcisonunez made their first contribution in https://github.com/Dokploy/dokploy/pull/4929 * @dmtrTm made their first contribution in https://github.com/Dokploy/dokploy/pull/4924 * @AbiRaditya made their first contribution in https://github.com/Dokploy/dokploy/pull/4911 * @CyrilBIENNE made their first contribution in https://github.com/Dokploy/dokploy/pull/4933 * @rnkp755 made their first contribution in https://github.com/Dokploy/dokploy/pull/4557 * @rifatdinc made their first contribution in https://github.com/Dokploy/dokploy/pull/4772 **Full Changelog**: https://github.com/Dokploy/dokploy/compare/v0.29.13...v0.29.14