v4.0.0-beta.377
版本发布时间: 2024-12-13 17:25:13
coollabsio/coolify最新发布版本:v4.0.0-beta.379(2024-12-13 19:38:03)
New Services
Changes
- feat: Ability to rename GitHub App.
- feat: Ability to deploy without cache on every commit.
- feat: Introduced
root
anddeploy
token permission.- The full permission layout will look like this:
- root - Access to everything.
- write - Access to endpoints which are modifying someting in the database.
- read - Read endpoints without sensitive data.
- read:sensitive - Read endpoints with sensitive data.
- deploy - Only able to call
/deploy
endpoint.
- The full permission layout will look like this:
- feat: Add Slack notifications.
- feat: Add Pushover notifications (push notifications for desktop and mobile).
- feat: New Oauth provider -> Authentik.
- feat: Download scheduled task logs.
- feat: New Notification Settings UI, much more customisable notification settings for each notification option.
- feat: More control over what notifications to receive:
- Failed and successful deployment notifications.
- Failed and successful backup notifications.
- Failed and successful scheduled task notifications.
- Failed and successful docker cleanup notifications.
- Server High Disk usage notifications.
- Server Reachable and Unreachable notifications.
- feat: 4 new models for all Notification settings.
- feat: 4 new database tables for all notification and event settings -> Email, Telegram, Discord, Slack.
- feat: 3 Fully backward-compatible database migrations that automatically migrate all old notification settings to the new database tables and encrypt/ decrypt data accordingly.
- feat: teams table, where all notification settings were previously stored, is cleaned up and now a normal size (8 columns).
- feat: new notification trait -> greatly reduces code duplication and makes test in the future much more maintainable.
- feat: new scheduled task successful notifications.
- feat: optional events (via UI checkbox settings) and special always enabled events that the user always receive notifications for.
- fix: Some API endpoints.
- fix: SMTP can now be used without encryption.
- fix: Old git version does not have --cone implemented properly.
- fix: Long scheduled task logs are shown in 100 lines of chunks.
- fix: encrypt all sensitive data in the new database tables (like URLs and tokens).
- fix: encrypt more email columns in instance settings table.
- fix: Instance settings and Email Notification Settings Resend and SMTP Save buttons (each has one) should only save their respective settings, not all settings, otherwise validation will not work correctly.
- fix: Ability to send test email for instance settings.
- fix: Success messages are enabled again.
- fix: Other email settings should be set to
false
if one is enabled. - chore: new function names, new event names, and renamed a bunch of things to make them easier to maintain and clearer about what they do.
- chore:
shared.php
line size reduced and functions moved to a trait and a new shared file so we can test it better andshared.php
becomes more manageable. - chore: A lot of code has been refactored to make it more maintainable, readable and organised, with better function naming for much better testing in the future.
- chore: remove all unused waitlist code.
- chore: removed unused seeder.
- chore: remove more unused resale license code.
- chore: Improve redirect handling.
- chore: Improve some proxy related code.
- chore: Added a few missing logos to one click services.
Docker image changes
- feat: New production & development Dockerfile.
- feat: Use Alpine as base image (smaller + more secure).
Old Image Vulnerabilities: Old image has 220 vulnerabilities and 665 packages
New image vulnerabilities: Only 6 vulnerabilities and only 514 packages
- feat: Only copy what is needed not the whole repo.
- chore: Upgrade all dependencies.
- chore: Upgraded to PHP 8.4!
Issues
- fix #4309
- fix #4311
- fix #4485
- fix #4397
- fix #4348
- fix #4522
- fix #4116
- fix #2578
- fix #3760
- fix #4534
- improved #4407
What's Changed
- Feat: Ability to rename GitHub App by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4470
- Fix metrics error when data is less than selected date by @vishwamartur in https://github.com/coollabsio/coolify/pull/4382
- Fixing Email Provider bug in postiz.yaml service by @dr-diffie in https://github.com/coollabsio/coolify/pull/4484
- Fix: API - MySQL & MongoDB invalid fields by @SierraJC in https://github.com/coollabsio/coolify/pull/4449
- Add no encryption option for SMTP settings by @vishwamartur in https://github.com/coollabsio/coolify/pull/4381
- feat: allow disabling default redirect, set status to 503 by @KaelWD in https://github.com/coollabsio/coolify/pull/3845
- fix: display actual values for disk space checks in installer script by @mohanlokesh in https://github.com/coollabsio/coolify/pull/4492
- Updated all missing One Click Service Logos by @dr-diffie in https://github.com/coollabsio/coolify/pull/4493
- feat: add slack notifications by @marvinvr in https://github.com/coollabsio/coolify/pull/4264
- feat: add deploy-only token permission by @KaelWD in https://github.com/coollabsio/coolify/pull/4067
- fix: resolve undefined searchInput reference in Alpine.js component by @lukas-heinrich in https://github.com/coollabsio/coolify/pull/4514
- Logs for tasks by @philipheinser in https://github.com/coollabsio/coolify/pull/4512
- Bump league/commonmark from 2.5.3 to 2.6.0 by @dependabot in https://github.com/coollabsio/coolify/pull/4529
- Feat: New Upgraded Dockerfiles by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4271
- Chore: Dependency Bump by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4535
- added the fileflows service by @regg00 in https://github.com/coollabsio/coolify/pull/4526
- Fix: Migration error by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4536
- Feat: New Notification Settings by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4525
- Adds template for Sonatype Nexus service by @dre-on in https://github.com/coollabsio/coolify/pull/4530
- feature: :passport_control: Integrate Authentik Authentication with Coolify by @danilomartinelli in https://github.com/coollabsio/coolify/pull/3840
- feat(notification): add Pushover by @zaosoula in https://github.com/coollabsio/coolify/pull/4543
- Feat: Authentik Oauth by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4545
- Add new service dolibarr by @zairigimad in https://github.com/coollabsio/coolify/pull/4546
- Add documenso service by @bitpickle in https://github.com/coollabsio/coolify/pull/4550
- Feat: New Services (Dolibarr, Documenso) by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/4553
- v4.0.0-beta.377 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/4487
New Contributors
- @vishwamartur made their first contribution in https://github.com/coollabsio/coolify/pull/4382
- @KaelWD made their first contribution in https://github.com/coollabsio/coolify/pull/3845
- @mohanlokesh made their first contribution in https://github.com/coollabsio/coolify/pull/4492
- @marvinvr made their first contribution in https://github.com/coollabsio/coolify/pull/4264
- @lukas-heinrich made their first contribution in https://github.com/coollabsio/coolify/pull/4514
- @philipheinser made their first contribution in https://github.com/coollabsio/coolify/pull/4512
- @dre-on made their first contribution in https://github.com/coollabsio/coolify/pull/4530
- @danilomartinelli made their first contribution in https://github.com/coollabsio/coolify/pull/3840
- @zaosoula made their first contribution in https://github.com/coollabsio/coolify/pull/4543
- @zairigimad made their first contribution in https://github.com/coollabsio/coolify/pull/4546
- @bitpickle made their first contribution in https://github.com/coollabsio/coolify/pull/4550
Full Changelog: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.376...v4.0.0-beta.377