LINSTOR Operator 2.10.6

We've just released another bug fix for our Kubernetes Operator.

There are two primary reasons for this patch release: we have updated
LINSTOR and DRBD to their latest version, and we have updated LINSTOR
CSI.

LINSTOR and DRBD have been updated to address an issue affecting
thinly allocated volumes that might cause incomplete resyncs when new
nodes are added at a later time.

LINSTOR CSI on the other hand contains some fixes related to RWX
volume validation, preventing users from creating volumes that cannot
be used. It also contains a fix for an issue that could cause the CSI
attacher to time out by repeatedly trying to reattach already attached
volumes.

We recommend all users of release 2.10.x to update to this latest release.

To upgrade, either point your kustomization.yaml at the new manifest:

  https://charts.linstor.io/static/v2.10.6.yaml

Or, if using helm, upgrade the linstor-operator chart:

  helm repo update
  helm upgrade linstor-operator linstor/linstor-operator --wait

To get specific instructions to apply the update, check our users guide[1].

Source code is, as always, available upstream[2].

Best regards,
Moritz

[1]: LINSTOR 1.0 en - LINBIT
[2]: GitHub - piraeusdatastore/piraeus-operator: The Piraeus Operator manages LINSTOR clusters in Kubernetes. ยท GitHub
---
### Added

- Image configuration for Ubuntu 26.04 (Resolute Raccoon)

### Fixed

- Fixed NFS Server DaemonSet capabilities.

### Changed

- Updated images:
    * LINSTOR 1.33.2
    * LINSTOR CSI 1.11.0
    * DRBD 9.2.18
    * LINSTOR Affinity Controller 1.4.0