nebius/nebius-ps-services nebius-vpngw-v0.5.6
nebius/nebius-ps-services
Captured source
source ↗nebius-vpngw-v0.5.6
Repository: nebius/nebius-ps-services
Tag: nebius-vpngw-v0.5.6
Published: 2026-04-07T18:20:37Z
Prerelease: no
Release notes:
- Fixed BGP route scoping for multi-connection gateways:
list-routes-remote
now shows only the selected connection's learned paths on the owning gateway VM instead of repeating the full FRR table for every connection, and add-routes-local now filters learned paths to that connection's tunnel peers before deriving Nebius VPC routes.
- Added
add-routes-local --summarizefor exact prefix collapsing per gateway
next-hop allocation so large remote route sets can reduce Nebius route-table entry count without inventing broader supernets.
- Updated versioning configuration to the current
setuptools-scm
semver-pep440 scheme and aligned runtime resolution/tests so make all no longer emits the renamed-scheme deprecation warning.
- Fixed multi-VM advertised-route labeling in
list-routes-local: BGP peers are
now matched to connections/tunnels using both peer IP and owning gateway VM, so reused APIPA ranges on different instances no longer cross-label output.
- Added regression coverage for representative multi-connection topologies,
including the example 3-site single-VM and 3-site three-VM YAML layouts plus the explicit tunnel-selection behavior of failover/failback.
- Clarified live CLI
--helptext for multi-connection operation so
list-routes-remote, restart-tunnel, failover, and failback now describe owning-VM scoping and when explicit tunnel selection is required.
- Aligned the
vpngwGitHub Actions workflows with the service release path:
CI now self-validates vpngw workflow YAML and exercises the wheel-build regression test before release publication, and both workflows use explicit Bash defaults for consistency with the monorepo pattern.
Notability
notability 3.0/10Routine patch release, minor update