Skip to content

Commit

Permalink
chore(changelog): update changelog for v3.5.0 (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <niladri.halder26@gmail.com>
  • Loading branch information
niladrih committed Dec 11, 2023
1 parent f94fe9f commit 5f03a34
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v3.5.0 / 2023-12-12
===================
* fix: quota is not calculated correctly ([#161](https://github.com/openebs/dynamic-localpv-provisioner/pull/161),[@MingZhang-YBPS](https://github.com/MingZhang-YBPS))
* feat(usage): update ua to ga4 analytics ([#166](https://github.com/openebs/dynamic-localpv-provisioner/pull/166),[@niladrih](https://github.com/niladrih))

v3.4.0 / 2022-09-30
===================
* chore: allow resolution of templating values ([#162](https://github.com/openebs/dynamic-localpv-provisioner/pull/162),[@Abhinandan-Purkait](https://github.com/Abhinandan-Purkait))

v3.3.0 / 2022-07-13
===================
* feat(hostpath): enforce quotas for hostpath with an ext4 filesystem ([#137](https://github.com/openebs/dynamic-localpv-provisioner/pull/137),[@hickersonj](https://github.com/hickersonj))

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))
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ differences include:

## Kubernetes Compatibility Matrix

| | 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 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 |
|----------|--------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| `v3.2.x` |||||||||||||
| `v3.3.x` |||||||||||||
| `v3.4.x` |||||||||||||
| `HEAD` |||||||||||||
| | 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 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26 | Kubernetes 1.27 |
|----------|--------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| `v3.3.x` | | ||||||||||||
| `v3.4.x` | | ||||||||||||
| `v3.5.x` | | ||||||||||||
| `HEAD` ||||||||||||||


## Install
Expand Down
1 change: 1 addition & 0 deletions changelogs/released/v3.3.0/137-hickersonj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
support quota enforcement for ext4 filesystem
1 change: 1 addition & 0 deletions changelogs/released/v3.4.0/162-Abhinandan-Purkait
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
add helm template resolution for default StorageClass name and hostpath BasePath
1 change: 1 addition & 0 deletions changelogs/released/v3.5.0/161-MingZhang-YBPS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix quota calculation for filesystem quota enforcement
1 change: 1 addition & 0 deletions changelogs/released/v3.5.0/166-niladrih
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
upgrade google analytics client to use GA4

0 comments on commit 5f03a34

Please sign in to comment.