Skip to content

Releases: coollabsio/coolify

v1.0.21

22 Jun 10:19
Compare
Choose a tag to compare

Features

  • Implement email logins, so GitHub Integration is not necessary.

Fixes

  • No redirect if you are already logged in - caused problems in development, not sure if it's a problem in production.

v1.0.20 - WordPress

18 Jun 19:16
2ff9c5f
Compare
Choose a tag to compare

Features

  • WordPress deployments
  • Initial system info (behind a feature flag)

Fixes

  • New Tailwind version brakes toggles - it's fixed now.

v1.0.19

17 Jun 18:47
d43cd66
Compare
Choose a tag to compare

Features

  • VScode server - closes #31.
  • MinIO service - closes #63.

Fixes

  • SvelteKit/adapter versions corrected, which caused a lot of problems.
  • New Tailwind version!

v1.0.18

10 Jun 10:37
05e5d73
Compare
Choose a tag to compare

Fixes

  • Quick fix for no github installations

v1.0.17 - NocoDB

07 Jun 21:44
9d14b03
Compare
Choose a tag to compare

Features

  • One-click nocodb installation! 🥳

Fix

  • Prevent duplicate service deployments.

Other

  • Upgrade packages.

v1.0.16 - PR deployments

07 Jun 19:55
Compare
Choose a tag to compare

Features

  • Preview PR deployments! (Every PR could have its own running deployed instance on a subdomain)

Fixes

  • Clean up old containers better.
  • Redis DB password was not visible.
  • Using the configuration of applications from DB instead of docker service (faster response).
  • Fix vuejs deployments. If someone getting a Bad Gateway error deploying vuejs applications, please redeploy after updating to v1.0.16.

v1.0.15

22 May 13:33
Compare
Choose a tag to compare

Webhook quickfix.

v1.0.14

22 May 13:19
c7efe89
Compare
Choose a tag to compare

Features

  • Basic Python support

Fixes

  • Fix default start command

v1.0.13

16 May 19:56
adcd68c
Compare
Choose a tag to compare

Features:

  • NestJS template.
  • Redis database.

Fixes:

  • Better error handling.
  • Loading indicator for DBs.
  • Development fixes.

v1.0.12 - SvelteKit migration

14 May 20:00
23a4ebb
Compare
Choose a tag to compare

Changed the whole tech stack to SvelteKit which means:

  • Typescript
  • SSR
  • No fastify :(
  • Beta, but it's fine!

Other changes:

  • Tailwind -> Tailwind JIT
  • A lot more