diff --git a/CHANGELOG.md b/CHANGELOG.md index c4dc6620..8fb25129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/README.md b/README.md index 02ceab33..b01af797 100644 --- a/README.md +++ b/README.md @@ -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` | ✕ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | diff --git a/changelogs/released/v3.2.0/127-niladrih b/changelogs/released/v3.2.0/127-niladrih new file mode 100644 index 00000000..c702a388 --- /dev/null +++ b/changelogs/released/v3.2.0/127-niladrih @@ -0,0 +1 @@ +fix bug where klog logging flags are not parsed \ No newline at end of file diff --git a/changelogs/released/v3.2.0/130-csschwe b/changelogs/released/v3.2.0/130-csschwe new file mode 100644 index 00000000..03941552 --- /dev/null +++ b/changelogs/released/v3.2.0/130-csschwe @@ -0,0 +1 @@ +fix bug where XFS-Quota does not work with LVM \ No newline at end of file diff --git a/docs/tutorials/device/blockdeviceselectors.md b/docs/tutorials/device/blockdeviceselectors.md index 87b15876..58bdff64 100644 --- a/docs/tutorials/device/blockdeviceselectors.md +++ b/docs/tutorials/device/blockdeviceselectors.md @@ -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.