Releases: coollabsio/coolify
Releases · coollabsio/coolify
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.
v2.0.21
Features:
- Add some features for the demo site
- Astro + 11ty buildpacks
- Registration page
Fixes:
- Docker scanner fixed
- Docker image pulls improved
- Package updates
v2.0.20
Features:
- Check domain when configuring an application
Fix:
- Revert default network name to
coolify
v2.0.19
Fixes:
- Domain always sent in
Settings
page - Slightly modified
Destinations
for the demo instance
v2.0.18
v2.0.17
Fixes:
- Github & Gitlab tokens are moved from session to store. Better flow!