POSSIBLE BREAKING CHANGE
- fix(envs): enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility for applications and services.
- Switched URL with FQDN in case of applications, so they are correct now.
- feat(envs): New environment variables for
docker compose
based application. You can useSERVICE_FQDN_<serviceName>
andSERVICE_URL_<serviceName>
the same way as in services. For details check this: #6124 (comment) - fix(redis): Cleanup old jobs on Coolify start.
- fix(database): Unsupported database with SSL.
- fix(jobs): Sentinel update job fails if compose is invalid for a service/app.
- fix(installscript): Add Cachyos support + reuse env variable for public ip.
- fix(envs): Generate literal env variables better.
- fix(scheduling): change redis cleanup command frequency from hourly to weekly for better resource management
Issues
What's Changed
- fix(service): Postiz shows no available server on latest version by @ShadowArcanist in #6144
- Typo Correction on modal by @Nathanjms in #6130
- fix(install.sh): use IPV4_PUBLIC_IP variable in output instead of repeated curl by @dewstouh in #6129
- interpret cachyos as arch in the install script by @flickowoa in #6127
- v4.0.0-beta.420.4 by @andrasbacsai in #6146
New Contributors
- @dewstouh made their first contribution in #6129
- @flickowoa made their first contribution in #6127
Full Changelog: v4.0.0-beta.420.3...v4.0.0-beta.420.4