Skip to content

Releases: coollabsio/coolify

v4.0.0-beta.370

15 Nov 20:49
092bd91
Compare
Choose a tag to compare

Changes

  • fix: minio and logto URL error (Attempt to read property "value" on null)
  • fix: do not hardcode autoupdate
  • fix: some UI glitches

Issues

What's Changed

Full Changelog: v4.0.0-beta.369...v4.0.0-beta.370

v4.0.0-beta.369

15 Nov 16:15
73af96e
Compare
Choose a tag to compare

Changes

  • fix: ray for now needs to be in required otherwise we need to make sure to remove every ray call for deployment before deploying.
  • fix: deploy key selection not working.
  • fix: HeyForm NOAUTH Authentication required.

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.368...v4.0.0-beta.369

v4.0.0-beta.368

15 Nov 11:51
2d5885b
Compare
Choose a tag to compare

Changes

  • feat: local API docs inside Coolify at /docs/api
  • feat: production build now uses config cache which should speed up Coolify
  • fix: cloud + stripe related
  • fix: docker version check
  • fix: Coolify installer on Fedora
  • fix: checkbox labels are not clickable
  • fix: tailwind css scrollbar plugin uses a deprecated version
  • fix: show proper error message on invalid git source
  • fix: empty gitlab webhook secret
  • fix: some UI fixes for
  • fix: some terminal fixes
  • fix: modal with wire poll
  • fix: double fallback service logo (from git and then a default logo)
  • fix: SSH key needs to be unique but only in the current team. This fixes an issue when adding the same SSH key for a build server to different teams.
  • fix: Server IP/Domain needs to be unique across teams
  • fix: install openssl as it is a required package
  • fix: backup job without any s3 storages on the server can not be added
  • fix: s3 is always enabled if you make a mistake when you first try to add a backup even though it should not be enabled by default
  • chore: upgraded all dependencies and OpenAPI version
  • chore: refactored a lot of code in the repo
  • chore: ported some components to the new Livewire validate syntax
  • chore: removed unused code and files from the repo

Security Fixes:

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.367...v4.0.0-beta.368

v4.0.0-beta.367

11 Nov 15:40
6987e83
Compare
Choose a tag to compare

Small typo fix for static builds + API for custom nginx config.

What's Changed

Full Changelog: v4.0.0-beta.366...v4.0.0-beta.367

v4.0.0-beta.366

11 Nov 13:52
cc43ca6
Compare
Choose a tag to compare
  • feat: Able to define custom NGINX configuration for static sites.
  • fix: custom 404 / 50x errors are handled properly.

What's Changed

Full Changelog: v4.0.0-beta.365...v4.0.0-beta.366

v4.0.0-beta.365

11 Nov 10:32
8ec13aa
Compare
Choose a tag to compare
  • fix: installation script does not prompt anything after the upgrade.sh.
  • fix #3407

What's Changed

Full Changelog: v4.0.0-beta.364...v4.0.0-beta.365

v4.0.0-beta.364

08 Nov 17:12
83f3d86
Compare
Choose a tag to compare

Changes

  • fix: The Disable 2 Step confirmation UI
  • fix: Added missing import for valaidate
  • fix: saving SMTP form name and form address is not possible (always empty and on dev always default value in the DB)
  • fix: Coolify Instance backup configuration loads only after page refresh and throws this error: Typed property App\Livewire\SettingsBackup::$name must not be accessed before initialization
  • fix: more than one ghost service with different paths does not work

Issues

What's Changed

New Contributors

Full Changelog: v4.0.0-beta.363...v4.0.0-beta.364

v4.0.0-beta.363

08 Nov 13:08
d19b0ea
Compare
Choose a tag to compare
  • feat: Coolify update logs saved to /data/coolify/source.
  • fix: saving resend api key.
  • fix: saving wildcard domain.
  • fix: do not allow cloudflared on localhost.

What's Changed

Full Changelog: v4.0.0-beta.362...v4.0.0-beta.363

v4.0.0-beta.362

08 Nov 11:20
c70950e
Compare
Choose a tag to compare

Changes

  • fix: Various UI fixes

What's Changed

Full Changelog: v4.0.0-beta.361...v4.0.0-beta.362

v4.0.0-beta.361

08 Nov 10:50
e730630
Compare
Choose a tag to compare

Changes

New Features

  • feat: Sentinel Metrics is back in experimental phase.
  • feat: Fancier Discord notifications - thy now look cleaner have icons, colors...
  • feat: Redis UI for username and password.
  • feat: Ability to disable two-step confirmation
  • feat: Limit storage check emails
  • feat: you can now copy the full OTP URL when setting up 2fa
  • feat: Terminal view for servers and auto connect terminal if there is only one container availabe
  • feat: New Server UI
  • feat: Many other UI improvements - redesigns, spacing, remove typos etc.
  • feat: Execute scheduled task manually
  • feat: add --gpu support for custom docker command

Perfomance Improvments

  • feat: Linux API (via Sentinel), which improves performance by using fewer SSH connections.
  • feat: New way of checking container status which improves Performance (less DB quires)

Bug fixes

  • fix: Redis username and password can now be shared variables.
  • fix: redis.conf is now the source of truth when used (see).
  • fix: Plausible template
  • fix: Windmill service
  • fix: Nexctcloud service
  • fix: Glitchtip service
  • fix: Plane service
  • fix: Supabase template and add supavisor.
  • fix: Coolify helper image should be pulled when helper_version is updated in the db.
  • fix: read only labels can now be reset in one click
  • fix: Bookstack service
  • fix: Reactive resume
  • fix: Trigger service
  • fix: OTP QR code scanning especially in dark mode.
  • fix: A lot of authorization fixes
  • fix: If a user is running Ubuntu 24.10, the automated Docker installation will be skipped if docker is not installed as it is not supported.
  • fix: A lot of UI fixes
  • fix: Better error handling for invitation links
  • fix: Move notifications and some other things to high priority queue to make sure they get delivered on high server load.
  • fix: Project with resources (compose base, services...) can be deleted, but the resources would of course still be there after the project was deleted (before deleting a project, we only checked applications, which is not enough).
  • fix: Show better error message when deleting projects and environments.
  • fix: Error response from daemon: all predefined address pools have been fully subnetted
  • fix: Coolify installer should install OpenSSH if it is not installed

Chore

  • chore: improved bitcoin core service
  • chore: Upgrade Keycloak to versioon 26
  • chore: Update Nixpacks to the latest version
  • chore: Refactored a lot of our codebase
  • chore: Switched to the new Livewire 3 validate syntax.

New Services

  • Calcom
  • MindsDB
  • Mosquitto
  • wireguard
  • Coder
  • Jenkins
  • Jitsi Meet
  • Dozzle with auth
  • Martin
  • Cryptgeon
  • CloudBeaver
  • Freshrss with sqlite, postgres, MariaDB, MySQL
  • Traccar
  • Vvvweb with No DB, MariaDB, MySQL
  • Nextcloud with Postgres, MariaDB, MySQL
  • Kimai
  • ntfy
  • qbittorrent
  • Owncloud
  • Immich
  • Affine
  • Libretranslate
  • Transmission
  • flowise with No DB, Postgres
  • HeyForm
  • Zipline
  • Peppermint
  • Lite Queen
  • osticket
  • Unsend

Issues

What's Changed

Read more