[dashboard]
Action Required
- [OPERATOR] In case the journal feature is configured you have to adapt your configuration as it changed incompatible.
frontendConfig.gitHubRepoUrl
invalues.yaml
needs to be moved tofrontendConfig.ticket.gitHubRepoUrl
. Otherwise the ticket feature (previously journals) is not shown. (#715, @petersutter) - [OPERATOR] In case the ticket feature is configured, make sure that all project members have the permission to create and comment issues in the configured github repository (#715, @petersutter)
- [OPERATOR] This Dashboard version requires Gardener version
v1.5.x
or higher (#694, @petersutter)
Most notable changes
- [USER] Support for version classifications. Classification and version expiration dates are shown as warning icon in the cluster list and on the cluster details page (#728, @grolu)
- [USER] Redesigned status and readiness popovers. The new design improved readability and helps to draw the user's attention to problems he can solve on his own (#716, @grolu)
- [USER] You can now create tickets directly from the dashboard in case you have issues with your cluster and need support from the gardener operators. The created tickets for the cluster can be seen on the cluster details page. (#715, @petersutter)
- [OPERATOR] The dashboard can now be configured with access restrictions. See PR #694 for more details (#694, @petersutter)
Improvements
- [USER] Updated AWS secret help dialog as policy does now contain a new action
iam:UpdateAssumeRolePolicy
(#725, @ialidzhikov) - [USER] Fixed: Shoots can be woken up from the dashboard even if the
HibernationPossible
constraint reportsFalse
status (#724, @petersutter) - [USER] Evaluate
.status.conditions[].codes[]
field and show user errors on readiness tags (#710, @grolu) - [USER] Added support for optional Floating Pools domain restrictions (#705, @grolu)
- [USER] Fixed: It was possible to select a generic Floating Pool or Load Balancer Provider even if a regionalized exists (#705, @grolu)
- [OPERATOR] Updated node runtime and alpine base image (#726, @holgerkoser)
- [OPERATOR] Clusters on the
ALL_PROJECTS
page, that have certain ticket labels are now hidden by default, if configured. To configure the list of labels, setfrontendConfig.ticket.hideClustersWithLabels
in thegardener-dashboard
chart'svalues.yaml
file. (#722, @petersutter) - [OPERATOR] You can now configure the tickets issue description template with
frontendConfig.ticket.issueDescriptionTemplate
in thegardener-dashboard
chart'svalues.yaml
file (#722, @petersutter) - [OPERATOR] Upgrade dex to version
v2.24.0
(#717, @holgerkoser)