From bc319f323db862893eac8ab55f20bc9ee1c3758c Mon Sep 17 00:00:00 2001 From: ydb-platform-bot <95354183+ydb-platform-bot@users.noreply.github.com> Date: Tue, 13 May 2025 14:12:58 +0300 Subject: [PATCH] chore(main): release 9.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index af3e7ce26d..928566934b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.26.2" + ".": "9.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebf5639f7..e9add250e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 0ad021df8a..21a3f35c92 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ydb-embedded-ui", - "version": "8.26.2", + "version": "9.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "ydb-embedded-ui", - "version": "8.26.2", + "version": "9.0.0", "dependencies": { "@bem-react/classname": "^1.6.0", "@ebay/nice-modal-react": "^1.2.13", diff --git a/package.json b/package.json index f9c177b6c3..ec3ab6ca6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ydb-embedded-ui", - "version": "8.26.2", + "version": "9.0.0", "files": [ "dist" ],