[GH-ISSUE #5192] Update available notification after upgrade to v0.64.2 #10884

Open
opened 2026-08-05 01:27:35 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @MogCH on GitHub (Jan 27, 2026).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/5192

Update available notification is shown in the Dashboard after upgrade to v0.64.2.

To Reproduce

Steps to reproduce the behavior:

  1. Updated to the latest version via CLI on Docker host.

docker compose pull management dashboard signal relay
docker compose up -d --force-recreate management dashboard signal relay

Check version via API shows the following output:

curl 'https://your-netbird-domain/api/instance/version'
-H 'accept: application/json'
-H 'authorization: Bearer '

{
"dashboard_available_version":"2.29.0",
"management_available_version":"0.64.1",
"management_current_version":"0.64.2",
"management_update_available":false
}

Are you using NetBird Cloud?

No. Selfhosted

NetBird version

0.64.2

Is any other VPN software installed?

No

Screenshot:

Image
Originally created by @MogCH on GitHub (Jan 27, 2026). Original GitHub issue: https://github.com/netbirdio/netbird/issues/5192 Update available notification is shown in the Dashboard after upgrade to v0.64.2. **To Reproduce** Steps to reproduce the behavior: 1. Updated to the latest version via CLI on Docker host. docker compose pull management dashboard signal relay docker compose up -d --force-recreate management dashboard signal relay Check version via API shows the following output: curl 'https://your-netbird-domain/api/instance/version' \ -H 'accept: application/json' \ -H 'authorization: Bearer <your-access-token>' { "dashboard_available_version":"2.29.0", "management_available_version":"0.64.1", "management_current_version":"0.64.2", "management_update_available":false } **Are you using NetBird Cloud?** No. Selfhosted **NetBird version** 0.64.2 **Is any other VPN software installed?** No Screenshot: <img width="272" height="145" alt="Image" src="https://github.com/user-attachments/assets/442cb93b-c2c2-454a-bada-f00a3665e37b" />
saavagebueno added the triage-needed label 2026-08-05 01:27:35 -04:00
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#10884