chore: prepare 0.6.7 release - #479
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (8)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe release updates the workspace and package versions to 0.6.7, aligns internal dependency references, and documents CLI credential redaction and the bundled admin UI dependency update. Changes0.6.7 release alignment
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This release preparation updates versions, lockfiles, and release notes without migrations or public API changes; no actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (8 skipped: 8 unsupported.) 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 |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
@coderabbitai review |
✅ Action performedReview finished.
|
8057c32 to
465f90e
Compare
|
@coderabbitai review |
465f90e to
2cd1144
Compare
|
@coderabbitai review |
|
@codex review |
|
|
|
Codex Review: Didn't find any major issues. More of your lovely PRs please. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
Prepare the 0.6 maintenance line for v0.6.7.
seroval1.5.1 to patched 1.5.6 (the same scoped update as build(deps): bump seroval from 1.5.1 to 1.5.6 in /awa-ui/frontend #453)h2to 0.4.16 in both Rust lockfiles andcrossbeam-epochto 0.9.20 in the main lockfile, resolving the current RustSec advisoriesThis patch has no migrations, schema changes, or public API changes.
Validation
cargo fmt --all -- --checkSQLX_OFFLINE=true cargo clippy --all-targets --all-features -- -D warningsSQLX_OFFLINE=true cargo build --workspacecargo test -p awa-cli --test help_cli_test(3 passed)cd awa-python && SQLX_OFFLINE=true cargo check --all-targets --all-featurescd awa-python && uv lock --checkcargo deny check advisoriesin both Rust workspaces (clean)cd awa-ui/frontend && npm ci && npm run lint && npm run buildcd awa-ui/frontend && npm audit --omit=dev(0 vulnerabilities)awa-cliafter the production frontend build;awa --versionreports 0.6.7Release gate
After merge, wait for the automatically triggered full
CIbranch-push run on the exactrelease/0.6.6merge commit. Tag that exact commitv0.6.7only after it passes; the release workflow enforces this exact-SHA gate.