[dashboard]
✨ New Features
- [USER] You can now download the
gardenlogin
kubeconfig
for yourShoot
cluster (gardener/dashboard#1377, @petersutter)- This
kubeconfig
does not contain any credentials - The authentication is transparently handled by the
gardenlogin
kubectl
credential plugin which you need to have installed and configured on your machine
- This
- [USER] Installation and configuration hints are shown under the
Access
card on the cluster details page for (gardener/dashboard#1377, @petersutter)gardenlogin
when clicking on the info button on theKubeconfig - Gardenlogin
rowgardenctl
when clicking on the info button on the target commands
- [USER] The last maintenance status is now shown with an icon next to
Maintenance
on the cluster details page. If the last maintenance status is of stateFailed
, this is shown as a warning on the cluster list (gardener/dashboard#1388, @grolu) - [USER] Added configuration dialogs for control plane high availability failure tolerance (gardener/dashboard#1373, @grolu)
- [OPERATOR] New focus mode for the
all projects
cluster list: This feature enables operators to get a static overview of clusters with issues. When the focus mode is active, the cluster list behavior changes: (gardener/dashboard#1235, @grolu)- Clusters no longer change position, the sorting is fixed even if data changes
- Gone clusters are kept as stale objects in the list to keep the list steady
- New clusters are not added but a badge next to the focus switch informs about new clusters
- [DEVELOPER] Adds the role and rolebinding for the dashboard service account or virtual garden user to read, watch and update a Lease (gardener/dashboard#1395, @sven-petersen)
🐛 Bug Fixes
- [USER] Fixed: Preview image warning shown for non
preview
machine images. Also fixed an issue with the not latest image hint sometimes shown even if no newersupported
image version exists. (gardener/dashboard#1376, @grolu) - [USER] Fixed broken secret page if a project contains a cluster with creation pending (gardener/dashboard#1374, @grolu)
🏃 Others
- [USER] The maintenance start time on the shoot detail page is now shown relative to the current time (gardener/dashboard#1388, @grolu)
- [OPERATOR]
gardener-dashboard
helm chart: Increased default resource limits and requests to adapt to increased resource requests due to caching of several resources (gardener/dashboard#1384, @petersutter)