mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
1829da29067e067634c90909d70ac955a9c4b0e8
1829da2906
Bump github.com/onsi/ginkgo/v2 from 2.29.0 to 2.31.0 (#299)
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.29.0 to 2.31.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.31.0</h2> <h2>2.31.0</h2> <p>Add a bunch of Claude Skills via the marketplace:</p> <pre><code>/plugin marketplace add onsi/ginkgo /plugin install ginkgo@ginkgo </code></pre> <h2>v2.30.0</h2> <h2>2.30.0</h2> <h3>Features</h3> <p>Ginkgo now allows <code>extentions/global.Reset</code> to support running multiple suites from within a single process. This may take some massaging on your part (see <a href="https://redirect.github.com/onsi/ginkgo/issues/1672">1672</a>) but can dramatically speed up codebases with O(hundreds) of test suites.</p> <p>Thanks <a href="https://github.com/lawrencejones"><code>@lawrencejones</code></a> !</p> <h3>Fixes</h3> <ul> <li>Fix nested --github-output group for progress report nested inside timeline [4f62d7a]</li> </ul> </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.31.0</h2> <p>Add a bunch of Claude Skills via the marketplace:</p> <pre><code>/plugin marketplace add onsi/ginkgo /plugin install ginkgo@ginkgo </code></pre> <h2>2.30.0</h2> <h3>Features</h3> <p>Ginkgo now allows <code>extentions/global.Reset</code> to support running multiple suites from within a single process. This may take some massaging on your part (see <a href="https://redirect.github.com/onsi/ginkgo/issues/1672">1672</a>) but can dramatically speed up codebases with O(hundreds) of test suites.</p> <p>Thanks <a href="https://github.com/lawrencejones"><code>@lawrencejones</code></a> !</p> <h3>Fixes</h3> <ul> <li>Fix nested --github-output group for progress report nested inside timeline [4f62d7a]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/onsi/ginkgo/commit/3c7bde4e56b079f4ce636d238daadaa94d32de12"><code>3c7bde4</code></a> v2.31.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/e479459ad98fd7e56c92733b8915cf17f7b4a217"><code>e479459</code></a> add claude skills</li> <li><a href="https://github.com/onsi/ginkgo/commit/31e99120691330a79003ad95329cf896e4fb1051"><code>31e9912</code></a> v2.30.0</li> <li><a href="https://github.com/onsi/ginkgo/commit/a79cdbb03469c0dedde57cc481c78c8284ee0387"><code>a79cdbb</code></a> Document running multiple suites in a single test process</li> <li><a href="https://github.com/onsi/ginkgo/commit/800291af09d4f6da0927e7326b8b58c17c322b97"><code>800291a</code></a> Allow extensions/globals.Reset to support re-running RunSpecs</li> <li><a href="https://github.com/onsi/ginkgo/commit/4f62d7a74752034222d97d911f904d9be47ff7aa"><code>4f62d7a</code></a> Fix nested --github-output group for progress report nested inside timeline</li> <li>See full diff in <a href="https://github.com/onsi/ginkgo/compare/v2.29.0...v2.31.0">compare view</a></li> </ul> </details> <br /> 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 |
Languages
Go
97.8%
Makefile
1.2%
Go Template
0.9%
Dockerfile
0.1%