[PR #2078] [MERGED] Fix OS version info on FreeBSD #14632

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2078
Author: @pappz
Created: 5/30/2024
Status: Merged
Merged: 5/31/2024
Merged by: @pappz

Base: 0.28.0Head: fix/freebsd-metasinfo-os


📝 Commits (1)

  • d2094bd Fix OS version info on FreeBSD

📊 Changes

3 files changed (+55 additions, -39 deletions)

View changed files

📝 client/system/info_freebsd.go (+14 -5)
📝 client/system/info_linux.go (+3 -34)
client/system/osrelease_unix.go (+38 -0)

📄 Description

Describe your changes

Fix OS version info in the system metadata
freebsd

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/2078 **Author:** [@pappz](https://github.com/pappz) **Created:** 5/30/2024 **Status:** ✅ Merged **Merged:** 5/31/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `0.28.0` ← **Head:** `fix/freebsd-metasinfo-os` --- ### 📝 Commits (1) - [`d2094bd`](https://github.com/netbirdio/netbird/commit/d2094bd54dcea7d12a78be490f79a8cef0c1133d) Fix OS version info on FreeBSD ### 📊 Changes **3 files changed** (+55 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `client/system/info_freebsd.go` (+14 -5) 📝 `client/system/info_linux.go` (+3 -34) ➕ `client/system/osrelease_unix.go` (+38 -0) </details> ### 📄 Description ## Describe your changes Fix OS version info in the system metadata ![freebsd](https://github.com/netbirdio/netbird/assets/7756831/5b458f5e-113f-4de8-9285-50f1ae15f71e) ## 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:06:02 -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#14632