coolify icon indicating copy to clipboard operation
coolify copied to clipboard

fixed the Sentinel bug

Open sanjana2505006 opened this issue 3 months ago • 3 comments

This pull request fixes the issue described in #7420. Fix: Sentinel failing to start due to version 0.0.0 Sentinel was using the fallback version 0.0.0 when the external version check failed, causing the container to pull a non-existent image. I updated get_latest_sentinel_version in bootstrap/helpers/shared.php to read the version from the local versions.json instead of relying on a network request. This ensures Sentinel always uses a valid version and starts correctly, even offline.

sanjana2505006 avatar Nov 30 '25 12:11 sanjana2505006

Hey @sanjana2505006 the target branch should be next not v4.x

ShadowArcanist avatar Nov 30 '25 14:11 ShadowArcanist

@ShadowArcanist okay, let me fix this!

sanjana2505006 avatar Nov 30 '25 14:11 sanjana2505006

Hello @ShadowArcanist @Cinzya, If there's anything further needed on this PR, please let me know. I'm happy to update accordingly.

sanjana2505006 avatar Dec 04 '25 19:12 sanjana2505006