Release v4.3.0 · coollabsio/coolify · GitHub
//releases/show" data-turbo-transient="true" />
Skip to content
Type / to search
Sign in<br>Sign upAppearance settings
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading. Please reload this page.
coollabsio
coolify
Public
Uh oh!
There was an error while loading. Please reload this page.
Notifications<br>You must be signed in to change notification settings
Fork<br>5.3k
Star<br>60.4k
v4.3.0
Latest
Latest
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
No results found
View all tags
andrasbacsai
released this
12 Aug 10:04
v4.3.0
54c735b
This commit was created on GitHub.com and signed with GitHub’s verified signature .
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Let us know what you think about the new UI here: #11195
Breaking Changes
Team members with the Member role became read-only. They could still view team resources and configuration, but could no longer create, update, delete, deploy, start, stop, or otherwise modify resources. Review team roles and promote users who still require write access (v4.2.0).
State-changing API endpoints began requiring POST ; legacy GET requests now return 405 Method Not Allowed. This affected /enable, /disable, /deploy, server validation, application/database/service lifecycle actions, and service-application lifecycle actions (v4.2.0).
Changed proxy router names for Compose services containing dots or hyphens to use a stable suffix; custom references to previous router names must be updated (#11040).
Removed confirmation dialogs for deploy, redeploy, and force-deploy actions; these actions began immediately when selected (#11023).
Features
Added a redesigned interface with clearer navigation, improved domain management, DNS checks, and automatic Cloudflare DNS setup (#11119).
Added scheduled backups for persistent volumes and directory mounts, with local or S3-compatible storage, retention controls, on-demand runs, history, and API management (#10946, closed #7701).
Added per-domain search engine indexing controls (#10908).
Added support for deploying private repositories from self-hosted GitLab instances (#10538).
Added diagnostics and deployment controls to the Coolify MCP server (#11000).
Added profile pictures backed by local or S3-compatible storage.
Added Buzz, Celld, InfluxDB, Stalwart, and Termix one-click services (#11020, #11155, #11103, #10984, #11090).
Added an early development preview of the next-generation infrastructure experience (#10987).
Added team-member two-factor authentication status to the team view (#11192).
Fixes
Fixed S3 storage connections on servers without IPv6 (#11061, closed #11059).
Fixed backup uploads to S3 endpoints that also resolved to IPv6 (#11028).
Fixed Compose domains and environment variables for service names containing dots or hyphens (#11040, closed #10658).
Fixed application duplication, rollback image handling, and protection of sensitive API settings (#11003).
Fixed errors after deleting GitHub or GitLab source apps (#11105).
Fixed clearing all resource domains so it no longer caused a type error (#11083, closed #11030 and #11079).
Fixed www redirects for applications using Traefik.
Fixed Firefly III health checks (#10475).
Fixed the top bar appearing beneath open service action menus (#11197).
Improvements
Simplified new-resource creation with clearer choices and updated icons (#11140).
Improved dashboard metrics, status visibility, global search, mobile layouts, accessibility, and theme customization.
Combined database and storage backup schedules into one easier-to-manage page.
Shared the service template catalog across app nodes and made template downloads more reliable (#11094).
Reduced LiteLLM's default resource usage (#10698).
Updated SparkyFitness, OpnForm, and Forgejo service templates (#9927, #10600, #10639).
Updated Traefik security patch versions and added Traefik 3.7 support (#11029).
Updated Cloudflare Tunnel to address two critical security vulnerabilities (#11145).
What's Changed
feat(backups): add scheduled storage volume backups by @andrasbacsai in #10946
internal stuffs by @andrasbacsai in #10992
feat(v5): add Inertia React infrastructure management by @andrasbacsai in #10987
feat: GitLab App source by @MikeChongCan in #10538
fix(api): secure proxy config, clone volumes, and rollback tags by @andrasbacsai in #11003
feat(services): add Buzz one-click service template by @andrasbacsai in #11020
refactor(ui): remove deploy confirmation modals by @andrasbacsai in #11023
ci(images): add edge tag for v4.x SHA...