diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index c98f0c15..8d2811a8 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -23,6 +23,7 @@ Information about release notes of INFINI Console is provided here. - Fixed Devtools `_sql` support for elasticsearch 6.x (#158) - Fixed audit log default sorting across pagination (#161) - Fixed mapping type conflict error (#164) +- Fixed `Gateway` template config for mTLS(#166) ### Improvements - Update agent config with cluster name (#148) diff --git a/docs/content.zh/docs/release-notes/_index.md b/docs/content.zh/docs/release-notes/_index.md index 99966f33..1cd5690a 100644 --- a/docs/content.zh/docs/release-notes/_index.md +++ b/docs/content.zh/docs/release-notes/_index.md @@ -23,6 +23,7 @@ title: "版本历史" - 修复开发工具 `_sql` 查询支撑 Elasticsearch 6.x 版本 (#158) - 修复审计日志默认排序翻页之后丢失的问题 (#161) - 修复 `Mapping` 冲突问题 (#161) +- 修复配置文件模板中 `Gateway` mTLS 配置(#166) ### Improvements - 优化下发给 Agent 的配置,增加集群名称 (#148)