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 #11623
- fix(docker): reap orphaned helper containers regardless of registry by @kashik0i in #11540
New Contributors
Full Changelog: v4.3.16...v4.3.17