issues
search
coollabsio
/
coolify
An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.47k
stars
1.88k
forks
source link
v4.0.0-beta.368
#4246
Closed
andrasbacsai
closed
1 day ago
andrasbacsai
commented
4 days ago
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
Changes
/docs/api
Security Fixes:
Issues