chore(changelogs): add .gitignore for changelogs directory and remove outdated changelog files for May, June, and July 2025

This commit is contained in:
Andras Bacsai
2025-08-17 15:22:54 +02:00
parent 240f8f33e2
commit 1c628a8a9e
4 changed files with 2 additions and 75 deletions

2
changelogs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.gitignore

View File

@@ -1,17 +0,0 @@
{
"entries": [
{
"tag_name": "v4.0.0-beta.418",
"title": "v4.0.0-beta.418",
"content": "- fix(core): Clean up Horizon Redis data every hour.\r\n- fix(ui): Infinite loop on requesting a png file on new resource page.\r\n\r\n## What's Changed\r\n* v4.0.0-beta.418 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/5793\r\n\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.417...v4.0.0-beta.418",
"published_at": "2025-05-09T06:30:49.000000Z"
},
{
"tag_name": "v4.0.0-beta.417",
"title": "v4.0.0-beta.417",
"content": "- fix(core): Cleanup redis data every 10 minutes.\r\n- fix(core): Revert jobs to be `dontRelease` as they were before the redis/job problems started.\r\n\r\n## What's Changed\r\n* v4.0.0-beta.417 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/5784\r\n\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.416...v4.0.0-beta.417",
"published_at": "2025-05-07T21:14:23.000000Z"
}
],
"last_updated": "2025-08-10T10:20:51.376736Z"
}

File diff suppressed because one or more lines are too long

View File

@@ -1,35 +0,0 @@
{
"entries": [
{
"tag_name": "v4.0.0-beta.420.6",
"title": "v4.0.0-beta.420.6",
"content": "## Changes\r\n- chore(deps): update composer dependencies to fix https://github.com/advisories/GHSA-29cq-5w36-x7w3\r\n\r\n## What's Changed\r\n* 4.0.0-beta.420.6 by @peaklabs-dev in https://github.com/coollabsio/coolify/pull/6221\r\n\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.420.5...v4.0.0-beta.420.6",
"published_at": "2025-07-18T18:45:44.000000Z"
},
{
"tag_name": "v4.0.0-beta.420.5",
"title": "v4.0.0-beta.420.5",
"content": "- refactor(postgresql): improve layout and spacing in SSL and Proxy configuration sections for better UI consistency\r\n- fix(database): ensure internal port defaults correctly for unsupported database types in StartDatabaseProxy\r\n\r\n## What's Changed\r\n* v4.0.0-beta.420.5 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/6156\r\n\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.420.4...v4.0.0-beta.420.5",
"published_at": "2025-07-08T19:14:04.000000Z"
},
{
"tag_name": "v4.0.0-beta.420.4",
"title": "v4.0.0-beta.420.4",
"content": "# POSSIBLE BREAKING CHANGE\r\n- fix(envs): enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility for applications and services.\r\n - **Switched URL with FQDN in case of applications, so they are correct now.**\r\n\r\n--- \r\n- feat(envs): New environment variables for `docker compose` based application. You can use `SERVICE_FQDN_<serviceName>` and `SERVICE_URL_<serviceName>` the same way as in services. For details check this: https://github.com/coollabsio/coolify/issues/6124#issuecomment-3045186382\r\n- fix(redis): Cleanup old jobs on Coolify start.\r\n- fix(database): Unsupported database with SSL.\r\n- fix(jobs): Sentinel update job fails if compose is invalid for a service/app.\r\n- fix(installscript): Add Cachyos support + reuse env variable for public ip.\r\n- fix(envs): Generate literal env variables better.\r\n- fix(scheduling): change redis cleanup command frequency from hourly to weekly for better resource management\r\n\r\n# Issues\r\n- fix https://github.com/coollabsio/coolify/issues/6142\r\n- fix https://github.com/coollabsio/coolify/issues/6134\r\n- fix https://github.com/coollabsio/coolify/issues/6141\r\n- fix https://github.com/coollabsio/coolify/issues/2470\r\n\r\n## What's Changed\r\n* fix(service): Postiz shows no available server on latest version by @ShadowArcanist in https://github.com/coollabsio/coolify/pull/6144\r\n* Typo Correction on modal by @Nathanjms in https://github.com/coollabsio/coolify/pull/6130\r\n* fix(install.sh): use IPV4_PUBLIC_IP variable in output instead of repeated curl by @dewstouh in https://github.com/coollabsio/coolify/pull/6129\r\n* interpret cachyos as arch in the install script by @flickowoa in https://github.com/coollabsio/coolify/pull/6127\r\n* v4.0.0-beta.420.4 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/6146\r\n\r\n## New Contributors\r\n* @dewstouh made their first contribution in https://github.com/coollabsio/coolify/pull/6129\r\n* @flickowoa made their first contribution in https://github.com/coollabsio/coolify/pull/6127\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.420.3...v4.0.0-beta.420.4",
"published_at": "2025-07-08T08:58:14.000000Z"
},
{
"tag_name": "v4.0.0-beta.420.3",
"title": "v4.0.0-beta.420.3",
"content": "- fix(shared): enhance FQDN generation logic for services in newParser function\r\n- fix(ui): light mode, configuration changed popup fixed\r\n\r\n## What's Changed\r\n* v4.0.0-beta.420.3 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/6120\r\n\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.420.2...v4.0.0-beta.420.3",
"published_at": "2025-07-03T19:31:13.000000Z"
},
{
"tag_name": "v4.0.0-beta.420.2",
"title": "v4.0.0-beta.420.2",
"content": "- fix(supabase): Fix supabase template\r\n- fix(database): proxy ssl port if ssl is enabled\r\n- fix(ui): enhance terminal access messaging to clarify server functionality and terminal status\r\n- fix(server): prepend 'mux_' to UUID in muxFilename method for consistent naming\r\n- fix(jobs): update middleware to use expireAfter for WithoutOverlapping in multiple job classes\r\n- fix(ui): improve destination selection description for clarity in resource segregation\r\n- fix(terminal): ensure shell execution only uses valid shell if available in terminal command\r\n- refactor(ui): remove unnecessary step3ButtonText attributes from modal confirmation components for cleaner code\r\n- refactor(ui): separate views for instance settings to separate paths to make it cleaner\r\n- refactor(ui): enhance project cloning interface with improved table layout for server and resource selection\r\n\r\n# Issues\r\n- fix #6074\r\n- fix #6022\r\n\r\n## What's Changed\r\n* fix: 500 status code when trying to clone an environment by @HicaroD in https://github.com/coollabsio/coolify/pull/6071\r\n* Update Authentik to version 2025.6.3 by @Datenschmutz in https://github.com/coollabsio/coolify/pull/6100\r\n* Update Appwrite services and image version (1.7.4) by @pujan-modha in https://github.com/coollabsio/coolify/pull/6099\r\n* feat(template): added excalidraw by @nktnet1 in https://github.com/coollabsio/coolify/pull/6095\r\n* v4.0.0-beta.420.2 by @andrasbacsai in https://github.com/coollabsio/coolify/pull/6096\r\n\r\n## New Contributors\r\n* @smad-bro made their first contribution in https://github.com/coollabsio/coolify/pull/6031\r\n* @HicaroD made their first contribution in https://github.com/coollabsio/coolify/pull/6071\r\n\r\n**Full Changelog**: https://github.com/coollabsio/coolify/compare/v4.0.0-beta.420.1...v4.0.0-beta.420.2",
"published_at": "2025-07-03T13:55:03.000000Z"
}
],
"last_updated": "2025-08-10T10:20:51.373867Z"
}