Skip to content

release(cli): cut v0.2.12#4209

Merged
saddlepaddle merged 1 commit intomainfrom
release/cli-v0.2.12
May 7, 2026
Merged

release(cli): cut v0.2.12#4209
saddlepaddle merged 1 commit intomainfrom
release/cli-v0.2.12

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented May 7, 2026

Summary

Cuts CLI v0.2.12.

Changes since v0.2.11:

Test plan

  • bun run typecheck --filter=@superset/cli passes
  • superset workspaces update <id> --name "..." smokes locally
  • superset organization members list and superset tasks statuses list smoke locally
  • After merge: push cli-v0.2.12 tag to fire the release pipeline

Summary by cubic

Release @superset/cli v0.2.12. Adds workspace rename and read-only org/task listing commands, plus improved PR lookup in the v2 new-workspace modal.

  • New Features

    • superset workspaces update <id> --name "..." to rename workspaces. Branch/host moves remain desktop-only.
    • superset organization members list to list members (read-only; add/remove stays in UI).
    • superset tasks statuses list to list configured task statuses.
  • Bug Fixes

    • v2 new-workspace modal: pasting a closed/merged PR URL or #N now returns the PR; direct lookups ignore the open-only filter.

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

Summary by CodeRabbit

  • Chores
    • Updated CLI package version to 0.2.12.

Changes since v0.2.11:

- workspaces: add `superset workspaces update <id> --name "..."` for
  renaming. Branch/host moves stay desktop-only — they require host-side
  git orchestration that isn't safe to drive from the cloud directly.
  (#4189)
- organization: new `superset organization members list` command (also
  exposed via SDK + mcp-v2). Read-only — add/remove keep their
  existing UI flows. (#4197)
- tasks: new `superset tasks statuses list` command surfacing the
  organization's configured task statuses. (#4197)
- host-service: paste a closed/merged PR URL or `#N` into the v2
  new-workspace modal and the dropdown actually returns the PR instead
  of "No open pull requests found." Direct lookups now ignore the
  open-only state filter that bounds text-search results. (#4190)

Push cli-v0.2.12 after this lands to fire the release pipeline.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 7, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 61788300-08b4-41b0-8ea9-cbff7e90238b

📥 Commits

Reviewing files that changed from the base of the PR and between 84c86c3 and bcbec86.

⛔ 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

The CLI package version is incremented from 0.2.11 to 0.2.12 in both the build-time configuration constant and the npm package manifest.

Changes

CLI Version Bump

Layer / File(s) Summary
Version Constant and Metadata
packages/cli/cli.config.ts, packages/cli/package.json
VERSION constant bumped from 0.2.11 to 0.2.12; build-time process.env.SUPERSET_VERSION define mapping updated; npm package version field incremented to 0.2.12.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A little hop, a version's song,
0.2.12, where we all belong,
Config and manifest dance as one,
The CLI's tiny bump is done! 🐰

✨ 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.12

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

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

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 7, 2026

Greptile Summary

This PR cuts CLI release v0.2.12, bumping the version string in three places (packages/cli/package.json, packages/cli/cli.config.ts, and bun.lock) from 0.2.11 to 0.2.12. The actual feature work (workspace rename, organization members list, task statuses list, PR lookup fix) was merged separately; this commit only advances the version for the release pipeline.

  • Version bump@superset/cli version updated consistently across package.json, cli.config.ts (the runtime VERSION constant), and bun.lock.
  • No functional changes — all three diffs are single-line version string replacements; no logic, dependencies, or configuration was modified.

Confidence Score: 5/5

Safe to merge — all three changes are identical single-line version string replacements with no logic or dependency modifications.

The entire diff is three one-line version string updates across the package manifest, the runtime config constant, and the lock file. All three are consistent with each other and with the stated release version. There is nothing here that could introduce a regression.

No files require special attention.

Important Files Changed

Filename Overview
packages/cli/package.json Version bumped from 0.2.11 to 0.2.12; no other changes.
packages/cli/cli.config.ts VERSION constant updated from "0.2.11" to "0.2.12"; no other changes.
bun.lock Lock file entry for @superset/cli updated to reflect the new 0.2.12 version; no dependency changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR 4209 merged] --> B[Push cli-v0.2.12 tag]
    B --> C[Release pipeline triggered]
    C --> D[Build superset/cli v0.2.12]
    D --> E[Publish artifact]

    subgraph files [Version sources bumped]
        F[package.json]
        G[cli.config.ts]
        H[bun.lock]
    end

    A -.-> F
    A -.-> G
    A -.-> H
Loading

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

@saddlepaddle saddlepaddle merged commit e04774c into main May 7, 2026
15 of 16 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 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