[PR #5716] [MERGED] [management] update to latest grpc version #26567

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/5716
Author: @pascal-fischer
Created: 3/27/2026
Status: Merged
Merged: 3/27/2026
Merged by: @pascal-fischer

Base: mainHead: chore/bump-grpc-version


📝 Commits (4)

  • 6f36fdd update to latest grpc version
  • b6bf717 update opentelemetry version
  • 9f26de3 update wasm binary size limits
  • 1789fca update wasm binary size limits

📊 Changes

3 files changed (+67 additions, -64 deletions)

View changed files

📝 .github/workflows/wasm-build-validation.yml (+2 -2)
📝 go.mod (+21 -20)
📝 go.sum (+44 -42)

📄 Description

Describe your changes

While NetBird is not affected by CVE-2026-33186 as we do not use the grpcs auth but rather deal with it ourself we decided to update to the latest version anyway.

https://github.com/netbirdio/netbird/issues/5632

Stack

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)

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.

Documentation

Select exactly one:

  • I added/updated documentation for this change
  • Documentation is not needed for this change (explain why)

Docs PR URL (required if "docs added" is checked)

Paste the PR link from https://github.com/netbirdio/docs here:

https://github.com/netbirdio/docs/pull/__

Summary by CodeRabbit

  • Chores
    • Updated core and observability dependencies to newer versions to improve compatibility, security, and telemetry reliability.
  • Tests
    • Raised the WebAssembly build size threshold in CI validation to allow a slightly larger wasm artifact and prevent spurious build failures.

🔄 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/5716 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 3/27/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `chore/bump-grpc-version` --- ### 📝 Commits (4) - [`6f36fdd`](https://github.com/netbirdio/netbird/commit/6f36fdd5bc533a838c3b32b21dea82f0849e5c63) update to latest grpc version - [`b6bf717`](https://github.com/netbirdio/netbird/commit/b6bf7178f6c56462ef34c297c2f6ae385f2e0b2f) update opentelemetry version - [`9f26de3`](https://github.com/netbirdio/netbird/commit/9f26de30200b2d8059acbf49c5b53790de9ab8dc) update wasm binary size limits - [`1789fca`](https://github.com/netbirdio/netbird/commit/1789fca41d1e0fd6120f27e3337dbfd6895d5b2e) update wasm binary size limits ### 📊 Changes **3 files changed** (+67 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/wasm-build-validation.yml` (+2 -2) 📝 `go.mod` (+21 -20) 📝 `go.sum` (+44 -42) </details> ### 📄 Description ## Describe your changes While NetBird is not affected by CVE-2026-33186 as we do not use the grpcs auth but rather deal with it ourself we decided to update to the latest version anyway. ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/5632 ## Stack <!-- branch-stack --> ### 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) > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). ## Documentation Select exactly one: - [ ] I added/updated documentation for this change - [x] Documentation is **not needed** for this change (explain why) ### Docs PR URL (required if "docs added" is checked) Paste the PR link from https://github.com/netbirdio/docs here: https://github.com/netbirdio/docs/pull/__ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated core and observability dependencies to newer versions to improve compatibility, security, and telemetry reliability. * **Tests** * Raised the WebAssembly build size threshold in CI validation to allow a slightly larger wasm artifact and prevent spurious build failures. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <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 07:07:31 -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#26567