Releases: coollabsio/coolify
Releases · coollabsio/coolify
v2.2.3
Fixes:
- Proxy queries Ghost applications as well.
- Reload window on domain setting.
- Persistent storage configured with webhooks.
- Typo on the UI. Thanks to @TommasoAmici!
- License file added.
- Dashify repositories (prevent space).
- Typo in the README! Thanks to @SaraVieira!
v2.2.0
Features:
- New service: n8n.io
- New service: Uptime Kuma
- New service: Ghost
- Search through GitHub repositories when you choose your repository/branch (Thanks to @SaraVieira)
v2.1.1
Fixes:
- Only cleanup 2h+ old images
- UI/UX improvements
- Package updates
v2.1.0
Features:
- Persistent storage for applications. You can define any directory to be persisted across deployments.
- New base image for static sites.
- Manually redeploy PR builds.
- Using docker compose instead of normal
docker run
commands.
Fixes:
- SSL cert generator.
v2.0.32
- Add debug for GH importer
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