certificates
certificates copied to clipboard
Bump github.com/slackhq/nebula from 1.6.1 to 1.9.0
Bumps github.com/slackhq/nebula from 1.6.1 to 1.9.0.
Release notes
Sourced from github.com/slackhq/nebula's releases.
Release v1.9.0
Deprecated
- This release adds a new setting
default_local_cidr_anythat defaults to true to match previous behavior, but will default to false in the next release (1.10). When set to false,local_cidris matched correctly for firewall rules on hosts acting as unsafe routers, and should be set for any firewall rules you want to allow unsafe route hosts to access. See the issue and example config for more details. (#1071, #1099)Added
Nebula now has an official Docker image
nebulaoss/nebulathat is distroless and contains just thenebulaandnebula-certbinaries. You can find it here: https://hub.docker.com/r/nebulaoss/nebula (#1037)Experimental binaries for
loong64are now provided. (#1003)Added example service script for OpenRC. (#711)
The SSH daemon now supports inlined host keys. (#1054)
The SSH daemon now supports certificates with
sshd.trusted_cas. (#1098)Changed
Config setting
tun.unsafe_routesis now reloadable. (#1083)Small documentation and internal improvements. (#1065, #1067, #1069, #1108, #1109, #1111, #1135)
Various dependency updates. (#1139, #1138, #1134, #1133, #1126, #1123, #1110, #1094, #1092, #1087, #1086, #1085, #1072, #1063, #1059, #1055, #1053, #1047, #1046, #1034, #1022)
Removed
Support for the deprecated
local_rangeoption has been removed. Please change topreferred_ranges(which is also now reloadable). (#1043)We are now building with go1.22, which means that for Windows you need 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 (#981)
Removed vagrant example, as it was unmaintained. (#1129)
Removed Fedora and Arch nebula.service files, as they are maintained in the upstream repos. (#1128, #1132)
Remove the TCP round trip tracking metrics, as they never had correct data
... (truncated)
Changelog
Sourced from github.com/slackhq/nebula's changelog.
[1.9.0] - 2024-05-07
Deprecated
- This release adds a new setting
default_local_cidr_anythat defaults to true to match previous behavior, but will default to false in the next release (1.10). When set to false,local_cidris matched correctly for firewall rules on hosts acting as unsafe routers, and should be set for any firewall rules you want to allow unsafe route hosts to access. See the issue and example config for more details. (#1071, #1099)Added
Nebula now has an official Docker image
nebulaoss/nebulathat is distroless and contains just thenebulaandnebula-certbinaries. You can find it here: https://hub.docker.com/r/nebulaoss/nebula (#1037)Experimental binaries for
loong64are now provided. (#1003)Added example service script for OpenRC. (#711)
The SSH daemon now supports inlined host keys. (#1054)
The SSH daemon now supports certificates with
sshd.trusted_cas. (#1098)Changed
Config setting
tun.unsafe_routesis now reloadable. (#1083)Small documentation and internal improvements. (#1065, #1067, #1069, #1108, #1109, #1111, #1135)
Various dependency updates. (#1139, #1138, #1134, #1133, #1126, #1123, #1110, #1094, #1092, #1087, #1086, #1085, #1072, #1063, #1059, #1055, #1053, #1047, #1046, #1034, #1022)
Removed
Support for the deprecated
local_rangeoption has been removed. Please change topreferred_ranges(which is also now reloadable). (#1043)We are now building with go1.22, which means that for Windows you need 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 (#981)
Removed vagrant example, as it was unmaintained. (#1129)
Removed Fedora and Arch nebula.service files, as they are maintained in the upstream repos. (#1128, #1132)
... (truncated)
Commits
50b24c1v1.9.0 (#1137)c0130f8Bump the golang-x-dependencies group with 4 updates (#1138)f19a286Bump google.golang.org/protobuf in the protobuf-dependencies group (#1139)fd1906bminor text fixes (#1135)d6e4b88release: use download-action v4 in docker section (#1134)18f69afBump actions/download-artifact from 3 to 4 (#1047)aa18d7fBump actions/upload-artifact from 3 to 4 (#1046)b5c3486Push Docker images as part of the release workflow (#1037)f39bfbbBump google.golang.org/protobuf in the protobuf-dependencies group (#1133)4f4941eAdd Vagrant based smoke tests (#1067)- 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] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Requires #1662
Superseded by #1867.