Skip to content

Commit ab81b62

Browse files
authored
v1.9.4 (#1210)
Update CHANGELOG for Nebula v1.9.4
1 parent 45bbad2 commit ab81b62

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.9.4] - 2024-09-09
11+
12+
### Added
13+
14+
- Support UDP dialing with gVisor. (#1181)
15+
16+
### Changed
17+
18+
- Make some Nebula state programmatically available via control object. (#1188)
19+
- Switch internal representation of IPs to netip, to prepare for IPv6 support
20+
in the overlay. (#1173)
21+
- Minor build and cleanup changes. (#1171, #1164, #1162)
22+
- Various dependency updates. (#1195, #1190, #1174, #1168, #1167, #1161, #1147, #1146)
23+
24+
### Fixed
25+
26+
- Fix a bug on big endian hosts, like mips. (#1194)
27+
- Fix a rare panic if a local index collision happens. (#1191)
28+
- Fix integer wraparound in the calculation of handshake timeouts on 32-bit targets. (#1185)
29+
1030
## [1.9.3] - 2024-06-06
1131

1232
### Fixed
@@ -644,7 +664,8 @@ created.)
644664

645665
- Initial public release.
646666

647-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.3...HEAD
667+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.9.4...HEAD
668+
[1.9.4]: https://github.com/slackhq/nebula/releases/tag/v1.9.4
648669
[1.9.3]: https://github.com/slackhq/nebula/releases/tag/v1.9.3
649670
[1.9.2]: https://github.com/slackhq/nebula/releases/tag/v1.9.2
650671
[1.9.1]: https://github.com/slackhq/nebula/releases/tag/v1.9.1

0 commit comments

Comments
 (0)