The following components will be restarted during the update from the Deckhouse 1.40
- ceph-csi
- prometheus
The following modules will be restarted during the update if a proxy server is used in the cluster
> A proxy server is used in the cluster if the `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` environment variables are set.
- cloud-provider-yandex
- image-availability-exporter
- linstor
- snapshot-controller
Component version updates:
- CSI driver (cloud-provider-vsphere module): `v2.5.4`
- Ceph CSI: `v3.7.2`
Important update notes:
Editing the deckhouse ConfigMap is no longer possible due to switching to the new Deckhouse configuration mechanism.
Major changes:
- **The new Deckhouse configuration mechanism has been implemented.**
The global Deckhouse configuration and module configurations are now stored in `ModuleConfig` resources. The former method of configuring Deckhouse via the `deckhouse` ConfigMap is no longer available. See the [documentation](https://deckhouse.io/documentation/v1.41/) for more information about the new configuration method.
- Basic authentication using the `auth.password` parameter is no longer supported (use the [user-auth](https://deckhouse.io/documentation/v1.41/modules/150-user-authn/) module to restrict access). This change affects `cilium-hubble`, `dashboard`, `deckhouse-web`, `istio`, `openvpn`, `prometheus`, and `upmeter` modules.
- The standby node allocation mechanism has been improved.
- It is now possible to disable creating `letsencrypt` and `letsencrypt-staging` ClusterIssuer resources (use the [disableLetsencrypt](https://deckhouse.io/documentation/v1.41/modules/101-cert-manager/configuration.html#parameters-disableletsencrypt) parameter to do so).
- [The instruction](https://deckhouse.io/documentation/v1.41/deckhouse-faq.html#nexus) for configuring Nexus in docker registry proxy mode have been updated.
- The Grafana *homepage* has been updated. Some items have been redesigned; information about the update channel used, the update windows, and the depth of Prometheus metrics collection has been added:

See [CHANGELOG v1.41](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.41.md) for more details.