[dashboard]
✨ New Features
- [OPERATOR] You can now set annotations and labels for the dashboard deployment, allowing you to set e.g. the
high-availability-config.resources.gardener.cloud/type=server
label (gardener/dashboard#1495, @petersutter)
🐛 Bug Fixes
- [USER] The terms
Grafana
andLoki
are replaced withPlutono
andVali
to reflect the change ingardener/gardener@v1.71.0
. (gardener/dashboard#1494, @rickardsjp)
🏃 Others
- [OPERATOR] The Helm chart are now adapted such that they work well in garden cluster with enabled
NetworkPolicy
protection (default sincegardener/gardener@v1.71
when garden cluster is managed bygardener-operator
). (gardener/dashboard#1490, @rfranzke) - [OPERATOR]
spec.ingressClassName
is now set tonginx
for the dashboardIngress
. You can change the default in thevalues.yaml
file by adjusting the propertyglobal.dashboard.ingress.ingressClassName
. (gardener/dashboard#1493, @StenlyTU)