docs: update release version to 1.27.0 (#50)

This commit is contained in:
Hardy 2024-12-20 14:32:25 +08:00 committed by GitHub
parent d8d26fbb90
commit 16110912c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

View File

@ -7,10 +7,17 @@ title: "Release Notes"
Information about release notes of INFINI Console is provided here. Information about release notes of INFINI Console is provided here.
## 1.27.1 (2024-12-18) ## Latest (In development)
### Breaking changes
### Features
### Bug fix ### Bug fix
- fix: query thread pool metrics when cluster uuid is empty - fix: query thread pool metrics when cluster uuid is empty
### Improvements
## 1.27.0 (2024-12-09) ## 1.27.0 (2024-12-09)
### Improvements ### Improvements

View File

@ -11,7 +11,7 @@ console: {
contacts: ':', contacts: ':',
} }
], ],
version: '1.26.1-1604', version: '1.27.0-1936',
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.26.1-675', version: '1.27.0-1936',
doc: "/docs/latest/agent/getting-started/install/" doc: "/docs/latest/agent/getting-started/install/"
} }