Skip to content

Releases: totmicro/helms

netbird-1.5.4

20 Nov 13:21
5b92443
Compare
Choose a tag to compare

NetBird VPN Management Platform

Updates:

  • Added podCommand arguments for the dashboard, enabling options such as disabling access logs, disabling IPv6, and more.
  • Removed unused variables for improved clarity and maintainability.
  • Removed disable ivp6 for dashboard. This can be handled by podcommand.args
  • Enabled dashboard deployment by default

netbird-1.5.3

14 Nov 10:04
Compare
Choose a tag to compare

NetBird VPN Management Platform

Changes:

  • Added Support for Backward-Compatible gRPC Management Port (33073):
    To enable this feature, set:

    management:
      useBackwardsGrpcService: true
  • Fixed Environment Variables Indentation:
    Thanks to @dfry for reporting this issue!

netbird-1.5.2

13 Nov 21:53
Compare
Choose a tag to compare

NetBird VPN management platform:

Note:

  • This release had issues with environment variables when using env, envRaw, and envFromSecret simultaneously. These issues are resolved in chart version v1.5.3 and later.

netbird-1.5.1

23 Oct 21:05
Compare
Choose a tag to compare

NetBird VPN management platform

netbird-1.5.0

18 Oct 22:34
3e731cc
Compare
Choose a tag to compare

⚠️ Warning: Breaking Changes Ahead

This release includes changes that may break compatibility with previous versions.

Refactoring of EnvFromSecrets

The EnvFromSecrets configuration has been refactored for clarity and to reduce verbosity.

Old Format:

secretName: netbird
envFromSecret:
  - name: STUN_SERVER
    key: stunServer

New Format:

envFromSecret:
  STUN_SERVER: netbird/stunServer

Additional Changes:

  • Added extramanifest.yaml to allow the inclusion of any custom Kubernetes YAML manifests.
  • Added helm validation action on Pull Requests

netbird-dashboard-1.4.0

17 Oct 19:58
Compare
Choose a tag to compare

UI for the NetBird VPN management platform

netbird-dashboard-1.3.0

17 Oct 12:47
b906643
Compare
Choose a tag to compare

UI for the NetBird VPN management platform

Changes:

  • Removed roles and rolebindings to grant access to secrets. Using env vars from secrets does not require any permissions.
  • Removed hpa
  • Added examples for auth0 and okta

netbird-1.4.0

17 Oct 19:58
Compare
Choose a tag to compare

NetBird VPN management platform

Changes

  • Integrated the dashboard into the Netbird chart.
  • Added the ability to deploy or omit individual components (management, signal, relay, dashboard).
  • Updated the README file.
  • Improved formatting throughout the project.
  • Updated readiness liveness probes

netbird-1.3.0

17 Oct 12:47
b906643
Compare
Choose a tag to compare

NetBird VPN management platform

Changes:

  • Removed roles and rolebindings to grant access to secrets. Using env vars from secrets does not require any permissions.
  • Removed hpa
  • Added examples for auth0 and okta

netbird-dashboard-1.2.0

11 Oct 01:04
88866b3
Compare
Choose a tag to compare

UI for the NetBird VPN management platform