Skip to content

Releases: coollabsio/coolify

v4.0.0-beta.284

19 May 18:56
5614448
Compare
Choose a tag to compare
  • revert: check return code in healthchecks

Issues

What's Changed

Full Changelog: v4.0.0-beta.283...v4.0.0-beta.284

v4.0.0-beta.283

17 May 13:34
ede2274
Compare
Choose a tag to compare
  • feat: Mongodb databases are not checking container healthcheck, because it cause high CPU usage.
  • fix: PR deployments have good predefined envs (SOURCE_COMMIT, etc).
  • fix: Heading should show the latest non-PR deployment commit sha.

Issues

What's Changed

Full Changelog: v4.0.0-beta.282...v4.0.0-beta.283

v4.0.0-beta.282

17 May 11:44
bb8e0eb
Compare
Choose a tag to compare

A few quick fixes.

What's Changed

Full Changelog: v4.0.0-beta.281...v4.0.0-beta.282

v4.0.0-beta.281

17 May 10:46
5de1246
Compare
Choose a tag to compare
  • feat: show latest deployment commit + message on the status indicator + link to the exact commit.
    image
  • feat: Improve manual update process (confirmation, link to changelogs and exact progress during the update). #2203
  • feat: Able to sort envs alphabetically or creation. Useful if one env is dependent on eachother, so you can control the sequence.
  • fix: Coolify added environment variables are added first (except HOST and PORT).
  • fix: All one-click services should use 127.0.0.1 instead of localhost to prevent IPv6 lookup for localhost, which can cause unhealthy state.

Issues

What's Changed

Full Changelog: v4.0.0-beta.280...v4.0.0-beta.281

v4.0.0-beta.280

16 May 15:26
d81da10
Compare
Choose a tag to compare

Issues

What's Changed

Full Changelog: v4.0.0-beta.279...v4.0.0-beta.280

v4.0.0-beta.279

16 May 11:35
e6d1233
Compare
Choose a tag to compare
  • cloud: revert sleeping for jobs & turn off success deployments email for now, until I batch them.

Issues

What's Changed

Full Changelog: v4.0.0-beta.278...v4.0.0-beta.279

v4.0.0-beta.278

16 May 08:20
5700f2f
Compare
Choose a tag to compare

Breaking change

By default, container labels with $ on applications and services are escaped.

This means that if you used a label like:
label=test:$2y$12$ci.4U63YX83CwkyUrjqxAucnmi2xXOIlEF6T/KdP9824f1Rf1iyNG

The escaped label will look like this:
label=test:$$2y$$12$$ci.4U63YX83CwkyUrjqxAucnmi2xXOIlEF6T/KdP9824f1Rf1iyNG

You can toggle a settings to use each behavior (escape or not).

Why?

It is escaped by default because beginner users may not be aware of this. When they generate a basic auth password, it is not escaped.


  • new service: TwentyCRM
  • feat: Show commit messages on deployments for better discoverability.
    image
  • feat: New predefined env variables for apps (COOLIFY_HOST, COOLIFY_URL, COOLIFY_BRANCH).
    image
  • feat: Able to toggle label escaping mechanism.
  • fix: Only allow specific gitlab webhook events.
  • fix: Scheduled tasks view.
  • fix: Scheduled tasks only runs for running applications.
  • fix: Scheduled tasks environment is now based on the container and not the host.
  • fix: Install script will now install docker v26.0.
  • updated pkg versions in coolify-helper (docker cli, docker compose, docker buildx, pack, nixpacks, cloudflared).

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.277...v4.0.0-beta.278

v4.0.0-beta.277

10 May 08:51
b528a0f
Compare
Choose a tag to compare
  • new service: Listmonk.
  • feat: if postgresql custom config does not have a listen_addresses, Coolify will append it. (by default pg listens on localhost if listen_addresses are not set, which cause network errors).
  • fix: remove docker version from compose files.
  • fix: empty custom db conf are not used.
  • ui: fixes here and there.

Issues

What's Changed

  • "Inprogress" -> "In progress" by @snekROmonoro in #2159
  • Fix one-shot commands for a specific container being executed using host environment variables by @maurobender in #2173
  • Fix: Resource Operations page: incorrect color for server and project name by @chz in #2175
  • Fix silent failing of install script on manjaro, make it behave as arch by @wutangpaul in #2178
  • v4.0.0-beta.277 by @andrasbacsai in #2164

New Contributors

Full Changelog: v4.0.0-beta.276...v4.0.0-beta.277

v4.0.0-beta.276

06 May 12:34
94acd12
Compare
Choose a tag to compare
  • ui: fixes here and there.

What's Changed

Full Changelog: v4.0.0-beta.275...v4.0.0-beta.276

v4.0.0-beta.275

06 May 12:03
17b73aa
Compare
Choose a tag to compare
  • feat: Add custom container name.
  • fix: Add warning of healtcheck fails with Dockerfile or Docker image based deployments, that curl or wget is necessary.
  • fix: DNS queries.
  • fix: Need confirmation for label reset.
  • ui: Fixes here and there.

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.274...v4.0.0-beta.275