| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-04 | 2.0 kB | |
| v4.3.17 source code.tar.gz | 2026-09-04 | 17.3 MB | |
| v4.3.17 source code.zip | 2026-09-04 | 19.4 MB | |
| Totals: 3 Items | 36.7 MB | 0 | |
Fixes
- Corrected notification and deployment log links to use the configured instance URL. #11623
- Cleaned up orphaned helper containers when helper images used unqualified names, nested registry paths, tags, or digests. #11540 closed #11511.
- Preserved Docker restart policies when applications, previews, databases, and service applications were stopped without removing their containers.
- Fixed type errors when stopping applications and adding scheduled tasks.
- Kept Docker Compose domains in sync when noindex settings changed.
- Prevented removed Docker Compose service domains from being regenerated by magic service URL variables.
- Preserved generated Compose variables during bulk environment variable replacement and reported blocked deletions correctly.
- Cleared stale Traefik version data after proxies stopped or changed.
- Prevented invalid repository URLs from producing malformed commit links.
Improvements
- Removed app-only restart-limit enforcement from database resources so databases continued to follow their configured Docker restart behavior.
- Made missing required environment variables directly accessible from a service's disabled Deploy action.
- Hid Coolify-managed Compose variables from the developer environment variable view to prevent accidental edits.
What's Changed
- fix: build notification and deployment log links from the instance url by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/11623
- fix(docker): reap orphaned helper containers regardless of registry by @kashik0i in https://github.com/coollabsio/coolify/pull/11540
New Contributors
- @kashik0i made their first contribution in https://github.com/coollabsio/coolify/pull/11540
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.16...v4.3.17