[dashboard]
Action Required
- [OPERATOR] ⚠️ This Dashboard version is not compatible with Gardener versions prior 0.34.x (#548, @timuthy)
- [OPERATOR] Terminals: The clusterrole
dashboard.gardener.cloud:system:project-member
was removed from the chart. Instead, it should be created in the (virtual) garden cluster within your deploy script (#513, @petersutter) - [OPERATOR] Clusters will now be created using availability zones instead of availability sets on Azure. Please configure regions in your Azure cloud profile(s) (#481, @grolu)
- [DEVELOPER] Install
yarn
. See https://yarnpkg.com/lang/en/docs/install (#487, @holgerkoser)
Most notable changes
- [USER] Paging is now enabled for all cluster lists. The cluster list should load significantly faster for projects with a lot of clusters (#549, @grolu)
- [USER] The new URLs for
AlertManager
,Kibana
,Grafana
andPrometheus
(introduced by gardener/gardener#1769) are now shown on the cluster overview page (#548, @timuthy) - [USER] Cluster conditions have now a detailed tooltip to help understanding their state (#528, @grolu)
- [USER] With this version we migrated the Dashboard to the new
core.gardener.cloud
API group. You will notice the different shoot resource when viewing the YAML configuration of your clusters (#481, @grolu)
Improvements
- [USER] When waking up a hibernated cluster, the cluster status indicator only turns green after the cluster has been started. A loading indicator is shown in the
Hibernation
section of theLifecycle
card on the cluster details page while the hibernation status is progressing (#539, @grolu) - [USER] Added copy buttons for cluster and seed name on cluster details page (#538, @grolu)
- [USER] The indentation of addon descriptions is consistent (#537, @holgerkoser)
- [USER] ANSI sequences in error messages are now rendered properly (#528, @grolu)
- [USER] OpenStack: Show available load balancer classes on the cluster details page (#516, @grolu)
- [USER] The identiy helm chart now allows to specify additional trusted peers for the deployed dex instance via value field
additionalTrustedPeers
. See examples in the chart's respective values.yaml file (#515, @dguendisch) - [USER] When creating a cluster and not selecting the latest Kubernetes patch version or latest machine image version (on intention), a warning is displayed to the user, indicating that the checkbox for automatic updates in the
Maintenance
section should not be enabled (#511, @grolu) - [USER] Fixes issue with project selection list when owner has a very long name (#507, @petersutter)
- [USER] Removed deprecated addon
Monocular
from cluster details page (see also gardener/gardener#471) (#496, @petersutter) - [USER] It's now possible to add arbitrary labels to the pod templates of dashboard or identity by providing these labels in a
podLabels
field in the helm values file (#488, @Diaphteiros) - [USER] You can now configure zones for each worker group of your cluster individually (#481, @grolu)
- [USER] The creation of multi zone clusters is now fully supported by the Gardener Dashboard (#481, @grolu)
- [OPERATOR] Added possibility to define names and descriptions for custom conditions in dashboard config and allow to overwrite existing ones (#528, @grolu)
- [OPERATOR] Fixed: Unavailable machine types / volume types for specific zones were not handled correctly (#512, @grolu)
- [OPERATOR] Versions specified in the cloud profile that are not compliant to semantic versioning scheme will be filtered by the Dashboard and not offered for selection as this can break the Dashboard logic (#511, @grolu)
- [OPERATOR] The identity helm chart now allows to specify additional static clients for the deployed dex instance via value field
additionalStaticClients
. See examples in the chart's respectivevalues.yaml
file (#497, @dguendisch)