docs: update v1.28.0 docs

This commit is contained in:
liukj 2025-01-25 15:09:00 +08:00
parent 983bbafe97
commit 74ff7ee115
3 changed files with 2 additions and 20 deletions

View File

@ -7,15 +7,6 @@ title: "Release Notes"
Information about release notes of INFINI Console is provided here. 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) ## 1.28.0 (2025-01-11)
### Breaking changes ### Breaking changes

View File

@ -7,15 +7,6 @@ title: "版本历史"
这里是 INFINI Console 历史版本发布的相关说明。 这里是 INFINI Console 历史版本发布的相关说明。
## Latest (In development)
### Breaking changes
### Features
- Insight Data API 支持函数格式查询,方便拓展查询功能
- 创建集群时支持配置多个主机地址,增强集群的高可用性
### Bug fix
### Improvements
## 1.28.0 (2025-01-11) ## 1.28.0 (2025-01-11)
### Features ### Features

View File

@ -11,7 +11,7 @@ console: {
contacts: ':', contacts: ':',
} }
], ],
version: '1.27.0-1936', version: '1.28.0-1972',
doc: "/docs/latest/console/getting-started/install/" doc: "/docs/latest/console/getting-started/install/"
} }
@ -23,6 +23,6 @@ agent: {
contacts: ' -v ', contacts: ' -v ',
} }
], ],
version: '1.27.0-1936', version: '1.28.0-1972',
doc: "/docs/latest/agent/getting-started/install/" doc: "/docs/latest/agent/getting-started/install/"
} }