coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.

APACHE-2.0 License

Stars
14.8K
Committers
232

Bot releases are hidden (Show)

coolify - v4.0.0-beta.283

Published by andrasbacsai 5 months ago

  • 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

  • fix: #2126

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.282...v4.0.0-beta.283

coolify - v4.0.0-beta.282

Published by andrasbacsai 5 months ago

A few quick fixes.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.281...v4.0.0-beta.282

coolify - v4.0.0-beta.281

Published by andrasbacsai 5 months ago

  • 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

  • fix #2228
  • fix #2227
  • fix #2218
  • fix #2215

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.280...v4.0.0-beta.281

coolify - v4.0.0-beta.280

Published by andrasbacsai 5 months ago

Issues

  • fix #2223
  • fix #2224

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.279...v4.0.0-beta.280

coolify - v4.0.0-beta.279

Published by andrasbacsai 5 months ago

  • cloud: revert sleeping for jobs & turn off success deployments email for now, until I batch them.

Issues

  • fix #2221

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.278...v4.0.0-beta.279

coolify - v4.0.0-beta.278

Published by andrasbacsai 5 months ago

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

  • fix #2005
  • fix #2202

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.277...v4.0.0-beta.278

coolify - v4.0.0-beta.277

Published by andrasbacsai 5 months ago

  • 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

  • fix #2172
  • fix #2174

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.276...v4.0.0-beta.277

coolify - v4.0.0-beta.276

Published by andrasbacsai 6 months ago

  • ui: fixes here and there.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.275...v4.0.0-beta.276

coolify - v4.0.0-beta.275

Published by andrasbacsai 6 months ago

  • 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

  • fix #2151
  • fix #2146
  • fix #2073

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.274...v4.0.0-beta.275

coolify - v4.0.0-beta.274

Published by andrasbacsai 6 months ago

hotfix for server check function

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.273...v4.0.0-beta.274

coolify - v4.0.0-beta.273

Published by andrasbacsai 6 months ago

  • new service: Vikunja
  • service: Gitea volume endpoint updated.
  • service: Formbricks is now available for ARM.
  • service: Supabase service updated.
  • fix: better server validation process.
  • fix: server navbar statuses.
  • fix: include port for services in case you are using traefik.
  • fix: remove unnecessary coolify.yaml from the servers.
  • cloud: fix pricing plan.

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.272...v4.0.0-beta.273

coolify - v4.0.0-beta.272

Published by andrasbacsai 6 months ago

  • fix: Name and endpoint required in new s3 storage view.
  • fix: Able to modify predefined volume details.
  • fix: Non-root user app logs view.
  • ui: Update resource operation view.
  • cloud: pay-as-you-go pricing for everybody!

Issues

  • fix #1487

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.271...v4.0.0-beta.272

coolify - v4.0.0-beta.271

Published by andrasbacsai 6 months ago

  • feat: able to restore mongodb backups!
  • fix: backups and backup notifications.
  • fix: autoupdate.

Issues

  • fix #2091
  • fix #2096
  • fix #2093
  • fix #2079
  • fix #2075
  • fix #2073
  • fix #2085

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.270...v4.0.0-beta.271

coolify - v4.0.0-beta.270

Published by andrasbacsai 6 months ago

  • fix: Mongodb backups

Issues

  • fix #2081

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.269...v4.0.0-beta.270

coolify - v4.0.0-beta.269

Published by andrasbacsai 6 months ago

  • revert: variable parsing method
  • fix: #2077

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.268...v4.0.0-beta.269

coolify - v4.0.0-beta.268

Published by andrasbacsai 6 months ago

  • ui: move shared variables and s3 storage to a more visible place.

Issues

  • fix #2075
  • fix #2070

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.267...v4.0.0-beta.268

coolify - v4.0.0-beta.267

Published by andrasbacsai 6 months ago

  • feat: able to add compose based apps to predefined network.
  • feat: add db name on backup notifications.
  • fix: do not able to delete gh apps without deleting the associated resources first.
  • fix: boarding a server should not have user as readonly.
  • ui: fixes here and there.

Issues

  • fix #2066
  • fix #2065
  • fix #2059
  • fix #2050
  • fix #2049
  • fix #2042
  • fix #2036
  • fix #2035
  • fix #2023
  • fix #2018

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.266...v4.0.0-beta.267

coolify - v4.0.0-beta.266

Published by andrasbacsai 6 months ago

  • fix: Pull images are pulled periodically.

Issues

  • fix: #2048

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.265...v4.0.0-beta.266

coolify - v4.0.0-beta.265

Published by andrasbacsai 6 months ago

  • fix: .env saved to deployment server, not build server.
  • fix: formatting issue for error logs.
  • fix: sort variables in PR deployments.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.264...v4.0.0-beta.265

coolify - v4.0.0-beta.264

Published by andrasbacsai 6 months ago

  • revert: respect .env changes until further investigation.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.263...v4.0.0-beta.264