Skip to content

Conversation

@ydb-platform-bot
Copy link
Collaborator

@ydb-platform-bot ydb-platform-bot commented Dec 8, 2025

🤖 I have created a release beep boop

12.27.0 (2025-12-09)

Features

  • add read replicas template for row tables (#3187) (7205874)

Bug Fixes

  • correct static paths, put fonts in media folder for monaco icons (#3193) (90e1b53)

This PR was generated with Release Please. See documentation.

Greptile Overview

Greptile Summary

This is an automated release PR that bumps the version from 12.26.0 to 12.27.0. The release includes one new feature (adding read replicas template for row tables) and one bug fix (correcting static paths for Monaco editor font files).

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated release PR with accurate version bumps and changelog entries
  • This is a standard automated release PR generated by Release Please. All version numbers are correctly synchronized across files (12.26.0 → 12.27.0), the changelog accurately references the included commits with correct hashes (7205874 and 90e1b53), and follows the conventional commits format. No code changes are present in this PR itself.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
.release-please-manifest.json 5/5 Version bumped from 12.26.0 to 12.27.0
CHANGELOG.md 5/5 Added release entry with one feature (read replicas template) and one bug fix (monaco icons paths)
package.json 5/5 Version updated from 12.26.0 to 12.27.0
package-lock.json 5/5 Lockfile synchronized with version 12.27.0

Sequence Diagram

sequenceDiagram
    participant RP as Release Please Bot
    participant Manifest as .release-please-manifest.json
    participant PkgJson as package.json
    participant PkgLock as package-lock.json
    participant Changelog as CHANGELOG.md
    participant Git as Git Repository

    Git->>RP: Detect new commits since v12.26.0
    Note over Git,RP: Commits: #3187 (feat), #3193 (fix)
    
    RP->>RP: Analyze conventional commits
    RP->>RP: Calculate new version (12.27.0)
    
    RP->>Manifest: Update version: "12.26.0" → "12.27.0"
    RP->>PkgJson: Update version: "12.26.0" → "12.27.0"
    RP->>PkgLock: Update version: "12.26.0" → "12.27.0"
    RP->>Changelog: Prepend release notes
    Note over Changelog: Features: #3187<br/>Bug Fixes: #3193
    
    RP->>Git: Create PR #3189
    Git-->>RP: PR ready for review
Loading

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
378 375 0 1 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 62.49 MB | Main: 62.49 MB
Diff: 0.00 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@ydb-platform-bot ydb-platform-bot force-pushed the release-please--branches--main--components--ydb-embedded-ui branch from 2b0c3e1 to b64663e Compare December 9, 2025 14:53
Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@artemmufazalov artemmufazalov added this pull request to the merge queue Dec 9, 2025
Merged via the queue into main with commit 25b7b12 Dec 9, 2025
7 checks passed
@artemmufazalov artemmufazalov deleted the release-please--branches--main--components--ydb-embedded-ui branch December 9, 2025 15:09
@ydb-platform-bot
Copy link
Collaborator Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants