Skip to content

Releases: ceph/ceph-csi

v3.14.0

11 Apr 10:35
Compare
Choose a tag to compare

v3.14.0 release notes

We are excited to announce another release of Ceph CSI, v3.14.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

  • rbd: Use assume_storage_prezeroed when formatting by @black-dragon74 in #4996
  • rbd: support QoS based on capacity for rbd volume for nbd-rbd client by @YiteGu in #5016

CephFS

Other

What's Changed

CephFS

RBD

Continuous Integration and Testing

Deployment

  • helm: Add missing RBAC for nodes to cephfs chart by @Lirt in #5126

Documentation

Other

  • util: return correct status code for VolumeGroupSnapshot by @Nikhil-Ladha in #5024
  • util: do not use mount-utils.IsLikelyNotMountPoint anymore by @nixpanic in #5203

Build and Cleanups

Updates of dependencies

  • rebase: bump github.com/aws/aws-sdk-go-v2/service/sts from 1.33.1 to 1.33.2 in the github-dependencies group by @dependabot in #4993
  • rebase: bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.3 in the k8s-dependencies group by @dependabot in #4992
  • rebase: bump google.golang.org/grpc from 1.68.0 to 1.68.1 by @dependabot in #5005
  • rebase: bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #5006
  • rebase: bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #5014
  • rebase: bump golang.org/x/net from 0.31.0 to 0.32.0 in the golang-dependencies group across 1 directory by @dependabot in #5022
  • rebase: bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #5026
  • rebase: bump github.com/onsi/gomega from 1.36.0 to 1.36.1 in the github-dependencies group by @dependabot in #5027
  • rebase: bump google.golang.org/grpc from 1.68.1 to 1.69.0 by @dependabot in #5028
  • rebase: bump google.golang.org/protobuf from 1.35.2 to 1.36.0 by @dependabot in #5029
  • rebase: bump github.com/ceph/go-ceph from 0.30.1-0.20241102143109-75d1af3ed638 to 0.31.0 by @dependabot in #5044
  • rebase: bump google.golang.org/grpc from 1.69.0 to 1.69.2 by @dependabot in #5045
  • rebase: bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 in /actions/retest by @dependabot in #5052
  • rebase: bump google.golang.org/protobuf from 1.36.0 to 1.36.2 by @dependabot in #5059
  • rebase: bump the golang-dependencies group across 1 directory with 3 updates by @dependabot in #5053
  • rebase: bump sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.4 in the k8s-dependencies group by @dependabot in #5070
  • rebase: bump github/codeql-action from 3.27.9 to 3.28.1 by @dependabot in #5076
  • rebase: bump google.golang.org/grpc from 1.69.2 to 1.69.4 by @dependabot in #5075
  • rebase: update csi-resizer to v1.13.1 by @nixpanic in #5071
  • rebase: update Kubernetes CSI sidecars to current versions by @nixpanic in #5088
  • rebase: bump golang.org/x/net from 0.26.0 to 0.33.0 in /api by @dependabot in #5091
  • rebase: bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot in #5095
  • rebase: bump k8s.io/api from 0.31.3 to 0.32.1 in /api in the k8s-dependencies group across 1 directory by @dependabot ...
Read more

v3.13.1

07 Mar 04:55
Compare
Choose a tag to compare

v3.13.1 release notes

This minor release includes one of the important deployment change for VolumeGroupSnapshot. External snapshotter has changed the flag to enable volumegroupsnapshot from enable-volume-group-snapshots to feature-gates=CSIVolumeGroupSnapshot=true. Now users can use v3.13.1 with snapshot controller version v8.2.0 .

What's Changed

RBD

Deployment

Continuous Integration and Testing

Build and Cleanups

