Skip to content

v0.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 22:21
v0.15.0
c8d87e6

Rawfile LocalPV

[v0.15.0] - 2026-08-17 ⚠️ Breaking Changes

Added ✨

Fixed 🐛

  • Volume expansion failure by using findmnt with more stable output instead of using mount

Changed ♻️

  • Uses CoW when it's enabled and supported between source and destination on snapshot restore
  • Conditional snapshot-controller with leader-election

Removed 🗑️ ⚠️

  • Deprecated configurations/Features removed
    • Top Level dataDirPath and reservedCapacity in Helm Chart Values
    • FileSystem-Level (BTRfs) Snapshots, Snapshots are not removed, but not available anymore (Remove them before upgrading)

Internal 🔧

  • New endpoints for the Internal gRPC server
  • Multiple dependency bumps across the stack, ensuring security and stability
  • GA DNS is now configurable

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

New Contributors

Full Changelog: v0.14.1...v0.15.0