Skip to content

Releases: coollabsio/coolify

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.

v2.0.21

24 Feb 09:18
0195213
Compare
Choose a tag to compare

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

23 Feb 12:00
c370fba
Compare
Choose a tag to compare

Features:

  • Check domain when configuring an application

Fix:

  • Revert default network name to coolify

v2.0.19

23 Feb 09:29
277fd16
Compare
Choose a tag to compare

Fixes:

  • Domain always sent in Settings page
  • Slightly modified Destinations for the demo instance

v2.0.18

22 Feb 19:42
0dfcf9b
Compare
Choose a tag to compare

Features:

  • Scan for lock files and set the right commands. #100
  • Port range for public ports. Useful if you are using firewalls. #158

Fixes:

  • Lowercase email everywhere. #178

Design:

  • A lot, as always.

v2.0.17

21 Feb 11:41
c49b349
Compare
Choose a tag to compare

Fixes:

  • Github & Gitlab tokens are moved from session to store. Better flow!