Skip to content

chore(deps): update helm release ceph-csi-cephfs to v3.12.1

Renovate Bot requested to merge renovate/ceph-csi-cephfs-3.x into main

This MR contains the following updates:

Package Update Change
ceph-csi-cephfs (source) minor 3.8.0 -> 3.12.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ceph/ceph-csi (ceph-csi-cephfs)

v3.12.1: Ceph-CSI v3.12.1 Release

Compare Source

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: https://github.com/ceph/ceph-csi/compare/v3.12.0...v3.12.1

v3.12.0

Compare Source

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 MR.
  • deploy: podSecurityContexts can be configured for ceph-csi-rbd chart in MR
  • deploy: instanceID can be optionally configured for ceph-csi charts in MR
  • deploy: radosNamespaceCephFS can be configured for ceph-csi-cephfs chart in MR
RBD
  • rbd: add support for flattenMode option for replication in MR
CephFS
  • cephfs: support omap data store in radosnamespace via cli argument in MR
Ceph distribution update
  • build: update ceph release to squid in MR
  • build: CentOS Stream 9 is used as OS in the container-images MR

What's Changed

CephFS
RBD
Continuous Integration and Testing
Deployment
Documentation
Journaling
Build and Cleanups
Updates of dependencies

New Contributors

Full Changelog: https://github.com/ceph/ceph-csi/compare/v3.11.0...v3.12.0

v3.11.0

Compare Source

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

Bug Fixes

E2E

CI

Documentation

New Contributors

Full Changelog: https://github.com/ceph/ceph-csi/compare/v3.10.2...v3.11.0

Thanks to the fantastic Ceph CSI community for this great release 👍 🎉

v3.10.2: Ceph-CSI v3.10.2 Release

Compare Source

What's Changed

Full Changelog: https://github.com/ceph/ceph-csi/compare/v3.10.1...v3.10.2

v3.10.1: Ceph-CSI v3.10.1 Release

Compare Source

What's Changed

Full Changelog: https://github.com/ceph/ceph-csi/compare/v3.10.0...v3.10.1

v3.10.0: Ceph-CSI v3.10.0 Release

Compare Source

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

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: https://github.com/ceph/ceph-csi/compare/v3.9.0...v3.10.0

Thanks to the fantastic Ceph CSI community for this great release 👍 🎉

v3.9.0: Ceph-CSI v3.9.0 Release

Compare Source

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
NFS

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 MRs 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: https://github.com/ceph/ceph-csi/compare/v3.8.0...v3.9.0

Thanks to the fantastic Ceph CSI community for this great release 👍 🎉

v3.8.1: Ceph-CSI v3.8.1 Release

Compare Source

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: https://github.com/ceph/ceph-csi/compare/v3.8.0...v3.8.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports