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
- RBD: add snap delete function (backport #5000) by @mergify in #5031
- RBD: Flatten group snapshot (backport #4973) by @mergify in #5032
- rbd: return group not found error for Get,Delete RPC calls (backport #5001) by @mergify in #5037
- rbd: rename groupNamePrefix to volumeGroupNamePrefix (backport #5063) by @mergify in #5065
- rbd: add check to getVolumeReplicationInfo (backport #5078) by @mergify in #5080
- rbd: correct default encryption type (backport #5087) by @mergify in #5089
- rbd: use correct radosNamespace (backport #5099) by @mergify in #5100
- rbd: fix bug in rbdVol.Exists() in PVC-PVC clone case (backport #5159) by @mergify in #5161
- rbd: add validation to ToCSI() for rbdVolume and rbdSnapshot (backport #5151) by @mergify in #5167
- rbd: fix encrypted PVC with metadata KMS cannot be deleted (backport #5149) by @mergify in #5176
Deployment
- helm: Add missing RBAC for nodes to cephfs chart (backport #5126) by @mergify in #5128
- update VolumeGroupSnapshot to v1beta1 (backport #5021) by @mergify in #5030
Continuous Integration and Testing
Build and Cleanups
- build: reinstall the ceph-release package (backport #5137) by @mergify in #5142
- build: the Fedora container image is now maintained at quay.io (backport #5190) by @mergify in #5192
- build: prepare of 3.13.1 by @yati1998 in #5189
Updates of dependencies
Other
Full Changelog: v3.13.0...v3.13.1