Skip to content

Commit a013894

Browse files
authored
Merge pull request #267 from openebs/rel-0122
chore: prepare v0.12.2 patch release
2 parents de38ac4 + e8313ea commit a013894

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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 🐛

deploy/helm/rawfile-localpv/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: rawfile-localpv
33
description: RawFile Driver Container Storage Interface
44
type: application
5-
version: 0.12.1
6-
appVersion: 0.12.1
5+
version: 0.12.2
6+
appVersion: 0.12.2
77
kubeVersion: ">= 1.21"
88
icon: https://raw.githubusercontent.com/cncf/artwork/main/projects/openebs/icon/color/openebs-icon-color.png
99
home: https://openebs.io/

deploy/helm/rawfile-localpv/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
RawFile 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rawfile"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
description = "Dynamically deploy Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is provisioned from RAW-device file loop mounted Local-Hostpath storage."
55
authors = ["OpenEBS <[email protected]>"]
66
license = "apache"

0 commit comments

Comments
 (0)