Skip to content

Commit 59e24b9

Browse files
authored
v1.10.0 (#1534)
Update CHANGELOG for Nebula v1.10.0
1 parent 56067af commit 59e24b9

File tree

1 file changed

+80
-3
lines changed

1 file changed

+80
-3
lines changed

CHANGELOG.md

Lines changed: 80 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,85 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.10.0] - 2025-12-04
11+
12+
See the [v1.10.0](https://github.com/slackhq/nebula/milestone/16?closed=1) milestone for a complete list of changes.
13+
14+
### Added
15+
16+
- Support for ipv6 and multiple ipv4/6 addresses in the overlay.
17+
A new v2 ASN.1 based certificate format.
18+
Certificates now have a unified interface for external implementations.
19+
(#1212, #1216, #1345, #1359, #1381, #1419, #1464, #1466, #1451, #1476, #1467, #1481, #1399, #1488, #1492, #1495, #1468, #1521, #1535, #1538)
20+
- Add the ability to mark packets on linux to better target nebula packets in iptables/nftables. (#1331)
21+
- Add ECMP support for `unsafe_routes`. (#1332)
22+
- PKCS11 support for P256 keys when built with `pkcs11` tag (#1153, #1482)
23+
1024
### Changed
1125

12-
- `default_local_cidr_any` now defaults to false, meaning that any firewall rule
26+
- **NOTE**: `default_local_cidr_any` now defaults to false, meaning that any firewall rule
1327
intended to target an `unsafe_routes` entry must explicitly declare it via the
1428
`local_cidr` field. This is almost always the intended behavior. This flag is
15-
deprecated and will be removed in a future release.
29+
deprecated and will be removed in a future release. (#1373)
30+
- Improve logging when a relay is in use on an inbound packet. (#1533)
31+
- Avoid fatal errors if `rountines` is > 1 on systems that don't support more than 1 routine. (#1531)
32+
- Log a warning if a firewall rule contains an `any` that negates a more restrictive filter. (#1513)
33+
- Accept encrypted CA passphrase from an environment variable. (#1421)
34+
- Allow handshaking with any trusted remote. (#1509)
35+
- Log only the count of blocklisted certificate fingerprints instead of the entire list. (#1525)
36+
- Don't fatal when the ssh server is unable to be configured successfully. (#1520)
37+
- Update to build against go v1.25. (#1483)
38+
- Allow projects using `nebula` as a library with userspace networking to configure the `logger` and build version. (#1239)
39+
- Upgrade to `yaml.v3`. (#1148, #1371, #1438, #1478)
40+
41+
### Fixed
42+
43+
- Fix a potential bug with udp ipv4 only on darwin. (#1532)
44+
- Improve lost packet statistics. (#1441, #1537)
45+
- Honor `remote_allow_list` in hole punch response. (#1186)
46+
- Fix a panic when `tun.use_system_route_table` is `true` and a route lacks a destination. (#1437)
47+
- Fix an issue when `tun.use_system_route_table: true` could result in heavy CPU utilization when many thousands of routes
48+
are present. (#1326)
49+
- Fix tests for 32 bit machines. (#1394)
50+
- Fix a possible 32bit integer underflow in config handling. (#1353)
51+
- Fix moving a udp address from one vpn address to another in the `static_host_map`
52+
which could cause rapid re-handshaking with an incorrect remote. (#1259)
53+
- Improve smoke tests in environments where the docker network is not the default. (#1347)
54+
55+
## [1.9.7] - 2025-10-10
56+
57+
### Security
58+
59+
- Fix an issue where Nebula could incorrectly accept and process a packet from an erroneous source IP when the sender's
60+
certificate is configured with unsafe_routes (cert v1/v2) or multiple IPs (cert v2). (#1494)
61+
62+
### Changed
63+
64+
- Disable sending `recv_error` messages when a packet is received outside the allowable counter window. (#1459)
65+
- Improve error messages and remove some unnecessary fatal conditions in the Windows and generic udp listener. (#1453)
66+
67+
## [1.9.6] - 2025-7-15
68+
69+
### Added
70+
71+
- Support dropping inactive tunnels. This is disabled by default in this release but can be enabled with `tunnels.drop_inactive`. See example config for more details. (#1413)
72+
73+
### Fixed
74+
75+
- Fix Darwin freeze due to presence of some Network Extensions (#1426)
76+
- Ensure the same relay tunnel is always used when multiple relay tunnels are present (#1422)
77+
- Fix Windows freeze due to ICMP error handling (#1412)
78+
- Fix relay migration panic (#1403)
79+
80+
## [1.9.5] - 2024-12-05
81+
82+
### Added
83+
84+
- Gracefully ignore v2 certificates. (#1282)
85+
86+
### Fixed
87+
88+
- Fix relays that refuse to re-establish after one of the remote tunnel pairs breaks. (#1277)
1689

1790
## [1.9.4] - 2024-09-09
1891

@@ -671,7 +744,11 @@ created.)
671744

672745
- Initial public release.
673746

674-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.4...HEAD
747+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.10.0...HEAD
748+
[1.10.0]: https://github.com/slackhq/nebula/releases/tag/v1.10.0
749+
[1.9.7]: https://github.com/slackhq/nebula/releases/tag/v1.9.7
750+
[1.9.6]: https://github.com/slackhq/nebula/releases/tag/v1.9.6
751+
[1.9.5]: https://github.com/slackhq/nebula/releases/tag/v1.9.5
675752
[1.9.4]: https://github.com/slackhq/nebula/releases/tag/v1.9.4
676753
[1.9.3]: https://github.com/slackhq/nebula/releases/tag/v1.9.3
677754
[1.9.2]: https://github.com/slackhq/nebula/releases/tag/v1.9.2

0 commit comments

Comments
 (0)