Skip to content

chore(main): release lobu 9.3.0#1027

Merged
buremba merged 1 commit into
mainfrom
release-please--branches--main
May 24, 2026
Merged

chore(main): release lobu 9.3.0#1027
buremba merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 24, 2026

🤖 I have created a release beep boop

lobu: 9.3.0

9.3.0 (2026-05-24)

Features

  • cli: fold @lobu/sdk into @lobu/cli/config (#1026) (06f3432)

This PR was generated with Release Please. See documentation.

Summary by CodeRabbit

  • Chores
    • Released version 9.3.0 with updated package versions across all modules
    • Updated release manifest and Helm chart metadata to reflect new version
    • Added changelog entry documenting CLI configuration consolidation feature

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 975d7932-febb-4fa3-9c3a-82d50423ce33

📥 Commits

Reviewing files that changed from the base of the PR and between 2164110 and 30b17bc.

📒 Files selected for processing (14)
  • .release-please-manifest.json
  • CHANGELOG.md
  • charts/lobu/Chart.yaml
  • package.json
  • packages/agent-worker/package.json
  • packages/cli/package.json
  • packages/client/package.json
  • packages/connector-sdk/package.json
  • packages/connector-worker/package.json
  • packages/core/package.json
  • packages/embeddings/package.json
  • packages/openclaw-plugin/package.json
  • packages/pgvector-embedded/package.json
  • packages/promptfoo-provider/package.json
✅ Files skipped from review due to trivial changes (11)
  • .release-please-manifest.json
  • package.json
  • packages/promptfoo-provider/package.json
  • packages/embeddings/package.json
  • packages/agent-worker/package.json
  • packages/client/package.json
  • packages/connector-sdk/package.json
  • packages/pgvector-embedded/package.json
  • CHANGELOG.md
  • charts/lobu/Chart.yaml
  • packages/connector-worker/package.json

📝 Walkthrough

Walkthrough

This PR is an automated release bump updating the monorepo from version 9.2.0 to 9.3.0. It modifies version fields across release manifests, package configurations, Helm chart metadata, and documentation to reflect the new release.

Changes

Release 9.3.0

Layer / File(s) Summary
Release manifest and root metadata
.release-please-manifest.json, package.json, charts/lobu/Chart.yaml
Release-please manifest and root workspace package are bumped to 9.3.0. Helm chart version and appVersion are updated from 9.2.0 to 9.3.0.
Changelog entry for 9.3.0
CHANGELOG.md
New release section documents the CLI feature to fold @lobu/sdk into @lobu/cli/config with linked issue/PR and commit references.
Package version updates
packages/agent-worker/package.json, packages/cli/package.json, packages/client/package.json, packages/connector-sdk/package.json, packages/connector-worker/package.json, packages/core/package.json, packages/embeddings/package.json, packages/openclaw-plugin/package.json, packages/pgvector-embedded/package.json, packages/promptfoo-provider/package.json
All workspace packages are updated from 9.2.0 to 9.3.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • lobu-ai/lobu#1006: Both PRs are part of the same release-please version bump, updating the same version-tracking artifacts (.release-please-manifest.json, charts/lobu/Chart.yaml, root/package version fields, and CHANGELOG.md)—main advances 9.2.0→9.3.0 where the retrieved PR advanced 9.1.1→9.2.0.
  • lobu-ai/lobu#1004: Both PRs are coordinated release bumps that update the same versioning fields (e.g., .release-please-manifest.json ".", package.json/package version, and charts/lobu/Chart.yaml version/appVersion) and add corresponding CHANGELOG.md sections for the next patch release.

Suggested labels

autorelease: tagged

Poem

🐰 Hop along, dear version nine!
From two to three, a fine design,
Each package bumped, each manifest's blessed,
The monorepo stands the release test!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is auto-generated by Release Please and lacks the required template sections (Summary, Test plan, Notes) specified in the repository guidelines. Add the required template sections: provide a brief summary if needed, confirm test plan validation steps were completed, and include any relevant notes or linked issues.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely describes the main change: a release version bump of lobu from 9.2.0 to 9.3.0, which is directly reflected in all the file changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@package.json`:
- Line 3: The package.json version was updated but bun.lock was not
regenerated/committed; run the repository submodule and bun install steps to
regenerate the lockfile and commit it. Execute the suggested commands:
initialize/update the submodule for packages/owletto and run bun install with
frozen lockfile (git submodule update --init packages/owletto && bun install
--frozen-lockfile), verify bun.lock changed, add and commit the updated bun.lock
alongside the package.json change so both files are included in the same PR.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f008bda9-50c3-4d09-9148-7840e3551467

📥 Commits

Reviewing files that changed from the base of the PR and between 06f3432 and 2164110.

📒 Files selected for processing (15)
  • .release-please-manifest.json
  • CHANGELOG.md
  • charts/lobu/Chart.yaml
  • package.json
  • packages/agent-worker/package.json
  • packages/cli/package.json
  • packages/client/package.json
  • packages/connector-sdk/package.json
  • packages/connector-worker/package.json
  • packages/connectors/package.json
  • packages/core/package.json
  • packages/embeddings/package.json
  • packages/openclaw-plugin/package.json
  • packages/pgvector-embedded/package.json
  • packages/promptfoo-provider/package.json

Comment thread package.json
{
"name": "lobu-monorepo",
"version": "9.2.0",
"version": "9.3.0",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Description: Check if bun.lock is present in this PR's changed files

gh pr view 1027 --json files --jq '.files[].path' | grep -E '^bun\.lock$'

Repository: lobu-ai/lobu

Length of output: 38


Regenerate and commit bun.lock with the package.json change

The PR’s changed file list does not include bun.lock, so it was not regenerated/committed alongside the package.json update.
Run git submodule update --init packages/owletto && bun install --frozen-lockfile and commit the resulting bun.lock in the same PR.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@package.json` at line 3, The package.json version was updated but bun.lock
was not regenerated/committed; run the repository submodule and bun install
steps to regenerate the lockfile and commit it. Execute the suggested commands:
initialize/update the submodule for packages/owletto and run bun install with
frozen lockfile (git submodule update --init packages/owletto && bun install
--frozen-lockfile), verify bun.lock changed, add and commit the updated bun.lock
alongside the package.json change so both files are included in the same PR.

@buremba buremba force-pushed the release-please--branches--main branch from 2164110 to 30b17bc Compare May 24, 2026 14:05
@buremba buremba merged commit d75d07a into main May 24, 2026
20 checks passed
@buremba buremba deleted the release-please--branches--main branch May 24, 2026 14:23
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 24, 2026

🤖 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.

2 participants