Skip to content

chore(main): release lobu 9.0.0#939

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

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

Conversation

@buremba
Copy link
Copy Markdown
Member

@buremba buremba commented May 19, 2026

🤖 I have created a release beep boop

lobu: 9.0.0

9.0.0 (2026-05-21)

⚠ BREAKING CHANGES

  • server: the local lobu run / test database engine is now a real embedded PostgreSQL instead of PGlite. Existing ~/.lobu PGlite data dirs are not migrated — a fresh embedded PG cluster is created. Production (external Postgres via DATABASE_URL) is unchanged.

Features

  • cli: flatten Lobu context config (#955) (50dd706)
  • cli: lobu call — generic dispatcher over admin REST tools (#938) (17f0da9)
  • cli: ship the owletto web UI bundle in lobu run (#985) (2439747)
  • connectors: user-declared connector dependencies (npm bundled + nix native) (#973) (ac2ddbd)
  • landing: dev-focused rebuild — pinned examples, animated architecture, real cast (#945) (8695c57)
  • landing: per-use-case snippet tabs, connector logo wall, drop asciinema, simplify nav (#988) (ca889c6)
  • local review tool (make review) — shadow-mode multi-axis verdict (#942) (dfb4958)
  • server: generalize list_runs for connection/device/feed run tables (#963) (68cefde)
  • server: PGlite-mode parity with Postgres for Agent API (#940) (cb2a6f1)
  • server: replace PGlite with embedded Postgres; bundle pgvector; earthdistance geo (#965) (7793c56)

Bug Fixes

  • auth: unwedge PGlite sign-up by routing single-user guard through the transaction adapter (#952) (521e6f7)
  • ci: expose ClawHub token flag to login step (03160db), closes #953
  • cli/server: zero-to-chat local-dev flow works without --org or browser sign-in (#944) (e6f201b)
  • gateway: surface worker failures to chat clients as terminal errors (#946) (#971) (c8553c1)
  • getting-started reliability (openrouter model routing + run auto-apply) (#987) (86b3f17)
  • prevent prod data wipe — non-destructive baseline down + test-DB guard (#989) (df38fbf)
  • providers: reliable routing for all config-driven LLM providers (#992) (ada2219)
  • remove redundant getDb dynamic imports and fix $member entity FK violation (#957 #956) (#959) (9e61edd)
  • server: apply takes effect without lobu run restart (#993) (3012104)
  • start-local: close 7 PGlite/Postgres parity-hygiene risks (#943) (e80f0c2)
  • test: tolerate non-owner of schema public in setupTestDatabase (#961) (1600bc4)

This PR was generated with Release Please. See documentation.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

Coordinated version bump from 8.0.0 → 8.1.0: release-please manifest and root package updated, CHANGELOG 8.1.0 entry added (2026-05-20), Helm chart version/appVersion bumped, and workspace package version fields set to 8.1.0.

Changes

Release 8.1.0 Version Coordination

Layer / File(s) Summary
Release manifest and root version coordination
.release-please-manifest.json, package.json, CHANGELOG.md
Root package version incremented to 8.1.0 in .release-please-manifest.json and root package.json; CHANGELOG.md adds the 8.1.0 release section dated 2026-05-20.
Helm chart and workspace package versions
charts/lobu/Chart.yaml, packages/agent-worker/package.json, packages/cli/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/promptfoo-provider/package.json
Helm chart version and appVersion bumped to 8.1.0; all listed workspace package version fields updated to 8.1.0.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

  • lobu-ai/lobu#724: Earlier release bump across the same manifests for a prior version series.
  • lobu-ai/lobu#897: Another release-please bump updating release manifest, changelog, chart, and package versions.
  • lobu-ai/lobu#573: Prior release chore that updated version-related files and changelog.

Suggested labels

autorelease: tagged

Poem

🐇 I hopped the bump from eight to eight-dot-one,
Manifests tidy, versions all done,
Charts aligned and changelog bright,
Packages ready for the night,
Carrots packed — release in sight!

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title claims 'release lobu 9.0.0' but all changed files show version bumps from 8.0.0 to 8.1.0, not 9.0.0. Update the title to 'chore(main): release lobu 8.1.0' to match the actual version bump in the changeset.
Description check ⚠️ Warning The pull request description is an auto-generated release notes from Release Please and lacks required sections from the template (Summary, Test plan, Notes). Add the required template sections: provide a Summary, indicate which Test plan items were run, and add any Notes about validation or related issues.
✅ Passed checks (3 passed)
Check name Status Explanation
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!

@buremba buremba force-pushed the release-please--branches--main branch from a81cf2a to abdf20b Compare May 21, 2026 00:01
@buremba buremba force-pushed the release-please--branches--main branch from abdf20b to de42ad3 Compare May 21, 2026 00:01
@buremba buremba merged commit 2503125 into main May 21, 2026
18 of 19 checks passed
@buremba buremba deleted the release-please--branches--main branch May 21, 2026 00:11
@buremba
Copy link
Copy Markdown
Member Author

buremba commented May 21, 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.

publish-packages.yml: ClawHub login if-condition can never be true (step env not visible to step if)

2 participants