From f59a68993a2ef8b848fc55b2cbc639944e098d27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 19:14:15 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975f2e9a3..3b0fe72c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ # Changelog ## [unreleased] +### 🚀 Features + +- *(scheduling)* Add command to manually run scheduled database backups and tasks with options for chunking, delays, and dry runs + ### 🐛 Bug Fixes -- *(scheduling)* Change redis cleanup command frequency from hourly to weekly for better resource management +- *(versions)* Update coolify version numbers in versions.json and constants.php to 4.0.0-beta.420.5 and 4.0.0-beta.420.6 +- *(database)* Ensure internal port defaults correctly for unsupported database types in StartDatabaseProxy + +### 🚜 Refactor + +- *(postgresql)* Improve layout and spacing in SSL and Proxy configuration sections for better UI consistency ## [4.0.0-beta.420.4] - 2025-07-08 @@ -20,6 +29,7 @@ ### 🐛 Bug Fixes - *(deployment)* Improve docker-compose domain handling and environment variable generation - *(deployment)* Refactor domain parsing and environment variable generation using Spatie URL library - *(deployment)* Update COOLIFY_URL and COOLIFY_FQDN generation to use Spatie URL library for improved accuracy +- *(scheduling)* Change redis cleanup command frequency from hourly to weekly for better resource management ### 🚜 Refactor @@ -28,6 +38,7 @@ ### 🚜 Refactor ### 📚 Documentation +- Update changelog - Update changelog ## [4.0.0-beta.420.3] - 2025-07-03