Skip to content

Releases: coollabsio/coolify

v2.0.31

20 Mar 14:22
1281a0f
Compare
Choose a tag to compare

Features:

  • Add PHP modules during build phase.

Fixes:

  • Cleanup old builds.

v2.0.30

19 Mar 14:11
e5537a3
Compare
Choose a tag to compare

Fixes:

  • Missing data handled in several places.
  • Base directory for Docker applications.
  • Slightly better building queue system.
  • More support for monorepos.

v2.0.29

11 Mar 23:28
0097004
Compare
Choose a tag to compare

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

04 Mar 14:39
5adbd5e
Compare
Choose a tag to compare

Features:

  • Secret variables for services.

Fixes:

  • Do not log error if proxy is not running.

v2.0.27

02 Mar 20:15
684b8e0
Compare
Choose a tag to compare

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

02 Mar 12:42
Compare
Choose a tag to compare

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

02 Mar 11:25
d2fad19
Compare
Choose a tag to compare

Features:

Fixes:

  • Reload proxy on new SSL cert

v2.0.24

02 Mar 10:19
ac19ea5
Compare
Choose a tag to compare

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

28 Feb 09:25
b9da68e
Compare
Choose a tag to compare

Fixes:

  • Closes #198.
  • Closes #197.
  • If fqdn is not set, skip some proxy configuration.
  • Add label for build images, to prevent deleting them during scheduled cleanup.
  • Cleanup old images older than 3 days.

Design:

  • Show the state of apps/databases/services a bit better.

v2.0.22

27 Feb 11:42
716aa36
Compare
Choose a tag to compare

Fixes:

  • Coolify image pulls restricted - reverted.
  • Cleanup proxy configurations.
  • Always choose a buildpack.
  • Icons for Eleventy and Astro.