File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.5.1] - 2021-12-13
11
+
10
12
### Added
11
13
12
14
- Warn when a non lighthouse node does not have lighthouse hosts configured. (#587 )
13
15
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
+
14
39
## [ 1.5.0] - 2021-11-11
15
40
16
41
### Added
@@ -310,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
335
311
336
- Initial public release.
312
337
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
314
340
[ 1.5.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.5.0
315
341
[ 1.4.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.4.0
316
342
[ 1.3.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.3.0
You can’t perform that action at this time.
0 commit comments