v4.3.16
Added 1
- Display the API token's one-time visibility warning directly beside the generated token
Changed 1
- Run stuck-resource cleanup in the background at 03:17 each day so it no longer blocks other scheduled tasks
Fixed 4
- Correct internal routing and proxy labels for Docker Compose applications and previews to use each service's configured port, with the application port as a fallback
- Restore the unsaved-changes indicator when switching label management to manual mode by updating Livewire
- Route Telegram alerts for outdated Traefik versions to the configured topic instead of the main chat
- Correct the file and directory deletion confirmation text
From Coolify
Fixes
- Corrected internal routing and proxy labels for Docker Compose applications and previews to use each service's configured port, with the application port as a fallback.
- Restored the unsaved-changes indicator when switching label management to manual mode by updating Livewire. (#11612, closes #11265)
- Routed Telegram alerts for outdated Traefik versions to the configured topic instead of the main chat. (#11526)
- Corrected the file and directory deletion confirmation text. (#11541)
Improvements
- Ran stuck-resource cleanup in the background at 03:17 each day so it no longer blocked other scheduled tasks.
- Displayed the API token's one-time visibility warning directly beside the generated token.
What's Changed
- fix: update livewire to fix wire:dirty reactivity by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/11612
- fix(ui): typo on storage delete modal by @ShadowArcanist in https://github.com/coollabsio/coolify/pull/11541
- fix(notifications): send traefik outdated alerts to the correct topic id by @DiyRex in https://github.com/coollabsio/coolify/pull/11526
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.3.15...v4.3.16