[PR #1532] [MERGED] Fix peer meta core compability with older management #15520

Closed
opened 2026-08-05 03:07:50 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1532
Author: @bcmmbaga
Created: 2/5/2024
Status: Merged
Merged: 2/6/2024
Merged by: @bcmmbaga

Base: feature/posture-checksHead: fix_peer_meta_mgmnt_compatibility


📝 Commits (2)

📊 Changes

5 files changed (+265 additions, -269 deletions)

View changed files

📝 management/client/client_test.go (+1 -0)
📝 management/client/grpc.go (+1 -0)
📝 management/proto/management.pb.go (+262 -266)
📝 management/proto/management.proto (+1 -2)
📝 management/server/grpcserver.go (+0 -1)

📄 Description

Describe your changes

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/1532 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 2/5/2024 **Status:** ✅ Merged **Merged:** 2/6/2024 **Merged by:** [@bcmmbaga](https://github.com/bcmmbaga) **Base:** `feature/posture-checks` ← **Head:** `fix_peer_meta_mgmnt_compatibility` --- ### 📝 Commits (2) - [`74019a4`](https://github.com/netbirdio/netbird/commit/74019a4c71ff60e0aa0afb66cf88963daf0d47bc) Revert core field deprecation - [`5eadacc`](https://github.com/netbirdio/netbird/commit/5eadaccdfe11367f22d4186d170ebe168039a6da) fix tests ### 📊 Changes **5 files changed** (+265 additions, -269 deletions) <details> <summary>View changed files</summary> 📝 `management/client/client_test.go` (+1 -0) 📝 `management/client/grpc.go` (+1 -0) 📝 `management/proto/management.pb.go` (+262 -266) 📝 `management/proto/management.proto` (+1 -2) 📝 `management/server/grpcserver.go` (+0 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 03:07:50 -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#15520