- Store both patch update and newer minor version information simultaneously
- Display patch update availability alongside minor version upgrades in notifications
- Add newer_branch_target and newer_branch_latest fields to traefik_outdated_info
- Update all notification channels (Discord, Telegram, Slack, Pushover, Email, Webhook)
- Show minor version in format (e.g., v3.6) for upgrade targets instead of patch version
- Enhance UI callouts with clearer messaging about available upgrades
- Remove verbose logging in favor of cleaner code structure
- Handle edge case where SSH command returns empty response
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
No EOL
583 B
JSON
29 lines
No EOL
583 B
JSON
{
|
|
"coolify": {
|
|
"v4": {
|
|
"version": "4.0.0-beta.445"
|
|
},
|
|
"nightly": {
|
|
"version": "4.0.0-beta.446"
|
|
},
|
|
"helper": {
|
|
"version": "1.0.12"
|
|
},
|
|
"realtime": {
|
|
"version": "1.0.10"
|
|
},
|
|
"sentinel": {
|
|
"version": "0.0.16"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
} |