From 15fdabc3abd1360bdefa5037f4e68bfa31ebe0a3 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Mon, 13 Dec 2021 19:43:25 -0600 Subject: [PATCH] v1.5.1 (#606) Update CHANGELOG for Nebula v1.5.1 --- CHANGELOG.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6f79a..b229dce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.5.1] - 2021-12-13 + ### Added - Warn when a non lighthouse node does not have lighthouse hosts configured. (#587) +### Changed + +- No longer fatals if expired CA certificates are present in `pki.ca`, as long as 1 valid CA is present. (#599) + +- `nebula-cert` will now enforce ipv4 addresses. (#604) + +### Fixed + +- Rare race condition when tearing down a tunnel due to `recv_error` and sending packets on another thread. (#590) + +- Bug in `routes` and `unsafe_routes` handling that was introduced in 1.5.0. (#595) + +- `-test` mode no longer results in a crash. (#602) + +### Removed + +- `x509.ca` config alias for `pki.ca`. (#604) + +### Security + +- Upgraded `golang.org/x/crypto` to address an issue which allowed unauthenticated clients to cause a panic in SSH + servers. (#603) + ## [1.5.0] - 2021-11-11 ### Added @@ -310,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial public release. -[Unreleased]: https://github.com/slackhq/nebula/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/slackhq/nebula/compare/v1.5.1...HEAD +[1.5.1]: https://github.com/slackhq/nebula/releases/tag/v1.5.1 [1.5.0]: https://github.com/slackhq/nebula/releases/tag/v1.5.0 [1.4.0]: https://github.com/slackhq/nebula/releases/tag/v1.4.0 [1.3.0]: https://github.com/slackhq/nebula/releases/tag/v1.3.0