Updates of dependencies

  • rebase: bump golang.org/x/crypto from 0.29.0 to 0.31.0 (backport #5014) by @mergify in #5018

Other

  • util: return correct status code for VolumeGroupSnapshot (backport #5024) by @mergify in #5039

Full Changelog: v3.13.0...v3.13.1

v3.13.0

11 Dec 09:35
Compare
Choose a tag to compare

v3.13.0 release notes

We are excited to announce another release of Ceph CSI, v3.13.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

  • helm: Expose csi sidecar metrics for cephfs, rbd, and nfs by @Nikhil-Ladha in #4887
  • helm: Support setting annotations for nodePlugin and provisioner by @mvollman in #4908
  • helm: support encryption config in ceph-csi-cephfs chart by @acolombier in #4531

RBD

CephFS

Other

What's Changed

CephFS

RBD

  • rbd: add immediate topology flag by @iPraveenParihar in #4790
  • rbd: add image size in toSnapshot by @Madhu-1 in #4791
  • rbd: add a check for CSI pv by @Madhu-1 in #4808
  • rbd: move common functions for VolumeGroup structs into own type by @nixpanic in #4794
  • RBD: advertise health conditions cap by @Madhu-1 in #4816
  • rbd: fail DisableVolumeReplication() if image is not mirror disabled by @Rakshith-R in #4832
  • rbd: rename setImageOptions() to constructImageOptions() by @nixpanic in #4833
  • rbd: prevent panic when using rbdImage that is not connected by @nixpanic in #4841
  • rbd: prevent re-use of destroyed resources by @nixpanic in #4870
  • rbd: replace Manager.DeleteVolumeGroup() by VolumeGroup.Delete() by @nixpanic in #4872
  • rbd: move repairImageID() from rbdVolume struct to rbdImage by @nixpanic in #4871
  • rbd: consider ErrPermissionDenied for vol by @Madhu-1 in #4883
  • rbd: use the new go-ceph rbd.ErrExist for checking rbd.GroupCreate() by @nixpanic in #4886
  • rbd: validate IOContext before getting the list of trashed images by @nixpanic in #4884
  • rbd: add feature check to see if GroupSnapGetInfo is available by @nixpanic in #4898
  • rbd: add types.Snapshot interface by @nixpanic in #4902
  • rbd: add timeout for cryptsetup commands by @black-dragon74 in #4912
  • rbd: volumeGroupSnapshot support by @nixpanic in #4502
  • rbd: cleanup inconsistent state in reserveSnap() after a failure by @nixpanic in #4946
  • rbd: add locking for VolumeGroupSnapshot operations by @nixpanic in #4949
  • rbd: added rbd info to validateRBDImageCount func by @OdedViner in #4938
  • rbd: fixes related to flatten operation in PVC restored from snapshot by @Rakshith-R in #4960
  • rbd: implement GetFenceClients to return the ceph clusterID and the client Address by @Madhu-1 in #4944

Continuous Integration and Testing

Deployment

  • helm: don't specify default topology domainlabels in rbd chart by @Infinoid in #4776
  • helm: Always add nodes read permissions to provisioner ClusterRole by @dragoangel in #4798
  • helm: Optionally set userID and userKey in cephfs chart. by @james-choncholas in #4801
  • helm: remove kube version check by @Madhu-1 in #4817
  • helm: Expose csi sidecar metrics for cephfs, rbd and nfs by @Nikhil-Ladha in #4887
  • helm: Support setting annotations for nodePlugin and provisioner by @mvollman in #4908
  • helm: support encryption config in ceph-csi-cephfs chart by @acolombier in #4531

Documentation

Other

  • util: log slow GRPC calls by @gman0 in #4847
  • bug: prevent data loss due to the concurrent RPC calls (occurrence is very low) by @Madhu-1 in #4970
  • util: use protobuf encoding for core k8s apis by @Nikhil-Ladha in #4868
  • cleanup: use err and target in recommended order to errors.Is() by @nixpanic in #4903
  • journal: only destroy the connection if it is set by @nixpanic in #4904

Build and Cleanups

Updates of dependencies

  • rebase: bump the github-dependencies group across 1 directory with 4 updates by @dependabot in #4787
  • rebase: bump golang.org/x/net from 0.22.0 to 0.23.0 in /actions/retest by @dependabot in #4799
  • rebase: bump golang.org/x/oauth2 from 0.18.0 to 0.22.0 in /actions/retest by @dependabot in #4805
  • rebase: bump the github-dependencies group with 3 updates by @depend...
Read more

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