Releases: coollabsio/coolify
Releases · coollabsio/coolify
v4.0.0-beta.371
Changes
- fix: Appwrite service.
- fix: If multiplexed ssh connections fails to init, still use the ssh without mux.
- fix: Refactor how keys are saved to the filesystem.
- fix: Add index for activity_log->type_uuid and covert json field to jsonb for better indexing.
- fix: Make sure all important jobs / actions are running on the high prio queue.
Issues
What's Changed
- fix typo for embystat slogan by @httpsWina in #4325
- Refine metrics-interval tooltip text by @truemiller in #4316
- Add important env variables by @ptrsmk in #4322
- fix appwrite to use prod env and service not dev by @djsisson in #4317
- Fix: Test email 500 Error by @peaklabs-dev in #4352
- v4.0.0-beta.371 by @peaklabs-dev in #4338
New Contributors
- @httpsWina made their first contribution in #4325
Full Changelog: v4.0.0-beta.370...v4.0.0-beta.371
v4.0.0-beta.370
Changes
- fix: minio and logto URL error (
Attempt to read property "value" on null
) - fix: do not hardcode autoupdate
- fix: some UI glitches
Issues
- fix #4308
What's Changed
- Fix mino and logto by @peaklabs-dev in #4305
- fix: modal (+ add) on dynamic config was not opening, removed x-cloak by @LEstradioto in #4310
- v4.0.0-beta.370 by @peaklabs-dev in #4306
Full Changelog: v4.0.0-beta.369...v4.0.0-beta.370
v4.0.0-beta.369
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
- fix heyform.yaml by @Syiana in #4302
- v4.0.0-beta.369 by @peaklabs-dev in #4303
- fix: modal-input by @andrasbacsai in #4304
New Contributors
Full Changelog: v4.0.0-beta.368...v4.0.0-beta.369
v4.0.0-beta.368
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:
- fix: CVE-2024-47823
- fix: CVE-2024-52301
- fix: CVE-2024-50342
- fix: GHSA-694f-jjpc-58g9
Issues
- fix #2563
- fix #4229
- fix #4128
- fix #4186
- fix #4216
- fix #4152
- fix #2850
- fix #3620
- fix #3370
- fix #3893
- fix #3768
- fix #4125
What's Changed
- Main into services by @peaklabs-dev in #4179
- add readeck service template by @RayBB in #4106
- Add Firefox browser template by @statickidz in #4174
- Postiz One Click by @theserban in #4172
- Listmonk v4.1 by @theserban in #4170
- feat: add template for Wiki.js by @barredterra in #4139
- add service: hoarder by @RayBB in #4120
- Add new services Apprise-api, Cyberchef, Dashy, Faraday, Hoppscotch, Jupyter-notebook, Portainer, Web-Check | Fix Firefly, Postiz, Syncthing by @che0one in #4111
- Feature/fix mattermost docker compose by @Markus-Ende in #4191
- Fix: prefect API not found by @Skeyelab in #4203
- Fix: Gitlab webhooks can be triggered without secret by @quarkcore in #4194
- Update schema of private keys by id response by @marconneves in #4119
- fix: convert HTTP to SSH source when using deploy key on GitHub by @matpratta in #2568
- fix: show proper error message on invalid Git source by @matpratta in #2567
- Keeping the Twenty Template Up to date by @Rinzyy in #4211
- Fix mosquitto image by @diogo24m in #4207
- Fix invalid docker version check by @easilok in #4169
- Trigger.dev template fix to disable SSL mode for db and include port in db host url by @beejaz in #4214
- appwrite fix by @djsisson in #4226
- Feat: New Services by @peaklabs-dev in #4180
- fix: autocompletes settings (on next) by @LEstradioto in #4259
- Correct tab name by @ptrsmk in #4268
- Expanded checkbox clickable area to include label by @Bilge in #4273
- Chore: Remove unused stuff, update dependecies by @peaklabs-dev in #4238
- Fix: Root check in installer and add disk usage check by @peaklabs-dev in #4284
- Feat: Show private IP and port in installation script for easier Raspberry PI installation. by @peaklabs-dev in #4274
- Fix: Add warning to upgrade modal by @peaklabs-dev in #4285
- Fix: Coolify docker installer fail on Fedora 41 with DNF5 by @NexiaMoe in #4289
- Fix for the Self-XSS by @retrymp3 in #4288
- Fix: Backups by @peaklabs-dev in #4287
- Fix: Server IP/Domain validation by @peaklabs-dev in #4286
- Fix: Install openssl by @peaklabs-dev in #4293
- Fix: Ability to use the same ssh key in a different team by @peaklabs-dev in #4291
- v4.0.0-beta.368 by @andrasbacsai in #4246
- version++ for realtime and helper by @andrasbacsai in #4296
- force image update for helper and realtime by @andrasbacsai in #4298
New Contributors
- @theserban made their first contribution in #4172
- @barredterra made their first contribution in #4139
- @che0one made their first contribution in #4111
- @Markus-Ende made their first contribution in #4191
- @quarkcore made their first contribution in #4194
- @matpratta made their first contribution in #2568
- @Rinzyy made their first contribution in #4211
- @easilok made their first contribution in #4169
- @beejaz made their first contribution in #4214
- @ptrsmk made their first contribution in #4268
- @Bilge made their first contribution in #4273
- @NexiaMoe made their first contribution in #4289
- @retrymp3 made their first contribution in #4288
Full Changelog: v4.0.0-beta.367...v4.0.0-beta.368
v4.0.0-beta.367
Small typo fix for static builds + API for custom nginx config.
What's Changed
- v4.0.0-beta.367 by @andrasbacsai in #4241
Full Changelog: v4.0.0-beta.366...v4.0.0-beta.367
v4.0.0-beta.366
- feat: Able to define custom NGINX configuration for static sites.
- fix: custom 404 / 50x errors are handled properly.
What's Changed
- v4.0.0-beta.366 by @andrasbacsai in #4240
Full Changelog: v4.0.0-beta.365...v4.0.0-beta.366
v4.0.0-beta.365
- fix: installation script does not prompt anything after the upgrade.sh.
- fix #3407
What's Changed
- v4.0.0-beta.365 by @andrasbacsai in #4234
Full Changelog: v4.0.0-beta.364...v4.0.0-beta.365
v4.0.0-beta.364
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
- chore: edit www helper by @jhKessler in #4168
- v4.0.0-beta.364 by @peaklabs-dev in #4193
New Contributors
- @jhKessler made their first contribution in #4168
Full Changelog: v4.0.0-beta.363...v4.0.0-beta.364
v4.0.0-beta.363
- 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
- v4.0.0-beta.363 by @andrasbacsai in #4188
Full Changelog: v4.0.0-beta.362...v4.0.0-beta.363
v4.0.0-beta.362
Changes
- fix: Various UI fixes
What's Changed
- v4.0.0-beta.362 by @andrasbacsai in #4182
- v4.0.0-beta.362 fixes by @andrasbacsai in #4184
Full Changelog: v4.0.0-beta.361...v4.0.0-beta.362