Skip to content

Commit b5b9d33

Browse files
authored
v1.5.2 (slackhq#612)
Update CHANGELOG for Nebula v1.5.2
1 parent e434ba6 commit b5b9d33

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ 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
10+
## [1.5.2] - 2021-12-14
1111

1212
### Added
1313

@@ -19,6 +19,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- `nebula-cert` will now enforce ipv4 addresses. (#604)
2121

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+
2227
### Fixed
2328

2429
- 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
3641
- Upgraded `golang.org/x/crypto` to address an issue which allowed unauthenticated clients to cause a panic in SSH
3742
servers. (#603)
3843

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+
3949
## [1.5.0] - 2021-11-11
4050

4151
### Added
@@ -335,8 +345,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
335345

336346
- Initial public release.
337347

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
340350
[1.5.0]: https://github.com/slackhq/nebula/releases/tag/v1.5.0
341351
[1.4.0]: https://github.com/slackhq/nebula/releases/tag/v1.4.0
342352
[1.3.0]: https://github.com/slackhq/nebula/releases/tag/v1.3.0

0 commit comments

Comments
 (0)