Skip to content

Ceph-CSI v3.16.3 Release

Choose a tag to compare

@black-dragon74 black-dragon74 released this 01 Sep 13:43
· 473 commits to devel since this release

Important

Updated Ceph Base Image with AES256 Key Support

The v3.16.3 ceph-csi image includes an updated Ceph base image (v20.2.4) that provides AES256 key format support. This resolves authentication issues when connecting to Ceph clusters using the newer AES256k key format (#6493).

Kernel Requirements: AES256 key support requires Linux kernel 7.0 or later (backported to CentOS Stream 9 and 10). For more details, see the Ceph v20.2.4 release announcement.

Warning

  • Migration: Ceph-CSI v3.16+ officially recommends using Ceph-CSI-Operator as the supported deployment mechanism. Refer to Migration.md for more details.

What's Changed

  • Revert "update templates for v3.16.2" by @black-dragon74 in #6180
  • fix(helm): fix invalid YAML syntax and nil pointer in values.yaml (backport #5990) by @mergify[bot] in #6216
  • rbd: use StorageClass image features for temp clones and snapshots (backport #6205) by @mergify[bot] in #6217
  • e2e: update ceph-csi-operator API from v1alpha1 to v1 (backport #6218) by @mergify[bot] in #6293
  • ci: commitlint and markdownlint fix (backport #6307) by @mergify[bot] in #6365
  • ci: disable ExtendWebSocketsToKubelet for K8s >= 1.36 (backport #6319) by @mergify[bot] in #6367
  • csi: add VolumeLocks to NodeGetVolumeStats for RBD and CephFS (backport #6291) by @mergify[bot] in #6292
  • util: fix wrong key size for DEKStoreIntegrated (backport #6344) by @mergify[bot] in #6368
  • ci: use Rook v1.19.9 with new Ceph key format support (backport #6487) by @mergify[bot] in #6503
  • doc: update templates for release-v3.16.3 by @black-dragon74 in #6522

Full Changelog: v3.16.2...v3.16.3