浏览代码

docs: Generate changelog for v5.1.4

Ivan Dyachkov 2 年之前
父节点
当前提交
4bd2ea2449
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      changes/v5.1.4.en.md

+ 11 - 0
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.