- feat(core): You can move applications between different GitHub Apps: docs. 🎉
- improvement(core): You cannot have two deployment of the same commit in the same time on the same app.
- fix(github): Adding a GH source without PR, fails. Now it works.
- fix(cleanup): Extend the cleanup process with
coolify-realtime
image + ghcr.io/docker.io images. - fix(api):
/deploy
endpoint could be called with POST and JSON data as well, because why not. - fix(core): Dynamic configuration value null check.
- fix(core): Deployments are not duplicated in case of a rare race-condition.
- fix(core): Nixpacks now have access to dependent environment variables, like all
COOLIFY_
env when some other envs depends on them. - fix(core): Generate
service-template
andopenapi
spec on pre-commit. - fix(service): Evolution API was missing a S3 region.
- fix(service): Odoo 18
- fix(cloud): Better handling edge subscription cases.
Fixes
What's Changed
- enhance: Add missing UUID to openapi spec by @LaurenceJJones in #5577
- add new variable S3_REGION by @SrJooJ in #5601
- enhance: Add missing openapi items to PrivateKey by @LaurenceJJones in #5598
- chore(deps-dev): bump vite from 6.2.4 to 6.2.6 by @dependabot in #5594
- fix(service): Dont duplicate the service entry if image changed by @YaRissi in #5579
- fix(mongodb): Also apply custom config when SSL is enabled by @ash-vd in #5606
- v4.0.0-beta.408 by @andrasbacsai in #5583
New Contributors
- @SrJooJ made their first contribution in #5601
- @YaRissi made their first contribution in #5579
- @ash-vd made their first contribution in #5606
Full Changelog: v4.0.0-beta.407...v4.0.0-beta.408