File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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
10
+ ## [ 1.5.2 ] - 2021-12-14
11
11
12
12
### Added
13
13
@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
20
20
- ` nebula-cert ` will now enforce ipv4 addresses. (#604 )
21
21
22
+ - Warn on macOS if an unsafe route cannot be created due to a collision with an
23
+ existing route. (#610 )
24
+
25
+ - Warn if you set a route MTU on platforms where we don't support it. (#611 )
26
+
22
27
### Fixed
23
28
24
29
- Rare race condition when tearing down a tunnel due to ` recv_error ` and sending packets on another thread. (#590 )
@@ -36,6 +41,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
41
- Upgraded ` golang.org/x/crypto ` to address an issue which allowed unauthenticated clients to cause a panic in SSH
37
42
servers. (#603 )
38
43
44
+ ## 1.5.1 - 2021-12-13
45
+
46
+ (This release was skipped due to discovering #610 and #611 after the tag was
47
+ created.)
48
+
39
49
## [ 1.5.0] - 2021-11-11
40
50
41
51
### Added
@@ -335,8 +345,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
335
345
336
346
- Initial public release.
337
347
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
348
+ [ Unreleased ] : https://github.com/slackhq/nebula/compare/v1.5.2 ...HEAD
349
+ [ 1.5.2 ] : https://github.com/slackhq/nebula/releases/tag/v1.5.2
340
350
[ 1.5.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.5.0
341
351
[ 1.4.0 ] : https://github.com/slackhq/nebula/releases/tag/v1.4.0
342
352
[ 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