Skip to content

chore(main): release 9.0.0 #2255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "8.26.2"
".": "9.0.0"
}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [9.0.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.26.2...v9.0.0) (2025-05-13)


### ⚠ BREAKING CHANGES

* use uiFactory for logs and monitoring links ([#2274](https://github.com/ydb-platform/ydb-embedded-ui/issues/2274))
* remove internal-specific solution ([#2261](https://github.com/ydb-platform/ydb-embedded-ui/issues/2261))

### Features

* add import/s3 to operations ([#2256](https://github.com/ydb-platform/ydb-embedded-ui/issues/2256)) ([fb07e1c](https://github.com/ydb-platform/ydb-embedded-ui/commit/fb07e1c55896f632394e97c79afe5c9a9dbe496f))
* side panel aka refrigerator for query text in top queries ([#2134](https://github.com/ydb-platform/ydb-embedded-ui/issues/2134)) ([e2c269a](https://github.com/ydb-platform/ydb-embedded-ui/commit/e2c269a1f721bd1352b3599f1115e98fe76c1b11))


### Bug Fixes

* dead tablets on node page ([#2263](https://github.com/ydb-platform/ydb-embedded-ui/issues/2263)) ([986e6ab](https://github.com/ydb-platform/ydb-embedded-ui/commit/986e6ab9384611e3d8bfd4b39d4bc8e11f721d01))
* **Drawer:** handle clicks in components inside Drawer ([#2264](https://github.com/ydb-platform/ydb-embedded-ui/issues/2264)) ([b48bf24](https://github.com/ydb-platform/ydb-embedded-ui/commit/b48bf24691695c5cc023cbf0510255740faea27d))
* floor disk usage values ([#2253](https://github.com/ydb-platform/ydb-embedded-ui/issues/2253)) ([c10b3ff](https://github.com/ydb-platform/ydb-embedded-ui/commit/c10b3ff6eeaad8b78d5e4519def4d39b8031f4d5))
* handle gaps in offsets ([#2252](https://github.com/ydb-platform/ydb-embedded-ui/issues/2252)) ([5e75a0b](https://github.com/ydb-platform/ydb-embedded-ui/commit/5e75a0bd93b996b32063791aa6a6048200677111))
* missed schema value ([#2259](https://github.com/ydb-platform/ydb-embedded-ui/issues/2259)) ([33a4973](https://github.com/ydb-platform/ydb-embedded-ui/commit/33a497356740b53f07babd5c1ab1cc5c4647b7a6))
* red status rename to Critical ([#2270](https://github.com/ydb-platform/ydb-embedded-ui/issues/2270)) ([4006a27](https://github.com/ydb-platform/ydb-embedded-ui/commit/4006a277ab360d42a1a512c1367381284cc018e6))
* remove internal-specific solution ([#2261](https://github.com/ydb-platform/ydb-embedded-ui/issues/2261)) ([816a712](https://github.com/ydb-platform/ydb-embedded-ui/commit/816a7125635006c4a7efb2c0e6c0c92af872c8f8))
* **Tenants:** make state column wider ([#2276](https://github.com/ydb-platform/ydb-embedded-ui/issues/2276)) ([404f72c](https://github.com/ydb-platform/ydb-embedded-ui/commit/404f72cad19b690fc7a0f2cc2d6b6cef972b16b3))
* **Tenants:** move create db button to the right ([#2275](https://github.com/ydb-platform/ydb-embedded-ui/issues/2275)) ([82f32d9](https://github.com/ydb-platform/ydb-embedded-ui/commit/82f32d96ed868788b0e010318faddfce0a3996d1))
* use uiFactory for logs and monitoring links ([#2274](https://github.com/ydb-platform/ydb-embedded-ui/issues/2274)) ([974775f](https://github.com/ydb-platform/ydb-embedded-ui/commit/974775f76ecab425ae568670b276148f2cb10cdb))

## [8.26.2](https://github.com/ydb-platform/ydb-embedded-ui/compare/v8.26.1...v8.26.2) (2025-05-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ydb-embedded-ui",
"version": "8.26.2",
"version": "9.0.0",
"files": [
"dist"
],
Expand Down
Loading