Releases: totmicro/helms
Releases · totmicro/helms
netbird-1.5.4
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
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
NetBird VPN management platform:
Note:
- This release had issues with environment variables when using
env
,envRaw
, andenvFromSecret
simultaneously. These issues are resolved in chart version v1.5.3 and later.
netbird-1.5.1
NetBird VPN management platform
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
netbird-dashboard-1.4.0
UI for the NetBird VPN management platform
netbird-dashboard-1.3.0
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
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
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
UI for the NetBird VPN management platform