From 88eccbf78fb6e9044f00ff4f088ec675d5d1ad44 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 18 Aug 2026 11:29:01 +0200 Subject: [PATCH] chore(release): bump Coolify versions to 4.3.9 --- config/constants.php | 2 +- other/nightly/versions.json | 4 ++-- tests/Unit/ProductionImageWorkflowTest.php | 6 +++--- versions.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/constants.php b/config/constants.php index bc21514677..e0aefe8e2b 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.8', + 'version' => env('COOLIFY_VERSION') ?: '4.3.9', 'helper_version' => '1.0.15', 'realtime_version' => '1.0.17', 'railpack_version' => '0.23.0', diff --git a/other/nightly/versions.json b/other/nightly/versions.json index ebc1151c32..92a88ea023 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.8" + "version": "4.3.9" }, "nightly": { - "version": "4.3.9" + "version": "4.3.10" }, "helper": { "version": "1.0.15" diff --git a/tests/Unit/ProductionImageWorkflowTest.php b/tests/Unit/ProductionImageWorkflowTest.php index e57587f289..c3b5e665f3 100644 --- a/tests/Unit/ProductionImageWorkflowTest.php +++ b/tests/Unit/ProductionImageWorkflowTest.php @@ -23,9 +23,9 @@ it('publishes v4 branch builds under the commit sha with a traceable internal ve ->toContain('ARG COOLIFY_VERSION') ->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}') ->and($constants) - ->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.8'") - ->and($versions['coolify']['v4']['version'])->toBe('4.3.8') - ->and($versions['coolify']['nightly']['version'])->toBe('4.3.9') + ->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.9'") + ->and($versions['coolify']['v4']['version'])->toBe('4.3.9') + ->and($versions['coolify']['nightly']['version'])->toBe('4.3.10') ->and($nightlyVersions)->toBe($versions); }); diff --git a/versions.json b/versions.json index ebc1151c32..92a88ea023 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.8" + "version": "4.3.9" }, "nightly": { - "version": "4.3.9" + "version": "4.3.10" }, "helper": { "version": "1.0.15"