[dashboard]
⚠️ Breaking Changes
- [OPERATOR] For the terminal bootstrapping ingress resources are now created using the
[networking.k8s.io/v1](http://networking.k8s.io/v1)
API group. This requires seeds to run kubernetes v1.19 or higher (gardener/dashboard#1185, @grolu) - [OPERATOR] Make sure that the k8s cluster on which the dashboard will be deployed is on version v1.19.0 or higher. Older versions are not supported anymore (gardener/dashboard#1173, @Wieneo)
- [OPERATOR] The creation of infrastructure secret functionality now requires gardener-apiserver version >= v1.38.0. (gardener/dashboard#1154, @ialidzhikov)
✨ New Features
- [OPERATOR] Use configured
apiServerCaData
value for generated service account kubeconfigs (gardener/dashboard#1181, @grolu) - [OPERATOR] Add support for new monitoring secrets gardener/gardener#5608 (gardener/dashboard#1178, @grolu)
🐛 Bug Fixes
- [USER] Fixed a bug that caused the maintenance constraint message not showing the actual cause (gardener/dashboard#1165, @grolu)
- [OPERATOR] Allow configuration of the node CLI options in order to optimize garbage collector. (gardener/dashboard#1179, @holgerkoser)
- [OPERATOR] Fixed an issue preventing HELM from creating the necessary ingress resources on K8s >=v1.22.0 (gardener/dashboard#1173, @Wieneo)
🏃 Others
- [OPERATOR] The Gardener dashboard now specifies the SecretBinding
provider.type
field when creating SecretBindings (gardener/dashboard#1154, @ialidzhikov)