Skip to content

netbird-1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 22:34
3e731cc

⚠️ 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