[PR #311] [MERGED] Rename management from Wiretrustee to Netbird #12459

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/311
Author: @shatoboar
Created: 5/10/2022
Status: Merged
Merged: 5/13/2022
Merged by: @mlsmaycon

Base: mainHead: rename_management


📝 Commits (10+)

  • 6064451 docker file rename
  • 39063b3 copy folders during init of mgmt
  • aec5e57 init function for copying over mgmt files to netbird
  • 021d79c fatal program error if unable to open config
  • b4b6b4d typo
  • 12148e4 fix(README.md) renaming to Netbird
  • fa893e8 goreleaser mgmt rename to netbird
  • f7d17f1 command flags renaming to netbird
  • e66eff3 added error checking
  • 1cb7532 simplify return statement in config.go

📊 Changes

10 files changed (+228 additions, -91 deletions)

View changed files

📝 .goreleaser.yaml (+33 -33)
📝 infrastructure_files/configure.sh (+10 -1)
📝 infrastructure_files/docker-compose.yml.tmpl (+7 -7)
📝 infrastructure_files/setup.env (+6 -0)
📝 management/Dockerfile (+2 -2)
📝 management/Dockerfile.debug (+2 -2)
📝 management/README.md (+24 -24)
📝 management/cmd/management.go (+128 -11)
📝 management/cmd/root.go (+14 -9)
📝 management/server/config.go (+2 -2)

📄 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/311 **Author:** [@shatoboar](https://github.com/shatoboar) **Created:** 5/10/2022 **Status:** ✅ Merged **Merged:** 5/13/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `rename_management` --- ### 📝 Commits (10+) - [`6064451`](https://github.com/netbirdio/netbird/commit/60644516f05daac66744cf225cfe7e39540366f6) docker file rename - [`39063b3`](https://github.com/netbirdio/netbird/commit/39063b347643dc0616caf0caaa855470e0d025ae) copy folders during init of mgmt - [`aec5e57`](https://github.com/netbirdio/netbird/commit/aec5e575bb34bdf041dcd2dddbef8aeff0e04573) init function for copying over mgmt files to netbird - [`021d79c`](https://github.com/netbirdio/netbird/commit/021d79c00387fca5107de9576f9ddc0ee878764b) fatal program error if unable to open config - [`b4b6b4d`](https://github.com/netbirdio/netbird/commit/b4b6b4da0fb20389e29d69ba607a20e652245ff0) typo - [`12148e4`](https://github.com/netbirdio/netbird/commit/12148e46a78ca63e0eb7f62567bb9ab70488c845) fix(README.md) renaming to Netbird - [`fa893e8`](https://github.com/netbirdio/netbird/commit/fa893e8a157e413c63e73252ef52b0a5b2793d75) goreleaser mgmt rename to netbird - [`f7d17f1`](https://github.com/netbirdio/netbird/commit/f7d17f1ef11c241d0564e9785fbf83ca5f2800c7) command flags renaming to netbird - [`e66eff3`](https://github.com/netbirdio/netbird/commit/e66eff3360973168e928041ed24a772aaf0bfa75) added error checking - [`1cb7532`](https://github.com/netbirdio/netbird/commit/1cb7532ed2823b6df9c925d5f882db40c9339cbe) simplify return statement in config.go ### 📊 Changes **10 files changed** (+228 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser.yaml` (+33 -33) 📝 `infrastructure_files/configure.sh` (+10 -1) 📝 `infrastructure_files/docker-compose.yml.tmpl` (+7 -7) 📝 `infrastructure_files/setup.env` (+6 -0) 📝 `management/Dockerfile` (+2 -2) 📝 `management/Dockerfile.debug` (+2 -2) 📝 `management/README.md` (+24 -24) 📝 `management/cmd/management.go` (+128 -11) 📝 `management/cmd/root.go` (+14 -9) 📝 `management/server/config.go` (+2 -2) </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:57 -04:00
saavagebueno changed title from [PR #311] [MERGED] Rename management from Wiretrustee to Netbird to [PR #311] Rename management from Wiretrustee to Netbird 2026-08-05 02:08:21 -04:00
saavagebueno changed title from [PR #311] Rename management from Wiretrustee to Netbird to [PR #311] [MERGED] Rename management from Wiretrustee to Netbird 2026-08-05 03:06:05 -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#12459