[PR #219] [CLOSED] Pass client version to mgmt #12323

Closed
opened 2026-08-05 02:05:40 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/219
Author: @braginini
Created: 2/4/2022
Status: Closed

Base: mainHead: pass_client_version_to_mgmt


📝 Commits (7)

  • 66705bd moved wiretrustee version from main to system.info
  • 37710d1 added wiretrustee version for all supported platforms
  • 324fa4b typo corrected
  • 38e62aa refactor: use single WiretrusteeVersion() func to get version of the client
  • ebb9981 refactor: management client test refactor WIP
  • 70f68dc refactor: management client test refactor WIP
  • 24fdd19 Merge remote-tracking branch 'origin/main' into pass_client_version_to_mgmt

📊 Changes

5 files changed (+195 additions, -27 deletions)

View changed files

📝 management/client/client.go (+1 -0)
📝 management/client/client_test.go (+68 -0)
📝 management/client/grpc.go (+60 -20)
management/client/mock/grpc.go (+59 -0)
📝 management/client/mock/mock.go (+7 -7)

📄 Description

No description provided


🔄 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/219 **Author:** [@braginini](https://github.com/braginini) **Created:** 2/4/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `pass_client_version_to_mgmt` --- ### 📝 Commits (7) - [`66705bd`](https://github.com/netbirdio/netbird/commit/66705bde5ddd7c66b75e47dbe3c00219c97da8a2) moved wiretrustee version from main to system.info - [`37710d1`](https://github.com/netbirdio/netbird/commit/37710d17b3fd8ecba734a689a62b2d99dc44adc2) added wiretrustee version for all supported platforms - [`324fa4b`](https://github.com/netbirdio/netbird/commit/324fa4b2fc9ef6a23592ceb9b109ddabe1a1a630) typo corrected - [`38e62aa`](https://github.com/netbirdio/netbird/commit/38e62aa15161ed4d0b01cd32fc79fbafe7e41cbb) refactor: use single WiretrusteeVersion() func to get version of the client - [`ebb9981`](https://github.com/netbirdio/netbird/commit/ebb99817937b993aad8ef4dfa75137909803a737) refactor: management client test refactor WIP - [`70f68dc`](https://github.com/netbirdio/netbird/commit/70f68dc9c6d61ce34ae3745cd3f0238664327add) refactor: management client test refactor WIP - [`24fdd19`](https://github.com/netbirdio/netbird/commit/24fdd19862ac35cd7663ca449474a383514c8f4d) Merge remote-tracking branch 'origin/main' into pass_client_version_to_mgmt ### 📊 Changes **5 files changed** (+195 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `management/client/client.go` (+1 -0) 📝 `management/client/client_test.go` (+68 -0) 📝 `management/client/grpc.go` (+60 -20) ➕ `management/client/mock/grpc.go` (+59 -0) 📝 `management/client/mock/mock.go` (+7 -7) </details> ### 📄 Description _No description provided_ --- <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 2026-08-05 02:05:40 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12323