Skip to content

release(cli): cut v0.2.2#3961

Merged
saddlepaddle merged 1 commit into
mainfrom
release/cli-v0.2.2
May 1, 2026
Merged

release(cli): cut v0.2.2#3961
saddlepaddle merged 1 commit into
mainfrom
release/cli-v0.2.2

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented May 1, 2026

Summary

Patch release picking up #3960 — the linux-arm64 tarball was missing @anush008/tokenizers-linux-arm64-gnu, so superset start crashed on boot for ARM Linux hosts (Hetzner Ampere, AWS Graviton, Oracle Ampere, Raspberry Pi).

Push cli-v0.2.2 after this lands to fire release-cli.yml.

Test plan

  • PR merges; CI green
  • Push cli-v0.2.2 tag → release-cli.yml builds the 3-target matrix
  • Smoke test linux-arm64 tarball via install.sh on an ARM host

Summary by cubic

Cut @superset/cli v0.2.2 to fix a linux-arm64 startup crash. The linux-arm64 tarball now includes @anush008/tokenizers-linux-arm64-gnu, so superset start runs on ARM hosts (Hetzner Ampere, AWS Graviton, Oracle Ampere, Raspberry Pi).

Written for commit 1605551. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • Updated CLI to version 0.2.2

Patch release for the linux-arm64 startup crash (#3960 since v0.2.1).
Push cli-v0.2.2 after this lands to fire the release pipeline.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 1, 2026

Caution

Review failed

Pull request was closed or merged during review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 27e92556-6094-4a1a-aadc-4929e60391b1

📥 Commits

Reviewing files that changed from the base of the PR and between 8c36fb8 and 1605551.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • packages/cli/cli.config.ts
  • packages/cli/package.json

📝 Walkthrough

Walkthrough

A version bump for the CLI package from 0.2.1 to 0.2.2, updating both the version constant in the configuration file and the package manifest with identical version increments.

Changes

Cohort / File(s) Summary
CLI Version Bumps
packages/cli/cli.config.ts, packages/cli/package.json
Version incremented from 0.2.1 to 0.2.2 in both the configuration file and package manifest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • release(cli): cut v0.2.1 #3925: Directly related as it modifies the same CLI version constants and package.json in packages/cli with identical version bumping changes.

Poem

🐰✨ A hop, a skip, two digits in place,
From point-two-one to point-two-two's embrace,
Version bumped swift with synchronized grace,
The CLI hops forward in development's race! 🚀

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The pull request title clearly describes the main change: cutting a new CLI version release (v0.2.2).
Description check ✅ Passed The pull request description is comprehensive and well-structured, covering the purpose of the release, related issues, test plan, and context about the fix.
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 docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/cli-v0.2.2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.

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

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 1, 2026

Greptile Summary

Patch release cutting v0.2.2 of the CLI. The entire diff is a mechanical version bump (0.2.10.2.2) across package.json, cli.config.ts, and bun.lock. The substantive fix (adding the missing @anush008/tokenizers-linux-arm64-gnu optional dependency for ARM Linux hosts) was merged separately in #3960; this PR just advances the version so the release workflow can tag and publish the corrected tarballs.

Confidence Score: 5/5

Safe to merge — changes are a pure version bump with no logic or dependency graph alterations.

All three file changes are identical mechanical version bumps; no logic, no new dependencies, no risk of regression. No P0/P1 findings.

No files require special attention.

Important Files Changed

Filename Overview
packages/cli/package.json Version bumped from 0.2.1 to 0.2.2 — no other changes.
packages/cli/cli.config.ts VERSION constant updated from "0.2.1" to "0.2.2" — no other changes.
bun.lock Lock file version entry for @superset/cli updated to 0.2.2 — no dependency graph changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["PR #3960 merged\n(ARM64 tokenizer fix)"] --> B["This PR: v0.2.1 → v0.2.2\n(package.json, cli.config.ts, bun.lock)"]
    B --> C["Merge to main"]
    C --> D["Push cli-v0.2.2 tag"]
    D --> E["release-cli.yml triggered\n3-target build matrix"]
    E --> F1["linux-x64 tarball"]
    E --> F2["linux-arm64 tarball\n(now includes tokenizer)"]
    E --> F3["darwin tarball"]
Loading

Reviews (1): Last reviewed commit: "release(cli): cut v0.2.2" | Re-trigger Greptile

@saddlepaddle saddlepaddle merged commit 5707b2b into main May 1, 2026
13 of 14 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant