mirror of https://github.com/slackhq/nebula.git
parent
1110756f0f
commit
15fdabc3ab
28
CHANGELOG.md
28
CHANGELOG.md
|
@ -7,10 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [1.5.1] - 2021-12-13
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Warn when a non lighthouse node does not have lighthouse hosts configured. (#587)
|
- 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
|
## [1.5.0] - 2021-11-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -310,7 +335,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
- Initial public release.
|
- 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.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.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
|
[1.3.0]: https://github.com/slackhq/nebula/releases/tag/v1.3.0
|
||||||
|
|
Loading…
Reference in New Issue