release(cli): cut v0.2.2#3961
Conversation
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.
|
Caution Review failedPull request was closed or merged during review No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughA 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
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Greptile SummaryPatch release cutting Confidence Score: 5/5Safe 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.
|
| 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"]
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.2" | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Already integrated, superseded by current versions, or net-empty in this fork: superset-sh#3881 superset-sh#3887 superset-sh#3917 superset-sh#3925 superset-sh#3940 superset-sh#3956 superset-sh#3961 superset-sh#3974 superset-sh#4017 superset-sh#4048 superset-sh#4049 superset-sh#4055 superset-sh#4063 superset-sh#4070 superset-sh#4092 superset-sh#4110 superset-sh#4138 superset-sh#4159 superset-sh#4163 superset-sh#4164 superset-sh#4209 superset-sh#4210 superset-sh#4249 superset-sh#4349 superset-sh#4405 superset-sh#4462 superset-sh#4464 superset-sh#4494 superset-sh#4495 superset-sh#4500 superset-sh#4535 superset-sh#4541 superset-sh#4566 superset-sh#4580 superset-sh#4589 superset-sh#4593 superset-sh#4603 superset-sh#4637 superset-sh#4642 superset-sh#4655 superset-sh#4657 superset-sh#4659 superset-sh#4685 superset-sh#4692 superset-sh#4745 superset-sh#4789 superset-sh#4797 superset-sh#4824 superset-sh#4835 superset-sh#4847 superset-sh#4885 superset-sh#4896.
Summary
Patch release picking up #3960 — the linux-arm64 tarball was missing
@anush008/tokenizers-linux-arm64-gnu, sosuperset startcrashed on boot for ARM Linux hosts (Hetzner Ampere, AWS Graviton, Oracle Ampere, Raspberry Pi).Push
cli-v0.2.2after this lands to firerelease-cli.yml.Test plan
cli-v0.2.2tag → release-cli.yml builds the 3-target matrixinstall.shon an ARM hostSummary by cubic
Cut
@superset/cliv0.2.2 to fix a linux-arm64 startup crash. The linux-arm64 tarball now includes@anush008/tokenizers-linux-arm64-gnu, sosuperset startruns on ARM hosts (Hetzner Ampere, AWS Graviton, Oracle Ampere, Raspberry Pi).Written for commit 1605551. Summary will update on new commits.
Summary by CodeRabbit