diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 9e3f1ce6..2a7c246b 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -52,7 +52,7 @@ jobs: # Gather branches and tags, filter for semantic versions, sort, remove duplicates VERSIONS=$(git for-each-ref refs/remotes/origin refs/tags --format="%(refname:short)" | \ - grep -E "^v[0-9]+\.[0-9]+\.[0-9]+$" | sort -Vr | uniq | tr '\n' ',' | sed 's/,$//') + grep -E "v[0-9]+\.[0-9]+\.[0-9]+$" | awk -F'[v]' '{print "v"$2}' | sort -Vr | uniq | tr '\n' ',' | sed 's/,$//') echo "VERSIONS=main,$VERSIONS" >> $GITHUB_ENV - name: Install Hugo diff --git a/docs/content.en/docs/release-notes/_index.md b/docs/content.en/docs/release-notes/_index.md index f58d9ee4..8d535d58 100644 --- a/docs/content.en/docs/release-notes/_index.md +++ b/docs/content.en/docs/release-notes/_index.md @@ -7,41 +7,6 @@ title: "Release Notes" Information about release notes of INFINI Console is provided here. -## Latest (In development) - -### Breaking changes -### Features -- Support function-format parameters in Insight Data API -- Support configuring multiple hosts when creating a cluster -### Bug fix -### Improvements - -## 1.28.0 (2025-01-11) - -### Breaking changes - -### Features -- Add allocation to activities if is cluster health change and changed to red. -- Add index metrics for segment memory (norms, points, version map, fixed bit set). -- Support querying top N metrics in the Insight Data Query API -- Add insight metric CURD API for managing custom metrics -- Add built-in metrics templates for common use cases -### Bug fix -- Fixed query thread pool metrics when cluster uuid is empty -- Fixed unit tests - -### Improvements -- Optimize UI of agent list when its columns are overflow. -- Add loading to each row in overview table. -- Adapter metrics query with cluster id and cluster uuid -- Optimize metric query bucket size (#59) -- Add suggestion to chart in monitor if is no data because the time interval is less than the collection interval. -- Check if the cluster version supports metric transport_outbound_comnections in monitor. -- Set timeout to 10s by default in DatePicker's time settings. -- Check if the cluster version supports metric transport_outbound_comnections in monitor. -- Enhanced http_client to support customizable configurations. - - ## 1.27.0 (2024-12-09) ### Improvements diff --git a/docs/content.zh/docs/release-notes/_index.md b/docs/content.zh/docs/release-notes/_index.md index 69cb4a39..7ab0ffa7 100644 --- a/docs/content.zh/docs/release-notes/_index.md +++ b/docs/content.zh/docs/release-notes/_index.md @@ -7,39 +7,6 @@ title: "版本历史" 这里是 INFINI Console 历史版本发布的相关说明。 -## Latest (In development) - -### Breaking changes -### Features -- Insight Data API 支持函数格式查询,方便拓展查询功能 -- 创建集群时支持配置多个主机地址,增强集群的高可用性 -### Bug fix -### Improvements - -## 1.28.0 (2025-01-11) - -### Features -- 在集群健康状态变为红色时,将分配活动记录到动态日志中。 -- 为索引增加段内存指标(包括 norms、points、version map、fixed bit set)。 -- 支持在 Insight 数据查询 API 中查询 Top N 指标。 -- 新增 Insight 指标 CURD API,用于管理自定义指标。 -- 添加多个常见用例的内置指标模板。 - -### Bug fix -- 修复当集群 UUID 为空时查询线程池指标的问题。 -- 修复单元测试中的问题。 - -### Improvements -- 优化 Agent 列表的 UI,当列数据溢出时改善显示效果。 -- 在概览表格的每一行添加加载动画。 -- 支持通过集群 ID 和集群 UUID 查询指标。 -- 优化指标查询的桶大小设置 (#59)。 -- 在监控图表中,如果时间间隔小于收集间隔导致无数据显示时,添加提示。 -- 检查监控中集群版本是否支持 metric transport_outbound_connections。 -- 将 DatePicker 的时间设置默认超时时间调整为 10 秒。 -- 检查监控中集群版本是否支持 metric transport_outbound_connections。 -- 增强 http_client,支持更多自定义配置选项。 - ## 1.27.0 (2024-12-13) ### Improvements