From 92c952e65e427de166d5ed65ca002e61c09f4549 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 08:52:57 +0000 Subject: [PATCH 1/3] docs: update changelog --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9392411..2d3d825bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,27 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 🐛 Bug Fixes + +- *(service)* Update Postiz compose configuration for improved server availability +- *(install.sh)* Use IPV4_PUBLIC_IP variable in output instead of repeated curl +- *(env)* Generate literal env variables better +- *(deployment)* Update x-data initialization in deployment view for improved functionality +- *(deployment)* Enhance COOLIFY_URL and COOLIFY_FQDN variable generation for better compatibility +- *(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 + ### 🚜 Refactor -- *(popup)* Improve styling and structure of the small popup component -- *(shared)* Enhance FQDN generation logic for services in newParser function +- *(previews)* Streamline preview URL generation by utilizing application method +- *(application)* Adjust layout and spacing in general application view for improved UI -### ⚙️ Miscellaneous Tasks +## [4.0.0-beta.420.3] - 2025-07-03 -- *(versions)* Bump coolify and nightly versions to 4.0.0-beta.420.3 and 4.0.0-beta.420.4 respectively +### 📚 Documentation + +- Update changelog ## [4.0.0-beta.420.2] - 2025-07-03 @@ -36,11 +49,22 @@ All notable changes to this project will be documented in this file. - *(terminal)* Simplify command construction for SSH execution - *(settings)* Streamline instance admin checks and initialization of settings in Livewire components - *(policy)* Optimize team membership checks in S3StoragePolicy +- *(popup)* Improve styling and structure of the small popup component +- *(shared)* Enhance FQDN generation logic for services in newParser function +- *(redis)* Enhance CleanupRedis command with dry-run option and improved key deletion logic +- *(init)* Standardize method naming conventions and improve command structure in Init.php +- *(shared)* Improve error handling in getTopLevelNetworks function to return network name on invalid docker-compose.yml +- *(database)* Improve error handling for unsupported database types in StartDatabaseProxy ### 📚 Documentation - Update changelog +### ⚙️ Miscellaneous Tasks + +- *(versions)* Bump coolify and nightly versions to 4.0.0-beta.420.3 and 4.0.0-beta.420.4 respectively +- *(versions)* Update coolify and nightly versions to 4.0.0-beta.420.4 and 4.0.0-beta.420.5 respectively + ## [4.0.0-beta.420.1] - 2025-06-26 ### 🐛 Bug Fixes From 2223a12335dad1e164d8a22dc6d32dafda60a3a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 08:58:03 +0000 Subject: [PATCH 2/3] docs: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3d825bc..975f2e9a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. ### 🐛 Bug Fixes +- *(scheduling)* Change redis cleanup command frequency from hourly to weekly for better resource management + +## [4.0.0-beta.420.4] - 2025-07-08 + +### 🐛 Bug Fixes + - *(service)* Update Postiz compose configuration for improved server availability - *(install.sh)* Use IPV4_PUBLIC_IP variable in output instead of repeated curl - *(env)* Generate literal env variables better @@ -20,6 +26,10 @@ All notable changes to this project will be documented in this file. - *(previews)* Streamline preview URL generation by utilizing application method - *(application)* Adjust layout and spacing in general application view for improved UI +### 📚 Documentation + +- Update changelog + ## [4.0.0-beta.420.3] - 2025-07-03 ### 📚 Documentation From f59a68993a2ef8b848fc55b2cbc639944e098d27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Jul 2025 19:14:15 +0000 Subject: [PATCH 3/3] 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 @@ All notable changes to this project will be documented in this file. ## [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 @@ All notable changes to this project will be documented in this file. - *(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 @@ All notable changes to this project will be documented in this file. ### 📚 Documentation +- Update changelog - Update changelog ## [4.0.0-beta.420.3] - 2025-07-03