github coollabsio/coolify v4.0.0-beta.427

latest release: v4.0.0-beta.428
11 hours ago

Important

  • feat(environment-variables): Removed Is Build variable? option from everywhere.
    This means that all environment variables are available by default during buildtime and runtime.
    But in the same time, we introduced a Buildtime Only? feature, which will let you set an env variable to available ONLY during buildtime - it is useful for special secrets, like npm auth tokens that are only required durind buildtime, etc.

Others

  • feat(ui): Show current version in changelog view, so you will know which releases you should check.
  • feat(core): All ssh commands will use retry mechanism to prevent one-time network/other related issues.
  • feat(pull request): By default, only repository (or organization) collaborators or people with higher privileges could auto-deploy pull requests. You can allow anyone to be able to do this in the Advanced settings (if you have pull requests enabled).
  • fix(ui): Wrong link in email settings page.
  • fix(api): Regenerate labels if domain changed through the API.
  • fix(changelogs): Instances fetch Github Releases from our custom CDN to prevent Github rate limit.
  • fix(service-outline): update SECRET_KEY environment variable in getoutline.yaml to use SERVICE_HEX_32_OUTLINE
  • fix(core): ownership issues with some docker-compose file based deployments.
  • fix(proxy): Proxy configuration randomly resets to default. Now it is not.
  • fix(volumes): Database volumes could not be updated (was readonly).
  • fix(cloning): Cloning with PR deployments are now fixed.
  • refactor(db): Cleanup unused models/tables.

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.426...v4.0.0-beta.427

Don't miss a new coolify release

NewReleases is sending notifications on new releases.