From 4bd2ea24499d04cff12dd524a94988e3944053f2 Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Tue, 1 Aug 2023 08:48:51 +0200 Subject: [PATCH] docs: Generate changelog for v5.1.4 --- changes/v5.1.4.en.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 changes/v5.1.4.en.md diff --git a/changes/v5.1.4.en.md b/changes/v5.1.4.en.md new file mode 100644 index 000000000..5004ee867 --- /dev/null +++ b/changes/v5.1.4.en.md @@ -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.