certificates
certificates copied to clipboard
Bump github.com/slackhq/nebula from 1.6.1 to 1.8.2
Bumps github.com/slackhq/nebula from 1.6.1 to 1.8.2.
Release notes
Sourced from github.com/slackhq/nebula's releases.
Release v1.8.2
Fixed
- Fix multiple routines when listen.port is zero. This was a regression introduced in v1.6.0. (#1057)
Changed
- Small dependency update for Noise. (#1038)
Release v1.8.1
Security
- Update
golang.org/x/crypto, which includes a fix for CVE-2023-48795. (#1048)Fixed
Fix a deadlock introduced in v1.8.0 that could occur during handshakes. (#1044)
Fix mobile builds. (#1035)
Release v1.8.0
Deprecated
- The next minor release of Nebula, 1.9.0, will require at least Windows 10 or Windows Server 2016. This is because support for earlier versions was removed in Go 1.21. See https://go.dev/doc/go1.21#windows
Added
Linux: Notify systemd of service readiness. This should resolve timing issues with services that depend on Nebula being active. For an example of how to enable this, see:
examples/service_scripts/nebula.service. (#929)Windows: Use Registered IO (RIO) when possible. Testing on a Windows 11 machine shows ~50x improvement in throughput. (#905)
FreeBSD: Add support for naming tun devices. (#903)
Changed
pki.disconnect_invalidwill now default to true. This means that once a certificate expires, the tunnel will be disconnected. If you use SIGHUP to reload certificates without restarting Nebula, you should ensure all of your clients are on 1.7.0 or newer before you enable this feature. (#859)Limit how often a busy tunnel can requery the lighthouse. The new config option
timers.requery_wait_durationdefaults to60s. (#940)
... (truncated)
Changelog
Sourced from github.com/slackhq/nebula's changelog.
[1.8.2] - 2024-01-08
Fixed
- Fix multiple routines when listen.port is zero. This was a regression introduced in v1.6.0. (#1057)
Changed
- Small dependency update for Noise. (#1038)
[1.8.1] - 2023-12-19
Security
- Update
golang.org/x/crypto, which includes a fix for CVE-2023-48795. (#1048)Fixed
Fix a deadlock introduced in v1.8.0 that could occur during handshakes. (#1044)
Fix mobile builds. (#1035)
[1.8.0] - 2023-12-06
Deprecated
- The next minor release of Nebula, 1.9.0, will require at least Windows 10 or Windows Server 2016. This is because support for earlier versions was removed in Go 1.21. See https://go.dev/doc/go1.21#windows
Added
Linux: Notify systemd of service readiness. This should resolve timing issues with services that depend on Nebula being active. For an example of how to enable this, see:
examples/service_scripts/nebula.service. (#929)Windows: Use Registered IO (RIO) when possible. Testing on a Windows 11 machine shows ~50x improvement in throughput. (#905)
FreeBSD: Add support for naming tun devices. (#903)
Changed
pki.disconnect_invalidwill now default to true. This means that once a certificate expires, the tunnel will be disconnected. If you use SIGHUP to reload certificates without restarting Nebula, you should ensure all of your clients are on 1.7.0 or newer before you enable this feature. (#859)
... (truncated)
Commits
ea36949v1.8.2 (#1058)0564d0awhen listen.port is zero, fix multiple routines (#1057)b22ba6eUpdate Arch Linux package link (#1024)3a22181test: build all non-main modules for mobile (#1036)927ff4cBump github.com/flynn/noise from 1.0.0 to 1.0.1 (#1038)e5945a6v1.8.1 (#1049)072edd5Fix re-entrantGetOrHandshakeissues (#1044)beb5f6bBump golang.org/x/crypto from 0.16.0 to 0.17.0 (#1048)8be9792Bump actions/setup-go from 4 to 5 (#1039)af2fc48Fix mobile builds (#1035)- Additional commits viewable in compare view
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
|---|---|
| github.com/slackhq/nebula | [>= 1.7.a, < 1.8] |
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Needs https://github.com/smallstep/certificates/pull/1662
Superseded by #1838.