[dashboard]
✨ New Features
- [USER] Static token kubeconfig cluster access can be disabled for new and existing clusters (gardener/dashboard#1249, @grolu)
- [USER] Projects are now also visible if the phase is not
Ready
. In this case the project has a warning icon next to the name (gardener/dashboard#1252, @grolu) - [USER] Added architecture selection to worker group configuration (gardener/dashboard#1261, @grolu)
- [OPERATOR] Operators can now trigger control plane migration via a configuration dialog. The configuration button is hidden for regular users, unless they have been granted permission to trigger a control plane migration for their shoots (gardener/dashboard#1262, @grolu)
- [OPERATOR] Automatically reload referenced data of the dashboards kubeconfig. This is necessary for the Service Account Token Volume Projection feature (gardener/dashboard#1232, @holgerkoser)
- [OPERATOR] Clusters that have the
dashboard.gardener.cloud/ignore-issues
annotation are filtered on theAll Projects
page in case theHide no operator action required issues
filter is checked (gardener/dashboard#1271, @petersutter)
🐛 Bug Fixes
- [USER] Fixed the broken theming of logos and icons. (gardener/dashboard#1266, @holgerkoser)
- [OPERATOR] Fixed an issue where the OIDC login was not hidden on the login screen if it was not configured by the gardener dashboard administrator (gardener/dashboard#1263, @petersutter)
🏃 Others
- [OPERATOR] Identity chart: bumped version of dex to
v2.33.0-distroless
(gardener/dashboard#1272, @petersutter) - [DEVELOPER] The frontend config is now split into an authenticated (
/api/config
) and unauthenticated endpoint (/login-config.json
) (gardener/dashboard#1267, @petersutter)