From 32fdf95e2f3c0b91836bfcd0c038cfbb46fd11bd Mon Sep 17 00:00:00 2001 From: liaosy Date: Sat, 25 Jan 2025 18:28:47 +0800 Subject: [PATCH] chore: update release notes for v1.28.1 (#14) Co-authored-by: liaosy --- docs/content.en/docs/release-notes/_index.md | 9 ++++++++- docs/content.zh/docs/release-notes/_index.md | 12 +++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index e339cad..3c0fd96 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -7,6 +7,13 @@ title: "Release Notes" Information about release notes of INFINI Agent is provided here. +## 1.28.1 (2025-01-24) + +### Improvements + +- Fix the issue with null pointer checks. +- Synchronize updates for known issues fixed in the Framework. + ## 1.28.0 (2025-01-11) ### Improvements @@ -154,4 +161,4 @@ Information about release notes of INFINI Agent is provided here. - Add `es_cluster_stats` for collect the cluster stats metrics. - Add `es_index_stats` for collect the cluster index stats metrics. - Add `es_node_stats` for collect the cluster node stats metrics. -- Add `es_logs_processor` for collect the cluster log. \ No newline at end of file +- Add `es_logs_processor` for collect the cluster log. diff --git a/docs/content.zh/docs/release-notes/_index.md b/docs/content.zh/docs/release-notes/_index.md index e846625..6ef7a06 100644 --- a/docs/content.zh/docs/release-notes/_index.md +++ b/docs/content.zh/docs/release-notes/_index.md @@ -7,7 +7,17 @@ title: "版本历史" 这里是 INFINI Agent 历史版本发布的相关说明。 +## 1.28.1 (2025-01-24) + +### Improvements + +- 修复一个空指针判断的问题 +- 同步更新 Framework 修复的一些已知问题 + ## 1.28.0 (2025-01-11) + +### Improvements + - 同步更新 Framework 修复的一些已知问题 ## 1.27.0 (2024-12-13) @@ -151,4 +161,4 @@ title: "版本历史" - 新增 `es_cluster_stats` 采集 Easysearch 集群 stats - 新增 `es_index_stats` 采集 Easysearch 索引 stats - 新增 `es_node_stats` 采集 Easysearch 节点 stats -- 新增 `es_logs_processor` 采集 Easysearch 日志 \ No newline at end of file +- 新增 `es_logs_processor` 采集 Easysearch 日志