v4.3.11
Added 2
- Add asynchronous DNS validation for application and service domains
- Add one-click service templates for HashiCorp Vault and Obsidian LiveSync CouchDB
Changed 2
- Show a toast with retry guidance when infrastructure-related Livewire requests fail
- Distinguish proxy restarts from proxy updates in server status indicators
Fixed 17
- Restore proxy connections to project networks after host reboots
- Apply custom Docker options when applications use custom container names
- Honor selected rollback tags and respect Compose stop grace periods
- Restore custom-format PostgreSQL backups with pg_restore
- Remove persistent volumes when deleting application previews
- Make Docker cleanup safe to retry and prevent missing resources from failing deletion
- Fix registry pushes by updating the helper image's Docker CLI, Compose, and Buildx versions
- Fix service log lookup when Docker label values contain commas
- Allow system-wide GitHub Apps to work across teams
- Accept Coolify CUIDs when updating GitHub App private keys through the API
- Allow teams with unused private keys or system-wide Git sources to be deleted without removing shared sources
- Restore clickable commit links in deployment logs
- Clear stale Traefik branch-upgrade warnings after the suggested branch is applied
- Keep private-key edit dialogs working after multiple keys are deleted
- Fix terminal container selection when identical container names exist on different servers
- Refresh service configuration after required environment variables change
- Redact dotted GitHub tokens from exported logs and prevent wide tables from overflowing their containers
From Coolify
Features
- Added asynchronous DNS validation for application and service domains.
- Added one-click service templates for HashiCorp Vault and Obsidian LiveSync CouchDB.
Fixes
- Restored proxy connections to project networks after host reboots (#11476, fixes #11436).
- Applied custom Docker options when applications used custom container names, honored selected rollback tags, and respected Compose stop grace periods (#11479, #11480, #11498).
- Restored custom-format PostgreSQL backups with
pg_restore(#11481, fixes #11459). - Removed persistent volumes when deleting application previews (#11455, fixes #11441).
- Made Docker cleanup safe to retry and prevented missing resources from failing deletion (#11463).
- Fixed registry pushes by updating the helper image's Docker CLI, Compose, and Buildx versions (#11461, fixes #11437).
- Fixed service log lookup when Docker label values contained commas (#11477, fixes #11454).
- Allowed system-wide GitHub Apps to work across teams and accepted Coolify CUIDs when updating their private keys through the API (#11453, #11468).
- Allowed teams with unused private keys or system-wide Git sources to be deleted without removing shared sources (#11499, #11500, fixes #11494).
- Restored clickable commit links in deployment logs (#11495, fixes #11482).
- Cleared stale Traefik branch-upgrade warnings after the suggested branch was applied (#11496, fixes #11490).
- Kept private-key edit dialogs working after multiple keys were deleted (#11497, fixes #11487).
- Fixed terminal container selection when identical container names existed on different servers.
- Refreshed service configuration after required environment variables changed.
- Redacted dotted GitHub tokens from exported logs and prevented wide tables from overflowing their containers.
Improvements
- Showed a toast with retry guidance when infrastructure-related Livewire requests failed.
- Distinguished proxy restarts from proxy updates in server status indicators.
- Made stuck-resource cleanup scalable, scheduled it automatically, and made resource deletion metadata updates atomic.
New Contributors
- @erick260392 made their first contribution in https://github.com/coollabsio/coolify/pull/11468
- @iamomiid made their first contribution in https://github.com/coollabsio/coolify/pull/11479
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.10...v4.3.11