[PR #5554] [MERGED] [management] Feature/auto update mgm #26122

Open
opened 2026-08-05 07:06:54 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/5554
Author: @pappz
Created: 3/9/2026
Status: Merged
Merged: 3/12/2026
Merged by: @pappz

Base: refactor/auto-updateHead: feature/auto-update-mgm


📝 Commits (4)

  • 0798c3c [management] feat: add auto_update_always account setting
  • d6671fb Generate types
  • ed85810 Merge branch 'refactor/auto-update' into feature/auto-update-mgm
  • 633a72b Merge branch 'refactor/auto-update' into feature/auto-update-mgm

📊 Changes

9 files changed (+46 additions, -4 deletions)

View changed files

📝 management/internals/shared/grpc/conversion.go (+2 -1)
📝 management/server/account.go (+13 -1)
📝 management/server/activity/codes.go (+7 -0)
📝 management/server/http/handlers/accounts/accounts_handler.go (+4 -0)
📝 management/server/http/handlers/accounts/accounts_handler_test.go (+6 -0)
📝 management/server/types/settings.go (+5 -0)
📝 shared/management/http/api/openapi.yml (+4 -0)
📝 shared/management/http/api/types.gen.go (+3 -0)
📝 shared/management/proto/management.proto (+2 -2)

📄 Description

Add a new AutoUpdateAlways boolean setting that controls whether client updates are installed automatically in the background or require user interaction from the UI. Includes API, gRPC, activity events, and tests.

Describe your changes

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/__


🔄 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/5554 **Author:** [@pappz](https://github.com/pappz) **Created:** 3/9/2026 **Status:** ✅ Merged **Merged:** 3/12/2026 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `refactor/auto-update` ← **Head:** `feature/auto-update-mgm` --- ### 📝 Commits (4) - [`0798c3c`](https://github.com/netbirdio/netbird/commit/0798c3c8d90ee2d093a1ba25c772f37cfc17b54f) [management] feat: add auto_update_always account setting - [`d6671fb`](https://github.com/netbirdio/netbird/commit/d6671fb18cfb3cfd3d4550a4b56ab61a257f9ed1) Generate types - [`ed85810`](https://github.com/netbirdio/netbird/commit/ed858104c14716421e4405efb6d4a6bcf9e1e7ee) Merge branch 'refactor/auto-update' into feature/auto-update-mgm - [`633a72b`](https://github.com/netbirdio/netbird/commit/633a72b49719a7e19548edce1deb6380f48b03cc) Merge branch 'refactor/auto-update' into feature/auto-update-mgm ### 📊 Changes **9 files changed** (+46 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `management/internals/shared/grpc/conversion.go` (+2 -1) 📝 `management/server/account.go` (+13 -1) 📝 `management/server/activity/codes.go` (+7 -0) 📝 `management/server/http/handlers/accounts/accounts_handler.go` (+4 -0) 📝 `management/server/http/handlers/accounts/accounts_handler_test.go` (+6 -0) 📝 `management/server/types/settings.go` (+5 -0) 📝 `shared/management/http/api/openapi.yml` (+4 -0) 📝 `shared/management/http/api/types.gen.go` (+3 -0) 📝 `shared/management/proto/management.proto` (+2 -2) </details> ### 📄 Description Add a new AutoUpdateAlways boolean setting that controls whether client updates are installed automatically in the background or require user interaction from the UI. Includes API, gRPC, activity events, and tests. ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] 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/__ --- <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:06:54 -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#26122