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