release(cli): cut v0.2.15#4462
Conversation
Changes since v0.2.14: - workspaces: `superset workspaces list` now accepts `--project` and `--search` filters, matching the desktop list view. (#4455) - cli-framework: `--help` on a subcommand now shows the global options (e.g. `--json`, `--quiet`, `--api-key`) instead of hiding them. (#4424) - host-service: attachment upload no longer rejects unknown mediaType values returned by some hosts. (#4439) - host-service: PR fetch is now per-branch, avoiding 504s on repos with large numbers of open PRs. (#4268) Push cli-v0.2.15 after this lands to fire the release pipeline.
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
|
Caution Review failedThe pull request is closed. ℹ️ 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)
📝 WalkthroughWalkthroughVersion bump from 0.2.14 to 0.2.15 in the CLI package. The VERSION constant in ChangesVersion Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ 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. Comment |
Greptile SummaryThis PR cuts the
Confidence Score: 4/5Safe to merge — the change is a mechanical version bump across three files with no logic modifications. All three changed files consistently reflect 0.2.15. The only loose end is CLI_SPEC_CURRENT.md, which still advertises the old version and was not part of this diff; it won't affect runtime behaviour but will mislead anyone consulting that spec doc. packages/cli/CLI_SPEC_CURRENT.md — stale version reference not included in the diff.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version bumped from 0.2.14 to 0.2.15; no dependency changes. |
| packages/cli/cli.config.ts | VERSION constant updated from 0.2.14 to 0.2.15; consistently used in config and injected at build time. |
| bun.lock | Lock file entry for @superset/cli updated to 0.2.15 to match package.json. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR merged to main] --> B[Push tag cli-v0.2.15]
B --> C[release-cli.yml triggered]
C --> D[Build linux-x64]
C --> E[Build darwin-arm64]
C --> F[Build linux-arm64]
D & E & F --> G[Draft GitHub Release\n+ cli-latest rolling tag updated]
Comments Outside Diff (1)
-
packages/cli/CLI_SPEC_CURRENT.md, line 14 (link)Stale version in spec document
CLI_SPEC_CURRENT.mdstill referencesBuilt version: 0.2.14after the bump to0.2.15. Anyone using this file as a reference will see the wrong version for the current build.Prompt To Fix With AI
This is a comment left during a code review. Path: packages/cli/CLI_SPEC_CURRENT.md Line: 14 Comment: **Stale version in spec document** `CLI_SPEC_CURRENT.md` still references `Built version: 0.2.14` after the bump to `0.2.15`. Anyone using this file as a reference will see the wrong version for the current build. How can I resolve this? If you propose a fix, please make it concise.
Prompt To Fix All With AI
Fix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
packages/cli/CLI_SPEC_CURRENT.md:14
**Stale version in spec document**
`CLI_SPEC_CURRENT.md` still references `Built version: 0.2.14` after the bump to `0.2.15`. Anyone using this file as a reference will see the wrong version for the current build.
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.15" | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Summary
Bumps
@superset/clifrom 0.2.14 → 0.2.15. After merge, pushcli-v0.2.15against the resulting commit onmainto fire.github/workflows/release-cli.yml.Changes since v0.2.14
superset workspaces listnow accepts--projectand--searchfilters, matching the desktop list view. (feat(cli): add --project and --search filters to workspaces list #4455)--helpon a subcommand now shows the global options (e.g.--json,--quiet,--api-key) instead of hiding them. (fix(cli-framework): show global options in subcommand --help #4424)mediaTypevalues returned by some hosts. (fix(host-service): accept unknown mediaType on attachment upload #4439)Test plan
cli-v0.2.15and confirmRelease CLIworkflow builds all three targets (linux-x64, darwin-arm64, linux-arm64)cli-latestrolling tag are updatedSummary by cubic
Cut
@superset/cliv0.2.15 with improvements to workspace filtering, clearer help output, and more reliable host-service behavior on large repos.New Features
superset workspaces listnow supports--projectand--search.--helpshows global options from@superset/cli-framework(e.g.,--json,--quiet,--api-key).Bug Fixes
mediaTypevalues from some hosts.Written for commit 4c7d002. Summary will update on new commits.
Summary by CodeRabbit