What coollabsio/coolify shipped
Generated by FoxPlug from public activity — not affiliated with Coolify.
Week of September 14, 2026
What shipped
- Added a read-only API endpoint to retrieve runtime logs from preview deployments by application UUID and pull request ID, with configurable line limits and optional timestamps. Release
- Removed host-path configuration for persistent volumes from the UI and API, rejecting any requests that include host_path. Release
- Added a pull request settings modal with refresh and deployment controls for preview deployments. Release
- Fixed preview deployments with comma-separated domains by splitting them into individual Traefik labels with valid Host() and PathPrefix() rules. Pull request #11812
- Fixed DNS resolution to fall back to the system resolver when configured DNS servers return no address records. Pull request #11811
- Made dashboard and resource UI refinements including sidebar adjustments and a reopened deployment log viewer. Pull request #11783
- Fixed deployment log processing to preserve raw whitespace in saved command output while preventing Docker Compose ARG injection. Pull request #11466
- Made restart limits opt-in for applications, preview deployments, and service applications, resetting existing resources to unlimited. Release
- Clarified restart notifications to remove misleading wording about crash restarts since the system does not differentiate restart causes. Pull request #11774
- Added an All option to the log viewer and accepted lines=all across application, database, and service log APIs. Release
Why it matters
This week brought improvements to preview deployment management with new API endpoints and UI controls, fixed critical issues with domain routing and DNS resolution, and refined how deployment logs are handled to preserve formatting. These changes address both operational concerns for users running preview deployments and infrastructure stability issues.
Changelog entry
- Added read-only API endpoint to retrieve preview deployment runtime logs by application UUID and pull request ID with line limits and optional timestamps. Release
- Fixed deployment status and metadata processing when remote command output contained leading or trailing whitespace. Release
- Removed host-path configuration for persistent volumes from UI and API; requests with host_path are now rejected. Release
- Added pull request settings modal with refresh and deployment controls for preview deployments. Release
- Added real-time Sentinel synchronization status. Release
- Dashboard and resource UI refinements including sidebar collapsed icon positioning and deployment log reopening. Pull request #11783
- Fixed DNS resolution to fall back to system resolver when configured DNS servers return no address records. Pull request #11811
- Fixed preview deployments by splitting comma-separated domains into individual Traefik labels with valid Host() and PathPrefix() rules. Pull request #11812
- Made restart limits opt-in for applications, preview deployments, and service applications; existing resources reset to unlimited. Release
- Hid application names, server names, deployment URLs, team member emails, and job IDs from Help functionality. Release
- Added All option to log viewer; accepted lines=all across application, database, and service log APIs. Release
- Fixed scheduled backup deletion for service databases to maintain database context. Release
- Clarified restart notifications to remove misleading wording about crash restarts. Pull request #11774
v4.3.20-23 shipped: preview deployment API logs, split compose domains for Traefik, DNS fallback, UI refinements, whitespace preservation in logs, and clarified restart messaging.
This week's releases improved preview deployment management with a new read-only API for runtime logs and pull request settings controls. We fixed DNS resolution fallback behavior, resolved issues with comma-separated preview domains in Docker Compose, and refined deployment log handling to preserve whitespace formatting. UI improvements and clearer restart notifications round out the updates.