From f460bb63cccfb8600db828714668508ec8ec0de5 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 25 Nov 2025 17:06:37 +0100 Subject: [PATCH] feat: update version numbers to 4.0.0-beta.448 and 4.0.0-beta.449 --- config/constants.php | 2 +- other/nightly/versions.json | 16 +++++++++++++--- versions.json | 4 ++-- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/config/constants.php b/config/constants.php index ca47367f4..24aae9c81 100644 --- a/config/constants.php +++ b/config/constants.php @@ -2,7 +2,7 @@ return [ 'coolify' => [ - 'version' => '4.0.0-beta.447', + 'version' => '4.0.0-beta.448', 'helper_version' => '1.0.12', 'realtime_version' => '1.0.10', 'self_hosted' => env('SELF_HOSTED', true), diff --git a/other/nightly/versions.json b/other/nightly/versions.json index bb9b51ab1..e946d3bb6 100644 --- a/other/nightly/versions.json +++ b/other/nightly/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.445" + "version": "4.0.0-beta.448" }, "nightly": { - "version": "4.0.0-beta.446" + "version": "4.0.0-beta.449" }, "helper": { "version": "1.0.12" @@ -13,7 +13,17 @@ "version": "1.0.10" }, "sentinel": { - "version": "0.0.16" + "version": "0.0.18" } + }, + "traefik": { + "v3.6": "3.6.1", + "v3.5": "3.5.6", + "v3.4": "3.4.5", + "v3.3": "3.3.7", + "v3.2": "3.2.5", + "v3.1": "3.1.7", + "v3.0": "3.0.4", + "v2.11": "2.11.31" } } \ No newline at end of file diff --git a/versions.json b/versions.json index 946aa30fa..e946d3bb6 100644 --- a/versions.json +++ b/versions.json @@ -1,10 +1,10 @@ { "coolify": { "v4": { - "version": "4.0.0-beta.447" + "version": "4.0.0-beta.448" }, "nightly": { - "version": "4.0.0-beta.448" + "version": "4.0.0-beta.449" }, "helper": { "version": "1.0.12"