Skip to content

Commit

Permalink
chore(changelog): add changelog, update k8s compatibility matrix (#134)
Browse files Browse the repository at this point in the history
* Add changelog, update k8s compatibility matrix

Signed-off-by: Niladri Halder <[email protected]>

* Fix heading font

Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih authored Apr 20, 2022
1 parent 38874a5 commit ce3f9b2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v3.2.0 / 2022-04-19
===================
* fix bug where klog logging flags are not parsed ([#127](https://github.com/openebs/dynamic-localpv-provisioner/pull/127), [@niladrih](https://github.com/niladrih))
* fix bug where XFS-Quota does not work with LVM ([#130](https://github.com/openebs/dynamic-localpv-provisioner/pull/130), [@csschwe](https://github.com/csschwe))


v3.1.0 / 2022-01-06
========================
* add support for multiple Node Affinity Labels for both hostpath and device volumes. ([#102](https://github.com/openebs/dynamic-localpv-provisioner/pull/102),[@Ab-hishek](https://https://github.com/Ab-hishek))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ differences include:

| | Kubernetes <= 1.15 | Kubernetes 1.16 | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 |
|-------------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| `v2.12.x` ||||||||||
| `v3.0.x` ||||||||||
| `v3.1.x` ||||||||||
| `v3.2.x` ||||||||||
| `HEAD` ||||||||||


Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v3.2.0/127-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix bug where klog logging flags are not parsed
1 change: 1 addition & 0 deletions changelogs/released/v3.2.0/130-csschwe
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix bug where XFS-Quota does not work with LVM
2 changes: 1 addition & 1 deletion docs/tutorials/device/blockdeviceselectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ provisioner: openebs.io/local
volumeBindingMode: WaitForFirstConsumer
```
# NDM metaconfigs
## NDM metaconfigs
You may enable `metaconfigs` in NDM's `openebs-ndm-config` ConfigMap in the `openebs` namespace, and use the node and device labels specified there. To enable metaconfigs, edit the NDM Configmap.

Expand Down

0 comments on commit ce3f9b2

Please sign in to comment.