[PR #216] [CLOSED] Add client version to the client app and send it to the management service #2622

Closed
opened 2025-11-20 07:11:57 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/216
Author: @shatoboar
Created: 2/1/2022
Status: Closed

Base: mainHead: pass_client_version_to_mgmt


📝 Commits (2)

  • 4a0708e fix: send wiretrustee version at point of registration instead of empty string
  • 3c6c407 fix: corrected error message

📊 Changes

3 files changed (+30 additions, -11 deletions)

View changed files

📝 client/system/info.go (+9 -8)
📝 client/system/info_linux.go (+17 -0)
📝 management/client/grpc.go (+4 -3)

📄 Description

What?
* Add a property to the client installation to store the current version
* Send client version to the Management Service on login request together with the machine info.

Why?
* Network Administrator can keep track of the installed clients
* Suggest updates to the latest versions to users


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/216 **Author:** [@shatoboar](https://github.com/shatoboar) **Created:** 2/1/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pass_client_version_to_mgmt` --- ### 📝 Commits (2) - [`4a0708e`](https://github.com/netbirdio/netbird/commit/4a0708e565be8671f5d7498850d185197d78a002) fix: send wiretrustee version at point of registration instead of empty string - [`3c6c407`](https://github.com/netbirdio/netbird/commit/3c6c407de70a586c030e21f2e902fcc2846715be) fix: corrected error message ### 📊 Changes **3 files changed** (+30 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `client/system/info.go` (+9 -8) 📝 `client/system/info_linux.go` (+17 -0) 📝 `management/client/grpc.go` (+4 -3) </details> ### 📄 Description What? * Add a property to the client installation to store the current version * Send client version to the Management Service on login request together with the machine info. Why? * Network Administrator can keep track of the installed clients * Suggest updates to the latest versions to users --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:11:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2622