Deckhouse

Latest version: v0.4.9

Safety actively analyzes 638466 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 50

1.51.5

Fixes


- **[deckhouse-controller]** Do not purge unknown helm releases. [5918](https://github.com/deckhouse/deckhouse/pull/5918)


For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.51.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/v1.51.0).

1.51.4

Fixes


- **[global-hooks]** Fix orphaned endpointslice deletion. [5912](https://github.com/deckhouse/deckhouse/pull/5912)


For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.51.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/v1.51.0).

1.51.3

Fixes


- **[flant-integration]** Fix rendering config in the case of the absence `clusterConfiguration`. [5898](https://github.com/deckhouse/deckhouse/pull/5898)
- **[loki]** Fixed permissions for existing files after changing GID and UID. [5904](https://github.com/deckhouse/deckhouse/pull/5904)


For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.51.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/v1.51.0).

1.51.2

Chore


- **[user-authz]** Remove the alert about deprecated ClusterAuthroizationRule spec. [5885](https://github.com/deckhouse/deckhouse/pull/5885)


For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.51.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/v1.51.0).

1.51.1

Fixes


- **[candi]** Fix `cluster-autoscaler` liveness probe. [5869](https://github.com/deckhouse/deckhouse/pull/5869)
- **[deckhouse]** Move deckhouse `kube-rbac-proxy` port to `9889`, to avoid conflicts with user applications. [5815](https://github.com/deckhouse/deckhouse/pull/5815)
- **[prometheus]** Fixed permissions for existing files after changing GID and UID. [5847](https://github.com/deckhouse/deckhouse/pull/5847)
- **[prometheus]** The etcd version in the home dashboard is fixed. [5842](https://github.com/deckhouse/deckhouse/pull/5842)
- **[prometheus]** Fixed issue with adding custom Grafana plugins. [5834](https://github.com/deckhouse/deckhouse/pull/5834)

Chore


- **[prometheus]** Move grafana to distroless. [5834](https://github.com/deckhouse/deckhouse/pull/5834)


For more information, see the [changelog](https://github.com/deckhouse/deckhouse/blob/main/CHANGELOG/CHANGELOG-v1.51.md) and minor version [release changes](https://github.com/deckhouse/deckhouse/releases/tag/v1.51.0).

1.51

Major changes:

- Deckhouse EE now features an administrator web interface. You can enable it using the following command:

shell
kubectl -n d8-system exec deploy/deckhouse -c deckhouse -- deckhouse-controller module enable deckhouse-admin


Note that the administrator web interface is only available in clusters that use `registry.deckhouse.io`.
- `admission-policy-engine`, `extended-monitoring`, `log-shipper`, `loki`, `monitoring-kubernetes`, `prometheus`, `prometheus-metrics-adapter`, and `runtime-audit-engine` modules have been switched to distroless images. This increases module security and reduces the attack surface.
- The new [namespaceSelector](https://deckhouse.io/documentation/v1.51/modules/140-user-authz/cr.html#clusterauthorizationrule-v1-spec-namespaceselector) parameter of the _ClusterAuthorizationRule_ resource replaces the deprecated [allowAccessToSystemNamespaces](https://deckhouse.io/documentation/v1.51/modules/140-user-authz/cr.html#clusterauthorizationrule-v1-spec-allowaccesstosystemnamespaces) and [limitNamespaces](https://deckhouse.io/documentation/v1.51/modules/140-user-authz/cr.html#clusterauthorizationrule-v1-spec-limitnamespaces) parameters. The _namespaceSelector_ parameter limits the list of namespaces available to the user/group.
- The [minimalNotificationTime](https://deckhouse.io/documentation/v1.51/modules/002-deckhouse/configuration.html#parameters-update-notification-minimalnotificationtime) parameter now allows you to defer applying Deckhouse minor updates for a set amount of time. Previously, minimalNotificationTime could only be used if the [webhook URL](https://deckhouse.io/documentation/v1.51/modules/002-deckhouse/configuration.html#parameters-update-notification-webhook) was provided, but now it can be used independently. This might come in handy if you want a new Deckhouse version to be applied with a certain delay after the information about it becomes available in the release channel (a [DeckhouseRelease](https://deckhouse.io/documentation/v1.51/modules/002-deckhouse/cr.html#deckhouserelease) custom resource will be automatically created in the cluster). This will give you time to decide whether you should prepare for the upgrade, postpone it, or apply it immediately. The parameter has no effect on patch updates.
- Minor Deckhouse updates are now applied incrementally. Previously, it was possible to skip minor versions when changing the update mode or release channel.

The following components will be restarted during the update:
- **Kubernetes control plane**
- **Ingress Controller**
- `cert-manager`
- `cloud-provider-aws`: `cloud-controller-manager`, `cloud-data-discoverer`
- `cloud-provider-azure`: `cloud-controller-manager`, `cloud-data-discoverer`
- `cloud-provider-gcp`: `cloud-data-discoverer`
- `cloud-provider-openstack`: `cloud-controller-manager`, `cloud-data-discoverer`
- `cloud-provider-vsphere`: `cloud-controller-manager`
- `cloud-provider-yandex`: `cloud-controller-manager`, `cloud-metrics-exporter`
- `cni-cilium`
- `cni-flannel`
- `containerized-data-importer`
- `documentation`
- `extended-monitoring`
- `kube-proxy`
- `log-shipper`
- `loki`
- `metallb`: `speaker`
- `monitoring-kubernetes`
- `node-manager`: `bashible-apiserver`, `cluster-autoscaler`
- `operator-trivy`
- `operator-prometheus`
- `prometheus`
- `prometheus-metrics-adapter`
- `runtime-audit-engine`
- `terraform-manager`
- `user-authz`: `webhook`
- `user-authn`: `kubeconfig-generator`
- `virtualization`

Component version updates:
- Kubernetes control plane: `1.24.17`, `1.25.13`, `1.26.8`, `1.27.5`
- `operator-trivy`: `0.44.0`

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

Page 2 of 50

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.