mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
159994ac1261efb4b750431cd61b045841b85fcd
159994ac12
Bump github.com/onsi/ginkgo/v2 from 2.31.0 to 2.32.0 (#347)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.31.0 to 2.32.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/releases">github.com/onsi/ginkgo/v2's releases</a>.</em></p> <blockquote> <h2>v2.32.0</h2> <h2>2.32.0</h2> <p><code>-fd</code> generate RSpec-style documentation output. Thank <a href="https://github.com/woodie"><code>@woodie</code></a> ! --sleep-on-failure pauses a failed spec before teardown. Thanks <a href="https://github.com/qinqon"><code>@qinqon</code></a> !</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md">github.com/onsi/ginkgo/v2's changelog</a>.</em></p> <blockquote> <h2>2.32.0</h2> <p><code>-fd</code> generate RSpec-style documentation output. Thank <a href="https://github.com/woodie"><code>@woodie</code></a> ! --sleep-on-failure pauses a failed spec before teardown. Thanks <a href="https://github.com/qinqon"><code>@qinqon</code></a> !</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/9ff1646a26f77a4c0d33ddba3e6368c42c0e8842"><code>9ff1646</code></a> v2.32.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/0491f2a7af5a5255e3cc7ed2513e48421f7a8ab0"><code>0491f2a</code></a> Make -fd exclusive of -p/-procs and -randomize-all</li> <li><a href="https://github.com/onsi/ginkgo/commit/334f74a5f612e9c13d08638913ee5b1c4565fa3b"><code>334f74a</code></a> respect SilenceSkips in fd mode, add test</li> <li><a href="https://github.com/onsi/ginkgo/commit/21047ceb6ffff989796113a1a360add4d0983b36"><code>21047ce</code></a> No need for a new method.</li> <li><a href="https://github.com/onsi/ginkgo/commit/7d281e1280c294615ea739cd5c5aa92434f598cd"><code>7d281e1</code></a> Break out to two methods.</li> <li><a href="https://github.com/onsi/ginkgo/commit/53137276b0018520a28292d9f7ee63d4db882966"><code>5313727</code></a> More integration, fewer changes.</li> <li><a href="https://github.com/onsi/ginkgo/commit/b83f5245eab30bb169a705c124d846c91043fc94"><code>b83f524</code></a> Fewer new methods.</li> <li><a href="https://github.com/onsi/ginkgo/commit/73c59df3a2c16d6603761e9bd1f1fad07c57dc4a"><code>73c59df</code></a> feat: add -fd flag for RSpec-style documentation output</li> <li><a href="https://github.com/onsi/ginkgo/commit/76a207413b8e2e98293b527dc4fb440ce7cdda2f"><code>76a2074</code></a> feat: add --sleep-on-failure to pause a failed spec before teardown</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.31.0...v2.32.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
NetBird Kubernetes Operator
The NetBird Kubernetes Operator automates the provisioning of NetBird network access for services running in your cluster. It extends the Kubernetes API with CRDs, letting you manage NetBird peers, routes, and groups declaratively, the same way you manage the rest of your infrastructure.
Features
- Declarative peer management - define NetBird peers as Kubernetes resources and let the operator handle provisioning and lifecycle
- Automatic secret management - setup keys and credentials are stored and rotated as Kubernetes secrets
- Namespace-scoped or cluster-wide - deploy per-namespace for multi-tenant clusters or cluster-wide for full coverage
- Works with any NetBird deployment - compatible with NetBird Cloud and self-hosted instances
Getting Started
For full setup instructions, see the Getting Started documentation.
Once your secret is configured, install the operator with Helm.
helm upgrade --install --create-namespace -n netbird netbird-operator oci://ghcr.io/netbirdio/helm-charts/netbird-operator
API
| Kind | API Version |
|---|---|
| Group | netbird.io/v1alpha1 |
| NetworkResource | netbird.io/v1alpha1 |
| NetworkRouter | netbird.io/v1alpha1 |
| SetupKey | netbird.io/v1alpha1 |
| SidecarProfile | netbird.io/v1alpha1 |
| ClusterProxy | netbird.io/v1alpha1 |
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%