docs: update release version to 1.27.0 (#50)
This commit is contained in:
parent
d8d26fbb90
commit
16110912c3
|
@ -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
|
||||||
|
|
|
@ -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/"
|
||||||
}
|
}
|
Loading…
Reference in New Issue