Skip to content

Commit 95a48cb

Browse files
chore(main): release 8.5.0 (#1822)
1 parent f09cbe9 commit 95a48cb

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "8.4.0"
2+
".": "8.5.0"
33
}

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [8.5.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.4.0...v8.5.0) (2025-01-22)
4+
5+
6+
### Features
7+
8+
* **ClusterInfo:** add slo logs link ([#1850](https://github.com/ydb-platform/ydb-embedded-ui/issues/1850)) ([7e0429b](https://github.com/ydb-platform/ydb-embedded-ui/commit/7e0429b632a73a79051a366c94224e7333d84f05))
9+
* download dump with all info ([#1862](https://github.com/ydb-platform/ydb-embedded-ui/issues/1862)) ([f09cbe9](https://github.com/ydb-platform/ydb-embedded-ui/commit/f09cbe9dce9634cfa1f001d428d48837ba58df1c))
10+
* move to node 20, update deps ([#1792](https://github.com/ydb-platform/ydb-embedded-ui/issues/1792)) ([33ab5de](https://github.com/ydb-platform/ydb-embedded-ui/commit/33ab5de4c6e0207490a0077ffdd220163714c32b))
11+
* **QueryEditor:** add error highlighting ([#1833](https://github.com/ydb-platform/ydb-embedded-ui/issues/1833)) ([b89d084](https://github.com/ydb-platform/ydb-embedded-ui/commit/b89d084c5999d82baf080bf1228c4a7ad30b6afc))
12+
* **Storage:** group disks by DC ([#1823](https://github.com/ydb-platform/ydb-embedded-ui/issues/1823)) ([dec5b95](https://github.com/ydb-platform/ydb-embedded-ui/commit/dec5b9592ed3b491e5073a5b8903eef65be4dc1d))
13+
* use the same thresholds for all progress bars ([#1820](https://github.com/ydb-platform/ydb-embedded-ui/issues/1820)) ([1b74502](https://github.com/ydb-platform/ydb-embedded-ui/commit/1b74502de4cf91f8babb9349c6740cf11e63a238))
14+
15+
16+
### Bug Fixes
17+
18+
* **EntityStatus:** background color for button under hover ([#1842](https://github.com/ydb-platform/ydb-embedded-ui/issues/1842)) ([5c722dd](https://github.com/ydb-platform/ydb-embedded-ui/commit/5c722dd461049a4f4719eadd915f29d063cf2f1d))
19+
* hide dev ui links for users with viewer rights ([#1824](https://github.com/ydb-platform/ydb-embedded-ui/issues/1824)) ([093e79a](https://github.com/ydb-platform/ydb-embedded-ui/commit/093e79a466104b4dc8c049f705d7f0324a6b79df))
20+
* **OperationCell:** increase font weight for operation name ([#1825](https://github.com/ydb-platform/ydb-embedded-ui/issues/1825)) ([2e618f4](https://github.com/ydb-platform/ydb-embedded-ui/commit/2e618f42b97f074a1a7b2dcba0d10da186d5b6da))
21+
* remove retries ([#1829](https://github.com/ydb-platform/ydb-embedded-ui/issues/1829)) ([3cd7364](https://github.com/ydb-platform/ydb-embedded-ui/commit/3cd73641351ad32fb0b8e650386a989a04ff9769))
22+
* **Storage:** fix encryption label shrink ([#1851](https://github.com/ydb-platform/ydb-embedded-ui/issues/1851)) ([bb6d7be](https://github.com/ydb-platform/ydb-embedded-ui/commit/bb6d7bed75f4cdb7a401022100099d65e855c5e6))
23+
* update actions ([#1834](https://github.com/ydb-platform/ydb-embedded-ui/issues/1834)) ([e3c2243](https://github.com/ydb-platform/ydb-embedded-ui/commit/e3c224302b0e7492069b00271dcc53f10f9fc68d))
24+
* **UserSettings:** show description under setting control ([#1827](https://github.com/ydb-platform/ydb-embedded-ui/issues/1827)) ([45ddc7e](https://github.com/ydb-platform/ydb-embedded-ui/commit/45ddc7ea912be8abe38d40cfa0f0578175177fe7))
25+
326
## [8.4.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.3.0...v8.4.0) (2025-01-13)
427

528

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)