AHD Commons v3.0.0 Release Notes
Jan 27nd, 2026
Dependencies
| Name | Version |
|---|---|
| argo-cd | 9.3.5 |
| csi-driver-smb | 1.19.1 |
| grafana | 10.5.12 |
| prometheus | 28.6.0 |
| loki | 6.51.0 |
| promtail | 6.17.1 |
| traefik | 39.0.0 |
| prometheus-mongodb-exporter | 3.16.0 |
| prometheus-postgres-exporter | 7.4.0 |
Changes
⚠️ Breaking Changes
- Traefik Configuration: The Traefik configuration has been reorganized. All custom chart configurations must now be defined under the
traefikConfigkey instead of directly undertraefik.- The
traefikkey is now reserved exclusively for Traefik Helm chart native values. - Custom configurations such as TLS certificates, middleware installation, and CRD management must be moved to
traefikConfig. - Migration example:
# Before (incorrect):
traefik:
tls:
crt: "..."
key: "..."
# After (correct):
traefikConfig:
install: false
installMiddleware: true
installCRDs: true
tls:
crt: "..."
key: "..."
- The