Skip to content

netbird: 0.49.0 -> 0.51.1 #423861

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

r-ryantm
Copy link
Contributor

@r-ryantm r-ryantm commented Jul 9, 2025

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for netbird is: Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls

meta.homepage for netbird is: https://netbird.io

meta.changelog for netbird is: https://github.com/netbirdio/netbird/releases/tag/v0.50.1

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 0.50.1 with grep in /nix/store/4k8p0n2qw8ig74mlc8z0xky3jnz5n24q-netbird-0.50.1
  • found 0.50.1 in filename of file in /nix/store/4k8p0n2qw8ig74mlc8z0xky3jnz5n24q-netbird-0.50.1

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

netbird
netbird-ui
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/4k8p0n2qw8ig74mlc8z0xky3jnz5n24q-netbird-0.50.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A netbird https://github.com/r-ryantm/nixpkgs/archive/b97b6136291005f954f3888c11907608d14a145f.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/b97b6136291005f954f3888c11907608d14a145f#netbird

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/4k8p0n2qw8ig74mlc8z0xky3jnz5n24q-netbird-0.50.1
ls -la /nix/store/4k8p0n2qw8ig74mlc8z0xky3jnz5n24q-netbird-0.50.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 2 packages built:
  • netbird
  • netbird-ui

Maintainer pings

cc @Saturn745 @LoCrealloc for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

@nix-owners nix-owners bot requested review from LoCrealloc and Saturn745 July 9, 2025 18:38
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. labels Jul 9, 2025
@r-ryantm r-ryantm changed the title netbird: 0.49.0 -> 0.50.1 netbird: 0.49.0 -> 0.51.1 Jul 18, 2025
@r-ryantm r-ryantm force-pushed the auto-update/netbird branch from b97b613 to 9e3173b Compare July 18, 2025 09:53
@r-ryantm
Copy link
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for netbird is: Connect your devices into a single secure private WireGuard®-based mesh network with SSO/MFA and simple access controls

meta.homepage for netbird is: https://netbird.io

meta.changelog for netbird is: https://github.com/netbirdio/netbird/releases/tag/v0.51.1

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS

Caution

A test defined in passthru.tests did not pass.

  • found 0.51.1 with grep in /nix/store/sgazb48ysgrhs1axb8acqjk3d6m84qw3-netbird-0.51.1
  • found 0.51.1 in filename of file in /nix/store/sgazb48ysgrhs1axb8acqjk3d6m84qw3-netbird-0.51.1

Rebuild report (if merged into master) (click to expand)
3 total rebuild path(s)

3 package rebuild(s)

First fifty rebuilds by attrpath

netbird
netbird-ui
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/sgazb48ysgrhs1axb8acqjk3d6m84qw3-netbird-0.51.1 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A netbird https://github.com/r-ryantm/nixpkgs/archive/9e3173bfb44b28c6b1d59a4cb1400bcfb3c70165.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/9e3173bfb44b28c6b1d59a4cb1400bcfb3c70165#netbird

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/sgazb48ysgrhs1axb8acqjk3d6m84qw3-netbird-0.51.1
ls -la /nix/store/sgazb48ysgrhs1axb8acqjk3d6m84qw3-netbird-0.51.1/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

✅ 2 packages built:
  • netbird
  • netbird-ui

Maintainer pings

cc @Saturn745 @LoCrealloc for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.


Add a 👍 reaction to pull requests you find important.

Copy link
Member

@nazarewk nazarewk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NetBird client will require module adjustments after introduction of profiles in 0.52.0+

@wegank wegank marked this pull request as draft August 3, 2025 22:04
@nazarewk
Copy link
Member

nazarewk commented Aug 6, 2025

NetBird client will require module adjustments after introduction of profiles in 0.52.0+

We have fixed this with 0.53.0: we're handling --config/$NB_CONFIG as the location of the default profile instead of ignoring it. It should be fully backwards compatible, unless user installed 0.52.x in the meantime.

@nixpkgs-ci nixpkgs-ci bot added the 2.status: merge conflict This PR has merge conflicts with the target branch label Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.status: merge conflict This PR has merge conflicts with the target branch 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants