docs: Generate changelog for v5.1.4

This commit is contained in:
Ivan Dyachkov 2023-08-01 08:48:51 +02:00
parent 0f161a81c3
commit 4bd2ea2449
1 changed files with 11 additions and 0 deletions

11
changes/v5.1.4.en.md Normal file
View File

@ -0,0 +1,11 @@
# v5.1.4
## Enhancements
- [#11185](https://github.com/emqx/emqx/pull/11185) Add support for [topologySpreadConstraints](https://kubernetes.io/docs/concepts/scheduling-eviction/topology-spread-constraints/) in the Helm chart.
## Bug Fixes
- [#11347](https://github.com/emqx/emqx/pull/11347) Ensure that OCSP request path is properly URL encoded.
- [#11372](https://github.com/emqx/emqx/pull/11372) Removed the recently introduced `cacerts` option from TLS client schema due to incompatibilities with some cluster discovery mechanisms.