mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-18 14:23:15 +00:00
chore(release): bump Coolify versions to 4.3.8
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user