Skip to content

v0.15.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 16:25
v0.15.1
7b859b5

Rawfile LocalPV

[v0.15.1] - 2026-09-04

Added ✨

  • Add Support for setting Compute Resources for API Server
  • Add documentation for async volume replication with VolSync

Fixed 🐛

  • StorageClass CopyOnWrite with value "" now correctly defaults to auto-detected as opposed to false
  • Controller deployment not disableable due to incorrect helm variable

Changed ♻️

  • StorageClass and VolumeSnapshotClass are now updatable with helm upgrade command

Removed 🗑️ ⚠️

Internal 🔧

  • Support for creating multiple local kind rawfile clusters

Known Issues 🚫

  • ReadOnly attribute in PVC template not fully handled
  • When using thin provisioning, user must specify the format options preventing mkfs from discarding blocks (-K for xfs/btrfs, -E nodiscard for ext4). Also see this issue
  • For ext4, volumes available space might be smaller than intended due to defaulting to reserve 5% of the blocks for privileged users. This can be circumvented via format options (-m 0)

What's Changed

Full Changelog: v0.15.0...v0.15.1