Releases: coollabsio/coolify
Releases · coollabsio/coolify
v2.0.31
Features:
- Add PHP modules during build phase.
Fixes:
- Cleanup old builds.
v2.0.30
Fixes:
- Missing data handled in several places.
- Base directory for Docker applications.
- Slightly better building queue system.
- More support for monorepos.
v2.0.29
Features:
- Pause automatic deployments through webhooks.
- SSL certs starts with new applications. This helps to get SSL certs faster.
Fixes:
- Personal GitLab repositories now deployable.
- Stopping an application reloads the UI and state.
- Install pnpm during image builds in case of pnpm lock file found.
v2.0.28
Features:
- Secret variables for services.
Fixes:
- Do not log error if proxy is not running.
v2.0.27
Fixes:
- Only reload HAProxy if new SSL cert is added.
- Reload proxy after SSL renewal.
- Container checker handles edge cases in case of a container is in restarting state.
- Coolify cleanup images improvement.
- Package updates
v2.0.26
Fixes the update process.
If you do not receive the shiny automatic update button, use the following command:
cd coolify; docker pull coollabsio/coolify:2.0.26; docker run --rm -tid --env-file .env -v /var/run/docker.sock:/var/run/docker.sock -v coolify-db coollabsio/coolify:2.0.26 /bin/sh -c "env | grep COOLIFY > .env && echo 'TAG=2.0.26' >> .env && docker stop -t 0 coolify coolify-redis && docker rm coolify coolify-redis && docker compose up -d --force-recreate"
v2.0.25
v2.0.24
Fixes:
- Rewritten how the proxy / SSL certifications are configured! It makes way fewer errors than before. Also, it is async!
- Update process changed to make fewer
docker pull
requests. - Cleanup process changed to make fewer
docker pull
requests (Don't delete images so often)
v2.0.23
v2.0.22
Fixes:
- Coolify image pulls restricted - reverted.
- Cleanup proxy configurations.
- Always choose a buildpack.
- Icons for Eleventy and Astro.