[PR #1237] Support pinning version during binary install #3051

Open
opened 2025-11-20 08:04:48 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/1237

State: closed
Merged: Yes


Support for specific version installation

For installations using the binary release method (using the official installer script), it would be nice to be able to define a specific version to install.

A user/developer can choose to define the NETBIRD_RELEASE variable during installation, to pin a specific version during installation.
If NETBIRD_RELEASE is not defined, we default to the current behavior of latest

Example usage (once merged)

export SKIP_UI_APP=true; export NETBIRD_RELEASE=v0.23.7; curl https://pkgs.netbird.io/install.sh | sh

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
**Original Pull Request:** https://github.com/netbirdio/netbird/pull/1237 **State:** closed **Merged:** Yes --- ## Support for specific version installation For installations using the binary release method (using the official installer script), it would be nice to be able to define a specific version to install. A user/developer can choose to define the `NETBIRD_RELEASE` variable during installation, to pin a specific version during installation. If `NETBIRD_RELEASE` is not defined, we default to the current behavior of `latest` #### Example usage (once merged) ``` export SKIP_UI_APP=true; export NETBIRD_RELEASE=v0.23.7; curl https://pkgs.netbird.io/install.sh | sh ``` ### 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) - [ ] Extended the README / documentation, if necessary
saavagebueno added the pull-request label 2025-11-20 08:04:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#3051