From 5eec53b62b1a00bf71d7d0a9848a66802f335527 Mon Sep 17 00:00:00 2001 From: liukj Date: Sat, 25 Jan 2025 15:49:22 +0800 Subject: [PATCH] docs: update v1.27.0 release note --- docs/content.en/docs/release-notes/_index.md | 6 +++--- docs/content.zh/docs/release-notes/_index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index 8d535d58..71440e5b 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -7,12 +7,12 @@ title: "Release Notes" Information about release notes of INFINI Console is provided here. -## 1.27.0 (2024-12-09) +## 1.27.0 (2024-12-13) ### Improvements -- Split monitoring metric requests to optimize monitoring metric query response speed. +- The code is open source and the [Github repository](https://github.com/infinilabs/console) is used for development - Optimizing ES metric collecting -- The code is open source and the Github repository is used for development +- Split monitoring metric requests to optimize monitoring metric query response speed. - Added timeout setting to general time component - Cluster selection component adds registration and refresh feature - Adding metrics collection status diff --git a/docs/content.zh/docs/release-notes/_index.md b/docs/content.zh/docs/release-notes/_index.md index 7ab0ffa7..693509ff 100644 --- a/docs/content.zh/docs/release-notes/_index.md +++ b/docs/content.zh/docs/release-notes/_index.md @@ -11,7 +11,7 @@ title: "版本历史" ### Improvements -- 代码开源,统一采用 Github [仓库](https://github.com/infinilabs/console) 进行开发 +- 代码开源,统一采用 [Github 仓库](https://github.com/infinilabs/console) 进行开发 - 指标采集优化,由原来的单一协程采集调整为每个注册的集群有单独的协程进行采集 - 指标监控页面图表展示采用懒加载、单个图表独立加载,增强用户体验 - 通用时间控件增加超时时间设置