Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netbird for openSUSE:Factory checked 
in at 2026-02-25 21:07:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netbird (Old)
 and      /work/SRC/openSUSE:Factory/.netbird.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netbird"

Wed Feb 25 21:07:02 2026 rev:11 rq:1334851 version:0.66.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/netbird/netbird.changes  2026-02-20 
17:52:28.288151850 +0100
+++ /work/SRC/openSUSE:Factory/.netbird.new.1977/netbird.changes        
2026-02-25 21:09:09.566670773 +0100
@@ -1,0 +2,80 @@
+Tue Feb 24 18:48:57 UTC 2026 - Holden Fried <[email protected]>
+
+- Explicitly set golang(API) = 1.25 until building with 1.26 is
+  fixed (see https://github.com/netbirdio/netbird/issues/5290)
+
+-------------------------------------------------------------------
+Tue Feb 24 16:43:33 UTC 2026 - Holden Fried <[email protected]>
+
+- Update to 0.66.0:
+  
+  New Feature: netbird expose
+  * We're excited to introduce netbird expose --- a simple and
+  secure way to expose your local services through the NetBird
+  reverse proxy.
+
+  Expose a local HTTP server:
+  - `netbird expose 8080`
+  - This instantly publishes your local service via NetBird's
+    reverse proxy.
+  
+  You can enhance the exposure with built-in protection and
+  customization:
+  With PIN protection (6 digits)
+  - `netbird expose 3000 --with-pin 123456`
+  
+  With password protection and name prefix:
+  - `netbird expose 8080 --with-password my-secret
+    --with-name-prefix my-app`
+  
+  Restrict by SSO user groups:
+  - `netbird expose 8080 --with-user-groups engineering,devops`
+  
+  Use a custom domain (pre-configured in your account):
+  - `netbird expose 8080 --with-custom-domain app.example.com`
+  
+  Supported Flags:
+  - `--with-pin <string>` --- Protect the exposed service with a
+    6-digit PIN
+  - `--with-password <string>` --- Add password protection
+  - `--with-user-groups <strings>` --- Restrict access to specific
+    user groups
+  - `--with-custom-domain <string>` --- Specify a custom domain
+  - `--with-name-prefix <string>`--- Prefix the generated service
+    name
+  - `--protocol <string>` --- Protocol to use (http or https,
+    default http)
+  
+  Client Improvements:
+  - Stopped upstream retry loop immediately on context
+    cancellation.
+  - Fixed busy-loop in network monitor routing socket on macOS/BSD.
+  - Fixed missed sleep/wakeup events on macOS.
+  - Removed connection semaphore to simplify connection handling.
+  - Skipped UAPI listener in netstack mode.
+  - Simplified DNS logging by removing domain list from log output.
+  - Excluded Flow domain from caching to prevent TLS failures.
+  - Added non-default socket file discovery support.
+
+  Client Service Expose:
+  - Introduced client service expose feature across client and
+    management.
+  - Refactored expose feature by moving business logic from gRPC
+    to manager layer.
+
+  Proxy Improvements:
+  - Added access log cleanup.
+  - Implemented access log sorting.
+  - Sent proxy updates on account deletion.
+  - Added pre-shared key (PSK) support to proxy.
+
+  Management Improvements:
+  - Refactored network map component assembly.
+  - Added custom domain counts and service metrics to self-hosted
+    metrics.
+
+  Self-Hosted Enhancements:
+  - Added support for activity store engine in the combined server.
+  - Added Embedded IdP metrics for improved observability.
+
+-------------------------------------------------------------------

Old:
----
  netbird-0.65.3.obscpio

New:
----
  netbird-0.66.0.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ netbird.spec ++++++
--- /var/tmp/diff_new_pack.hOIlh5/_old  2026-02-25 21:09:10.542711170 +0100
+++ /var/tmp/diff_new_pack.hOIlh5/_new  2026-02-25 21:09:10.542711170 +0100
@@ -32,7 +32,7 @@
 %bcond_with stub_config
 
 Name:           netbird
-Version:        0.65.3
+Version:        0.66.0
 Release:        0
 Summary:        Mesh VPN based on WireGuard
 License:        AGPL-3.0-only AND BSD-3-Clause
@@ -48,7 +48,11 @@
 BuildRequires:  git-core
 BuildRequires:  zsh
 BuildRequires:  zstd
-BuildRequires:  golang(API) >= 1.25
+# 2026-02-24 Explicitly set golang(API) to 1.25 until
+# building with golang 1.26 is fixed.
+# See: https://github.com/netbirdio/netbird/issues/5290
+# BuildRequires:  golang(API) >= 1.25
+BuildRequires:  golang(API) = 1.25
 # Required for testing
 BuildRequires:  pkgconfig(libpcap)
 # For GUI applet

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hOIlh5/_old  2026-02-25 21:09:10.614714150 +0100
+++ /var/tmp/diff_new_pack.hOIlh5/_new  2026-02-25 21:09:10.626714647 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/netbirdio/netbird.git</param>
     <param name="scm">git</param>
     <param name="package-meta">yes</param>
-    <param name="revision">refs/tags/v0.65.3</param>
+    <param name="revision">refs/tags/v0.66.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">disable</param>

++++++ netbird-0.65.3.obscpio -> netbird-0.66.0.obscpio ++++++
++++ 13167 lines of diff (skipped)

++++++ netbird.obsinfo ++++++
--- /var/tmp/diff_new_pack.hOIlh5/_old  2026-02-25 21:09:14.526876068 +0100
+++ /var/tmp/diff_new_pack.hOIlh5/_new  2026-02-25 21:09:14.538876565 +0100
@@ -1,5 +1,5 @@
 name: netbird
-version: 0.65.3
-mtime: 1771525127
-commit: f117fc7509268944e307adaf05b6225d790f7600
+version: 0.66.0
+mtime: 1771948926
+commit: ef82905526a5944e9aac96e04b8b7ee67d27c9b9
 

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/netbird/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.netbird.new.1977/vendor.tar.zst differ: char 7, 
line 1

Reply via email to