chore(release): bump Coolify to 4.3.15 and realtime to 1.0.18

This commit is contained in:
Andras Bacsai 2026-08-28 14:51:30 +02:00
parent 78f9c676ba
commit 0dfbc42c0f
5 changed files with 8 additions and 8 deletions

View file

@ -62,7 +62,7 @@ services:
retries: 10
timeout: 2s
soketi:
image: '${REGISTRY_URL:-docker.io}/coollabsio/coolify-realtime:1.0.17'
image: '${REGISTRY_URL:-docker.io}/coollabsio/coolify-realtime:1.0.18'
ports:
- "${SOKETI_PORT:-6001}:6001"
- "6002:6002"

View file

@ -96,7 +96,7 @@ services:
retries: 10
timeout: 2s
soketi:
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.17'
image: 'ghcr.io/coollabsio/coolify-realtime:1.0.18'
pull_policy: always
container_name: coolify-realtime
restart: always

View file

@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.14"
"version": "4.3.15"
},
"nightly": {
"version": "4.4-rc.1"
@ -10,7 +10,7 @@
"version": "1.0.16"
},
"realtime": {
"version": "1.0.17"
"version": "1.0.18"
},
"sentinel": {
"version": "0.0.22"

View file

@ -23,8 +23,8 @@
->toContain('ARG COOLIFY_VERSION')
->toContain('ENV COOLIFY_VERSION=${COOLIFY_VERSION}')
->and($constants)
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.14'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.14')
->toContain("'version' => env('COOLIFY_VERSION') ?: '4.3.15'")
->and($versions['coolify']['v4']['version'])->toBe('4.3.15')
->and($versions['coolify']['nightly']['version'])->toBe('4.4-rc.1')
->and($nightlyVersions)->toBe($versions);
});

View file

@ -1,7 +1,7 @@
{
"coolify": {
"v4": {
"version": "4.3.14"
"version": "4.3.15"
},
"nightly": {
"version": "4.4-rc.1"
@ -10,7 +10,7 @@
"version": "1.0.16"
},
"realtime": {
"version": "1.0.17"
"version": "1.0.18"
},
"sentinel": {
"version": "0.0.22"