Merge remote-tracking branch 'origin/main' into next

This commit is contained in:
github-actions[bot]
2026-08-18 22:10:02 +00:00
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => env('COOLIFY_VERSION') ?: '4.3.9',
'version' => env('COOLIFY_VERSION') ?: '4.3.10',
'helper_version' => '1.0.15',
'realtime_version' => '1.0.17',
'railpack_version' => '0.23.0',
+2 -2
View File
@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.3.9"
"version": "4.3.10"
},
"nightly": {
"version": "4.3.10"
"version": "4.3.11"
},
"helper": {
"version": "1.0.15"
+3 -3
View File
@@ -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.9'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.9')
->and($versions['coolify']['nightly']['version'])->toBe('4.3.10')
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.10'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.10')
->and($versions['coolify']['nightly']['version'])->toBe('4.3.11')
->and($nightlyVersions)->toBe($versions);
});
+2 -2
View File
@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.3.9"
"version": "4.3.10"
},
"nightly": {
"version": "4.3.10"
"version": "4.3.11"
},
"helper": {
"version": "1.0.15"