Skip to content

Commit 15fdabc

Browse files
authored
v1.5.1 (slackhq#606)
Update CHANGELOG for Nebula v1.5.1
1 parent 1110756 commit 15fdabc

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.5.1] - 2021-12-13
11+
1012
### Added
1113

1214
- Warn when a non lighthouse node does not have lighthouse hosts configured. (#587)
1315

16+
### Changed
17+
18+
- No longer fatals if expired CA certificates are present in `pki.ca`, as long as 1 valid CA is present. (#599)
19+
20+
- `nebula-cert` will now enforce ipv4 addresses. (#604)
21+
22+
### Fixed
23+
24+
- Rare race condition when tearing down a tunnel due to `recv_error` and sending packets on another thread. (#590)
25+
26+
- Bug in `routes` and `unsafe_routes` handling that was introduced in 1.5.0. (#595)
27+
28+
- `-test` mode no longer results in a crash. (#602)
29+
30+
### Removed
31+
32+
- `x509.ca` config alias for `pki.ca`. (#604)
33+
34+
### Security
35+
36+
- Upgraded `golang.org/x/crypto` to address an issue which allowed unauthenticated clients to cause a panic in SSH
37+
servers. (#603)
38+
1439
## [1.5.0] - 2021-11-11
1540

1641
### Added
@@ -310,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310335

311336
- Initial public release.
312337

313-
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.5.0...HEAD
338+
[Unreleased]: https://github.com/slackhq/nebula/compare/v1.5.1...HEAD
339+
[1.5.1]: https://github.com/slackhq/nebula/releases/tag/v1.5.1
314340
[1.5.0]: https://github.com/slackhq/nebula/releases/tag/v1.5.0
315341
[1.4.0]: https://github.com/slackhq/nebula/releases/tag/v1.4.0
316342
[1.3.0]: https://github.com/slackhq/nebula/releases/tag/v1.3.0

0 commit comments

Comments
 (0)