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.202

Published by andrasbacsai 9 months ago

  • feat: Initial support for custom Docker run options has been added. Check the docs.
  • fix: Service deletion function.
  • fix: Bitbucket webhooks (private repository cleaning was missing).

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.201...v4.0.0-beta.202

coolify - v4.0.0-beta.201

Published by andrasbacsai 9 months ago

  • feat: Bitbucket manual webhooks.
  • feat: Dashboard live deployment view.
  • feat: PR comments (deployment status) for Github App based deployments.
  • fix: Shared variable length.

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.200...v4.0.0-beta.201

coolify - v4.0.0-beta.200

Published by andrasbacsai 9 months ago

  • feat: able to move resources between projects and environments.
  • feat: clone any resource with all configuration.
  • feat: deploy webhook can have multiple uuids. docs.
  • feat: able to define Team, Project and Environment shared variables. you can reuse them everywhere. docs.
  • feat: limit concurrent builds per server. by default it is limited to 2.
  • feat: added windows docker desktop support for testing purposes. docs
  • fix: a few things here and there.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.199...v4.0.0-beta.200

coolify - v4.0.0-beta.199

Published by andrasbacsai 9 months ago

  • fix: Redis custom configuration will work now.
  • fix: Show containers in the logs / execute views, no matter if they are not running.
  • fix: By default, Compose-based apps are not attached to the preselected network. This will cause a few edge cases to work.
  • ui: Make a few links more visible.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.198...v4.0.0-beta.199

coolify - v4.0.0-beta.198

Published by andrasbacsai 9 months ago

  • fix: cleanup stucked queue
  • fix: container status job
  • fix: add resource name on resourced stopped notifications

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.197...v4.0.0-beta.198

coolify - v4.0.0-beta.197

Published by andrasbacsai 9 months ago

  • feat: build servers
  • feat: restart proxy button
  • fix: switch proxy button now works as expected
  • fix: checkbox info icon clicks do not trigger an action
  • fix: previews for deploy key based apps
  • fix: server status job
  • fix: service deletion bug

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.196...v4.0.0-beta.197

coolify - v4.0.0-beta.196

Published by andrasbacsai 9 months ago

  • revert: profile load on ssh commands

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.195...v4.0.0-beta.196

coolify - v4.0.0-beta.195

Published by andrasbacsai 9 months ago

  • fix: gitlab webhook action names
  • chore: update dependencies

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.194...v4.0.0-beta.195

coolify - v4.0.0-beta.194

Published by andrasbacsai 9 months ago

  • fix: only add gzip + https redirect once

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.193...v4.0.0-beta.194

coolify - v4.0.0-beta.193

Published by andrasbacsai 9 months ago

  • fix: gzip compression labels
  • fix: use pipe instead of comma in parsing labels
  • feat: add predefined variables to the resources, so you can have the commit sha transferred to your application

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.192...v4.0.0-beta.193

coolify - v4.0.0-beta.192

Published by andrasbacsai 9 months ago

  • fix: check domains againts cloudflare ip range

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.191...v4.0.0-beta.192

coolify - v4.0.0-beta.191

Published by andrasbacsai 9 months ago

Warning

Some of the default generated container labels were changed for Traefik.
If you see weird behaviour on applications, or you see the following entries in your Traefik proxy log:

level=error msg="middleware \"redirect-to-https@docker\" does not exist" entryPointName=http
level=error msg="middleware \"gzip@docker\"

Click on the Reset to Coolify Generated Labels button in your application's General tab and Restart your application.


  • feat: add OpenSSH + private key check in install script
  • feat: add domain validation
  • feat: add custom dns servers for domain validation
  • fix: initial username for postgresql on UI
  • fix: Traefik labels
  • fix: service stack view on UI
  • refactor: healthcheck for postgresql

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.190...v4.0.0-beta.191

coolify - v4.0.0-beta.190

Published by andrasbacsai 9 months ago

Cpuset limits was used in a way that apps only could 1 CPU max. Cpuset limits are modified to null with this update, which means all CPUs will be used.

To fix this, you need to redeploy your application.

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.189...v4.0.0-beta.190

coolify - v4.0.0-beta.189

Published by andrasbacsai 9 months ago

  • feat: search resources
  • fix: load profile when executing remote commands
  • fix: restarting a resource should not update the config hash
  • fix: preview deployments
  • fix: do a cleanup before upgrading Coolify
  • fix: server checks are now running every 5 mins (instead of 10 mins)
  • fix: resource deletion command now deletes the running containers as well

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.188...v4.0.0-beta.189

coolify - v4.0.0-beta.188

Published by andrasbacsai 9 months ago

  • fix: service fields were not editable

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.187...v4.0.0-beta.188

coolify - v4.0.0-beta.187

Published by andrasbacsai 9 months ago

  • fix: nixpacks env variables during build
  • fix: append by default cmd output from server

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.186...v4.0.0-beta.187

coolify - v4.0.0-beta.186

Published by andrasbacsai 9 months ago

  • feat: scheduled task
  • feat: database import
  • fix: closing db start modal caused and error
  • fix: env variables handled better in docker and nixpacks commands
  • fix: undead url
  • fix: email verification on cloud

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.185...v4.0.0-beta.186

coolify - v4.0.0-beta.185

Published by andrasbacsai 9 months ago

  • fix: navbar updated on buildpack change
  • fix: static buildpack will update default configurations
  • fix: new endpoint for counting instances

What's Changed

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.184...v4.0.0-beta.185

coolify - v4.0.0-beta.184

Published by andrasbacsai 9 months ago

Warning

  • If you configured your Laravel application before and set the NIXPACKS_PHP_ROOT_DIR and NIXPACKS_PHP_FALLBACK_PATH environment variables, you need to remove them. We changed how buildpack builds the images and they are not necessary anymore.
  • If you receive Could not define the service name for the router: too many services in Traefik proxy logs, regenerate the labels for your app. It will fix the issue.

Updates

  • fix: Nixpacks build pack improved.
  • fix: queue retry_after set larger.
  • fix: unhealthy rolling app updates are now improved.
  • fix: Could not define the service name for the router: too many services Traefik errors.
  • fix: Application build job attempt problem.
  • refactor: routes

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.183...v4.0.0-beta.184

coolify - v4.0.0-beta.184

Published by andrasbacsai 9 months ago

Warning

  • If you configured your Laravel application before and set the NIXPACKS_PHP_ROOT_DIR and NIXPACKS_PHP_FALLBACK_PATH environment variables, you need to remove them. We changed how buildpack builds the images and they are not necessary anymore.
  • If you receive Could not define the service name for the router: too many services in Traefik proxy logs, regenerate the labels for your app. It will fix the issue.

Updates

  • fix: Nixpacks build pack improved.
  • fix: queue retry_after set larger.
  • fix: unhealthy rolling app updates are now improved.
  • fix: Could not define the service name for the router: too many services Traefik errors.
  • refactor: routes

What's Changed

New Contributors

Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.183...v4.0.0-beta.184