From 43cd1f4c0dfc883ab8c8cdea923b5be2aa4cd0c3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:56:02 +0200 Subject: [PATCH] chore(release): bump Coolify versions to 4.3.8 --- 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 76e34334c..bc2151467 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => env('COOLIFY_VERSION') ?: '4.3.7', + 'version' => env('COOLIFY_VERSION') ?: '4.3.8', '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 2f449eed8..ebc1151c3 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.7" + "version": "4.3.8" }, "nightly": { - "version": "4.3.8" + "version": "4.3.9" }, "helper": { "version": "1.0.15" diff --git a/tests/Unit/ProductionImageWorkflowTest.php b/tests/Unit/ProductionImageWorkflowTest.php index 754eca1c3..e57587f28 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.7'") - ->and($versions['coolify']['v4']['version'])->toBe('4.3.7') - ->and($versions['coolify']['nightly']['version'])->toBe('4.3.8') + ->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') ->and($nightlyVersions)->toBe($versions); }); diff --git a/versions.json b/versions.json index 2f449eed8..ebc1151c3 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.3.7" + "version": "4.3.8" }, "nightly": { - "version": "4.3.8" + "version": "4.3.9" }, "helper": { "version": "1.0.15"