Skip to content

Conversation

@ydb-platform-bot
Copy link
Collaborator

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

🤖 I have created a release beep boop

12.29.0 (2025-12-12)

Features

  • specify resource pools when launching a query (#3198) (6c68264)

Bug Fixes


This PR was generated with Release Please. See documentation.

Greptile Overview

Greptile Summary

This is an automated release PR generated by Release Please that bumps the version from 12.28.1 to 12.29.0. The release includes:

All version numbers are consistently updated across manifest, package.json, and package-lock.json files. The CHANGELOG accurately reflects the 4 merged PRs (1 feature + 3 fixes) with proper commit references and links.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is a standard automated release PR with no code changes. All version updates are consistent across files, CHANGELOG entries match the included commits perfectly, and the release follows semantic versioning correctly (minor bump for new feature).
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
.release-please-manifest.json 5/5 Version bumped from 12.28.1 to 12.29.0 as expected for a minor release
package.json 5/5 Version updated to 12.29.0, consistent with release manifest
package-lock.json 5/5 Lock file version synchronized to 12.29.0 in two locations
CHANGELOG.md 5/5 Added release 12.29.0 entry with 1 feature and 3 bug fixes, all properly linked to PRs and commits

Sequence Diagram

sequenceDiagram
    participant Bot as Release Please Bot
    participant Manifest as .release-please-manifest.json
    participant Package as package.json
    participant Lock as package-lock.json
    participant Changelog as CHANGELOG.md
    participant Git as Git Repository
    
    Note over Bot,Git: Release 12.29.0 Process
    
    Bot->>Git: Detect merged PRs since v12.28.1
    Git-->>Bot: 4 PRs: #3198 (feat), #3210, #3211, #3216 (fixes)
    
    Bot->>Bot: Calculate version bump (minor for feature)
    
    Bot->>Manifest: Update version: "12.28.1" → "12.29.0"
    Bot->>Package: Update version: "12.28.1" → "12.29.0"
    Bot->>Lock: Update version in 2 locations
    
    Bot->>Changelog: Add new release section
    Note over Changelog: ## [12.29.0] (2025-12-12)<br/>### Features<br/>* specify resource pools (#3198)<br/>### Bug Fixes<br/>* cpu and ram columns (#3211)<br/>* handle unset memory (#3210)<br/>* always show default color (#3216)
    
    Bot->>Git: Create release PR #3212
    Git-->>Bot: PR ready for review
Loading

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 changed the title chore(main): release 12.28.2 chore(main): release 12.29.0 Dec 11, 2025
@ydb-platform-bot ydb-platform-bot force-pushed the release-please--branches--main--components--ydb-embedded-ui branch from 90e158b to 857b6c4 Compare December 11, 2025 20:26
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 857b6c4 to a4692bd Compare December 12, 2025 08:36
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 a4692bd to 3cdbbf5 Compare December 12, 2025 18:37
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

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.

2 participants