Skip to content

Releases: ceph/ceph-csi

Ceph-CSI v3.12.3 Release

25 Nov 17:54
Compare
Choose a tag to compare

What's Changed

  • revert: prepare for 3.12.2 release by @Madhu-1 in #4823
  • Prevent dataloss due to the concurrent RPC calls (occurrence is very low) (backport #4970) by @mergify in #4972
  • ci: prepare for 3.12.3 release by @Madhu-1 in #4975

Full Changelog: v3.12.2...v3.12.3

v3.12.2

06 Sep 12:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.12.1...v3.12.2

Ceph-CSI v3.12.1 Release

22 Aug 13:31
Compare
Choose a tag to compare

What's Changed

Important Note: Users using topology-aware provisioning are now required to set the set TopologyConstrainedPools: <...> and volumeBindingMode: WaitForFirstConsumer in the StorageClass and to configure the --domainlabels flag in the RBD nodeplugin. Refer to #4790 for more information.

Full Changelog: v3.12.0...v3.12.1

v3.12.0

16 Aug 11:26
Compare
Choose a tag to compare

3.12.0 release notes

Important Note: Users are requested to use Ceph CSI v3.12.1 instead.

We are excited to announce another release of Ceph CSI, v3.12.0. This is another significant step towards using enhanced Container Storage Interface (CSI) features with Ceph Cluster in the backend. With this release, we are introducing many brand-new features and enhancements to the Ceph CSI driver. Here are the changelog/release highlights.

Changelog and Highlights:

Features

Deployment

  • deploy: podSecurityContexts can be configured for ceph-csi-cephfs chart in PR.
  • deploy: podSecurityContexts can be configured for ceph-csi-rbd chart in PR
  • deploy: instanceID can be optionally configured for ceph-csi charts in PR
  • deploy: radosNamespaceCephFS can be configured for ceph-csi-cephfs chart in PR

RBD

  • rbd: add support for flattenMode option for replication in PR

CephFS

  • cephfs: support omap data store in radosnamespace via cli argument in PR

Ceph distribution update

  • build: update ceph release to squid in PR
  • build: CentOS Stream 9 is used as OS in the container-images PR

What's Changed

CephFS

RBD

Continuous Integration and Testing

Deployment

  • deploy: configurable podSecurityContexts in ceph-csi-cephfs chart by @1602077 in #4664
  • deploy: configurable podSecurityContexts in ceph-csi-rbd by @1602077 in #4668
  • deploy: setting RequiredDropCapabilities to ALL for ceph-csi scc by @ShravaniVangur in #4767
  • helm: add cli argument instanceid by @zerotens in #4666

Documentation

Journaling

Build and Cleanups

Updates of dependencies

  • csiaddons: update csi-addons spec by @Madhu-1 in #4692
  • deploy: update CSI sidecar driver-registrar to v2.11.1 by @iPraveenParihar in #4717
  • deploy: update CSI sidecars to latest versions available by @iPraveenParihar in #4573
  • deploy: update CSI sidecars to latest versions available by @iPraveenParihar in #4660
  • rebase: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 by @dependabot in #4676
  • rebase: bump github.com/ceph/go-ceph from 0.26.1-0.20240319113421-755481f8c243 to 0.27.0 by @dependabot in #4560
  • rebase: bump github.com/ceph/go-ceph from 0.27.0 to 0.28.0 by @dependabot in #4685
  • rebase: Bump github.com/c...
Read more

v3.11.0

02 Apr 14:52
Compare
Choose a tag to compare

3.11.0 release notes

We are excited to announce another release of Ceph CSI, v3.11.0. This is another significant step towards using enhanced Container Storage Interface (CSI) features with Ceph Cluster in the backend. With this release, we are introducing many brand-new features and enhancements to the Ceph CSI driver. Here are the changelog/release highlights.

Changelog and Highlights:

Features

RBD

CephFS

Enhancements

  • rebase: all the dependencies have been updated to latest available release.
  • rbd: log sitestatuses and description by @yati1998 in #4431
  • rbd: make pool optional in rbd sc if topologyconstraints are present by @parth-gr in #4459
  • rbd: free snapshot resources after allocation by @nixpanic in #4514
  • added permission to get nodes for rbd by @nemcikjan in #4302
  • cleanup: simplify rbdGetDeviceList() by @nixpanic in #4364
  • cephfs: make fsName as optional for static PVC by @Madhu-1 in #4372
  • cephfs: do not run modprobe if support is compiled into the kernel by @nixpanic in #4378
  • kms: refactor functions to accept a context parameter by @iPraveenParihar in #4477
  • util: Add helper functions for GroupController by @Madhu-1 in #4417
  • util: log repication RequestID by @Madhu-1 in #4429
  • deploy: use release repository for csi-resizer by @sebhoss in #4319
  • deploy: added json field tags for csi config map by @iPraveenParihar in #4329
  • helm: align seLinuxMount option w/ deploy folder by @sebhoss in #4346
  • deploy: update csi sidecars to latest versions by @riya-singhal31 in #4352
  • deploy: update CSI sidecars to latest versions available by @iPraveenParihar in #4420
  • deploy: make the csi-*plugin containers the default for kubectl commands by @nixpanic in #4434
  • cleanup: simplify rbdGetDeviceList() by @nixpanic in #4364
  • cleanup: use real version for k8s.io/pod-security-admission instead of v0.0.0 by @nixpanic in #4483
  • cleanup: don't return an internal type from VolumeGroupJournal.Connect() by @nixpanic in #4491
  • cleanup: correct typo in NewCSIVolumeroupJournal() function by @nixpanic in #4495
  • cleanup: do not pass EncodingVersion to GenerateVolID() by @nixpanic in #4498
  • cleanup: use standard Golang "slices" instead of k8s package by @nixpanic in #4521
  • api: add CSIProvisionerRBAC functions for the NFS-provisioner by @nixpanic in #4395
  • build: use Go 1.21.5 by @nixpanic in #4332

Bug Fixes

  • deploy: use release repository for csi-resizer by @sebhoss in #4319

E2E

CI

Documentation

New Contributors

Full Changelog: v3.10.2...v3.11.0

Thanks to the fantastic Ceph CSI community for this great release πŸ‘ πŸŽ‰

Ceph-CSI v3.10.2 Release

09 Feb 07:06
Compare
Choose a tag to compare

What's Changed

  • helm: align seLinuxMount option w/ deploy folder (backport #4346) by @mergify in #4358
  • cephfs: do not run modprobe if support is compiled into the kernel (backport #4378) by @mergify in #4381
  • cephfs: make fsName as optional for static PVC (backport #4372) by @mergify in #4409

Full Changelog: v3.10.1...v3.10.2

Ceph-CSI v3.10.1 Release

19 Dec 17:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.10.1

Ceph-CSI v3.10.0 Release

05 Dec 10:31
Compare
Choose a tag to compare

3.10.0 release notes

We are excited to announce another feature-packed release of Ceph CSI, v3.10.0. This is another significant step towards using enhanced Container Storage Interface (CSI) features with Ceph Cluster in the backend. With this release, we are introducing many brand-new features and enhancements to the Ceph CSI driver. Here are the changelog/release highlights.

Changelog and Highlights:

Features

RBD

CephFS

NFS

  • nfs: add support for clients in the StorageClass by @spuiuk in #3895

Breaking Changes

  • Removed the deprecated grpc metrics flag's in #4225
  • Support for pre-creation of cephFS subvolumegroup before creating subvolume
    is removed in #4195. Users will need to create the specified(or default csi) subvolumegroup before provisioning CephFS PVC on a new ceph. Refer to deploy-cephfs.md for more details.

Note:

  • Support is limited to only the active Ceph releases. Support for EOLed Ceph
    releases are removed in #4262

Enhancements

Bug Fixes

E2E

CI

Documentation

New Contributors ( Thanks !! πŸ‘ )

Full Changelog: v3.9.0...v3.10.0

Thanks to the fantastic Ceph CSI community for this great release πŸ‘ πŸŽ‰

Ceph-CSI v3.8.1 Release

24 Jul 09:36
Compare
Choose a tag to compare

Changelog and Highlights:

Bug Fixes

  • Do not execute rbd sparsify when volume is in use #3985
  • Fix invalid "invalid encryption kms configuration" error #3854
  • Limit cryptsetup PBKDF memory usage #3781

CI

  • Install Helm with script located on GitHub #3843
  • Disable ceph-iscsi repository #3959
  • Disable ceph-iscsi repository for test-container builds too #3965
  • Fix codespell and shell check failures #3762
  • Update github actions for k8s 1.27 #3745

Vendor Updates

  • Update golang to 1.19.8 #3768
  • Update minikube to 1.30 #3734
  • Bump github.com/hashicorp/vault from 1.4.2 to 1.9.9 #3712

Documentation

  • Use the Ceph Slack instance and not our silo'ed own one #3782

Full Changelog: v3.8.0...v3.8.1

Ceph-CSI v3.9.0 Release

28 Jun 13:33
Compare
Choose a tag to compare

We are excited to announce another feature-packed release of Ceph CSI, v3.9.0. This is another significant step towards using enhanced Container Storage Interface (CSI) features with Ceph Cluster in the backend. With this release, we are introducing many brand-new features and enhancements to the Ceph CSI driver. Here are the changelog/release highlights.

Changelog and Highlights:

Features

RBD

CephFS

  • Honor MountOptions during NodeStageVolume request and add support for efficient selinux relabelling support by @Rakshith-R in #3902
  • Add cephFS/CSIDriver and cephFS/csi-config-map to API by @riya-singhal31 in #3837

NFS

  • Add support for secTypes parameters in StorageClass by @nixpanic in #3434
  • Add support for efficient selinux relabelling support by @Rakshith-R in #3902

Breaking Changes

  • #3902 introduced a breaking change in CephFS driver. Please follow the steps mentioned in the upgrade guide to ensure a smooth upgrade.
  • Volumereplication service running on the controller server is now completely removed and replaced by CSI-Addons. See #3314 for more details

Enhancements

Bug Fixes

E2E

CI

  • Install Helm with a script located on GitHub by @nixpanic in #3843
  • Many Mergify enhancements for better CI resource utilization #3672 #3797
  • Added gha-mergify-merge-queue-labels-copier action to better handle merge queue prs #3809
  • Use the "ceph-csi-bot" account for commenting on PRs by @nixpanic in #3877
  • Prevent Retest Workflow from running on forked repos by @nixpanic in #3883
  • Do not add ok-to-test if CentOS jobs were successful by @nixpanic in #3688
  • Run ci tests on latest k8s versions v1.25, v1.26 and v1.27

New Contributors ( Thanks !! πŸ‘ )

Full Changelog: v3.8.0...v3.9.0

Thanks to the fantastic Ceph CSI community for this great release πŸ‘ πŸŽ‰