Skip to content

Commit 92dfccf

Browse files
nbrownuswadeybrad-defined
authored
v1.6.0 (#701)
Update CHANGELOG for Nebula v1.6.0 Co-authored-by: Wade Simmons <[email protected]> Co-authored-by: brad-defined <[email protected]>
1 parent 38e495e commit 92dfccf

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.6.0] - 2022-06-30
11+
12+
### Added
13+
14+
- Experimental: nebula clients can be configured to act as relays for other nebula clients.
15+
Primarily useful when stubborn NATs make a direct tunnel impossible. (#678)
16+
17+
- Configuration option to report manually specified `ip:port`s to lighthouses. (#650)
18+
19+
- Windows arm64 build. (#638)
20+
21+
- `punchy` and most `lighthouse` config options now support hot reloading. (#649)
22+
23+
### Changed
24+
25+
- Build against go 1.18. (#656)
26+
27+
- Promoted `routines` config from experimental to supported feature. (#702)
28+
29+
- Dependencies updated. (#664)
30+
31+
### Fixed
32+
33+
- Packets destined for the same host that sent it will be returned on MacOS.
34+
This matches the default behavior of other operating systems. (#501)
35+
36+
- `unsafe_route` configuration will no longer crash on Windows. (#648)
37+
38+
- A few panics that were introduced in 1.5.x. (#657, #658, #675)
39+
40+
### Security
41+
42+
- You can set `listen.send_recv_error` to control the conditions in which
43+
`recv_error` messages are sent. Sending these messages can expose the fact
44+
that Nebula is running on a host, but it speeds up re-handshaking. (#670)
45+
46+
### Removed
47+
48+
- `x509` config stanza support has been removed. (#685)
49+
1050
## [1.5.2] - 2021-12-14
1151

1252
### Added
@@ -345,7 +385,8 @@ created.)
345385

346386
- Initial public release.
347387

348-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.5.2...HEAD
388+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.6.0...HEAD
389+
[1.6.0]: https://github.com/slackhq/nebula/releases/tag/v1.6.0
349390
[1.5.2]: https://github.com/slackhq/nebula/releases/tag/v1.5.2
350391
[1.5.0]: https://github.com/slackhq/nebula/releases/tag/v1.5.0
351392
[1.4.0]: https://github.com/slackhq/nebula/releases/tag/v1.4.0

0 commit comments

Comments
 (0)