File tree Expand file tree Collapse file tree 4 files changed +15
-5
lines changed
deploy/helm/rawfile-localpv Expand file tree Collapse file tree 4 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
2424- ReadOnly attribute in PVC template not fully handled
2525
26+ ## [ v0.12.2] - 2025/12/08
27+
28+ ### Fixed 🐛
29+
30+ - Support IPv6 in the internal rawfile server
31+
32+ ### Known Issues 🚫
33+
34+ - ReadOnly attribute in PVC template not fully handled
35+
2636## [ v0.12.1] - 2025-12-01
2737
2838### Fixed 🐛
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : rawfile-localpv
33description : RawFile Driver Container Storage Interface
44type : application
5- version : 0.12.1
6- appVersion : 0.12.1
5+ version : 0.12.2
6+ appVersion : 0.12.2
77kubeVersion : " >= 1.21"
88icon : https://raw.githubusercontent.com/cncf/artwork/main/projects/openebs/icon/color/openebs-icon-color.png
99home : https://openebs.io/
Original file line number Diff line number Diff line change 11# rawfile-localpv
22
3- ![ Version: 0.12.1 ] ( https://img.shields.io/badge/Version-0.12.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.12.1 ] ( https://img.shields.io/badge/AppVersion-0.12.1 -informational?style=flat-square )
3+ ![ Version: 0.12.2 ] ( https://img.shields.io/badge/Version-0.12.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 0.12.2 ] ( https://img.shields.io/badge/AppVersion-0.12.2 -informational?style=flat-square )
44
55RawFile Driver Container Storage Interface
66
@@ -20,7 +20,7 @@ Kubernetes: `>= 1.21`
2020
2121## Install and Upgrades
2222
23- Please follow the [ install guide] ( https://github.com/openebs/rawfile-localpv/tree/v0.12.1 /docs/install-guide.md )
23+ Please follow the [ install guide] ( https://github.com/openebs/rawfile-localpv/tree/v0.12.2 /docs/install-guide.md )
2424
2525## Values
2626
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rawfile"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
44description = " Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from RAW-device file loop mounted Local-Hostpath storage."
55authors = [
" OpenEBS <[email protected] >" ]
66license = " apache"
You can’t perform that action at this time.
0 commit comments