v0.15.1
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 tofalse - 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
mkfsfrom discarding blocks (-Kfor xfs/btrfs,-E nodiscardfor 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
- ✨ Add support for setting compute resources on API Server by @mhkarimi1383 in #399
- ⬆️ Bump the python-packages group with 2 updates by @dependabot[bot] in #400
- ⬆️ Bump github/codeql-action from 4.37.6 to 4.37.7 in the github-actions group by @dependabot[bot] in #401
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #403
- ⬆️ Bump uvicorn from 0.52.3 to 0.52.4 in the python-packages group by @dependabot[bot] in #405
- ⬆️ Bump github/codeql-action from 4.37.7 to 4.37.8 in the github-actions group by @dependabot[bot] in #406
- Fix CopyOnWrite auto-detection by @tiagolobocastro in #404
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #407
- 🐛 Fix apiServer cap kill switch by @mhkarimi1383 in #409
- ⬆️ bump the python-packages group with 3 updates by @dependabot[bot] in #410
- ⬆️ bump github/codeql-action from 4.37.8 to 4.37.9 in the github-actions group by @dependabot[bot] in #411
- chore: prepare release v0.15.1 by @tiagolobocastro in #412
Full Changelog: v0.15.0...v0.15.1