Skip to content

πŸ“ docs(release): prepare v1.6.0-rc.8 - #626

Merged
scttbnsn merged 1 commit into
dev/v1.6from
docs/v1.6-rc8-changelog
Jul 28, 2026
Merged

πŸ“ docs(release): prepare v1.6.0-rc.8#626
scttbnsn merged 1 commit into
dev/v1.6from
docs/v1.6-rc8-changelog

Conversation

@scttbnsn

@scttbnsn scttbnsn commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Prepares the release surfaces for cutting v1.6.0-rc.8. No runtime code changes.

Why now

The #565 agent-report override wipe (#624) and the #623 action-trigger allow-list lockout (#625) are both runtime fixes, so they force a new candidate and restart the soak.

What's here

Changelog. Promotes [Unreleased] to [1.6.0-rc.8] β€” 2026-07-28 so release-cut.yml's CHANGELOG validation resolves an entry for the tag. Both Fixed entries came in with #624/#625; this adds the link definitions and a fresh empty Unreleased section.

Release identity. The usual 17-file bump, mirroring the rc.7 prep (#609): version badge, site-config.ts, the roadmap entry in site-content.ts, demo mock fixtures, the API doc response samples, the quickstart tag matrix, a new highlights section on the updates page, and the three pinned identity tests under scripts/. README highlights block keeps the cumulative v1.6 feature list (badge + summary line bump only).

All eight version files already sit at the 1.6.0 base, so no package.json bump is needed.

Verification

  • node --test scripts/*.test.mjs: 133 pass, 0 fail
  • Full pre-push gate green end to end: qlty, qlty-smells, scripts-test, workflow-tests, typecheck-ui, web-scripts-test, coverage, build, zizmor

Changelog

  • ✨ Added v1.6.0-rc.8 highlights and changelog links for #624 and #625.

  • πŸ”§ Promoted the changelog release entry to 1.6.0-rc.8 dated July 28, 2026 and added a new Unreleased section.

  • πŸ”§ Updated release identity across badges, site configuration, roadmap/content, fixtures, API examples, quickstart tags, and identity tests.

  • πŸ”§ Retained the cumulative v1.6 feature list in the README.

  • πŸ”§ Left package.json unchanged.

  • 133 script tests and the full pre-push gate passed.

  • No substantive review findings were reported.

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
drydock-website Ready Ready Preview, Comment Jul 28, 2026 3:24pm
drydockdemo-website Ready Ready Preview, Comment Jul 28, 2026 3:24pm

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. πŸŽ‰

ℹ️ Recent review info
βš™οΈ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 282034e4-ac76-4212-9f2c-9fcb98f9e47d

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between c7794b7 and c90d45d.

β›” Files ignored due to path filters (1)
  • CHANGELOG.md is excluded by !CHANGELOG.md
πŸ“’ Files selected for processing (16)
  • README.md
  • apps/demo/src/mocks/data/agents.ts
  • apps/demo/src/mocks/data/audit.ts
  • apps/demo/src/mocks/data/containers.ts
  • apps/demo/src/mocks/data/server.ts
  • apps/demo/src/mocks/handlers/app.ts
  • apps/web/src/lib/site-config.ts
  • apps/web/src/lib/site-content.ts
  • content/docs/current/api/agent.mdx
  • content/docs/current/api/app.mdx
  • content/docs/current/api/portwing.mdx
  • content/docs/current/quickstart/index.mdx
  • content/docs/current/updates/index.mdx
  • scripts/changelog-links.test.mjs
  • scripts/release-docs-identity.test.mjs
  • scripts/release-identity.test.mjs

πŸ“ Walkthrough

Walkthrough

The release identity is updated from 1.6.0-rc.7 to 1.6.0-rc.8 across README, web configuration, demo mocks, API examples, quick-start documentation, and release highlights. Release identity tests now expect the new version, previous RC, July 28, 2026 dates, and updated changelog comparison links.

Possibly related PRs

πŸš₯ Pre-merge checks | βœ… 2
βœ… Passed checks (2 passed)
Check name Status Explanation
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.
✨ 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 docs/v1.6-rc8-changelog

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.

@scttbnsn

Copy link
Copy Markdown
Contributor Author

@coderabbitai full review

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown
βœ… Action performed

Full review finished.

@scttbnsn
scttbnsn merged commit 665cb6c into dev/v1.6 Jul 28, 2026
25 checks passed
@scttbnsn
scttbnsn deleted the docs/v1.6-rc8-changelog branch July 28, 2026 16:12
scttbnsn added a commit that referenced this pull request Jul 28, 2026
Wholesale-tree sync bringing main tree-identical to dev/v1.6 at 3331000: #624 (#565 override-wipe fix), #625 (#623 action-trigger allow-list fix), #626 (rc.8 prep), #627 (docs), #628 (GA promotion workflow fix).
scttbnsn added a commit that referenced this pull request Jul 28, 2026
Standard release-identity prep for **v1.6.0-rc.9** (same-day follow-up
to rc.8), replicating the rc.8 prep (#626) pattern exactly:

- CHANGELOG: `[Unreleased]` β†’ `## [1.6.0-rc.9] β€” 2026-07-28` (keeps
#630's Portwing edge-streaming entries, adds the two #631 UI fixes under
Fixed), fresh empty `[Unreleased]`, link chain updated
- 17-file identity bump: README badge/highlights, demo mocks,
site-config/site-content, API doc samples, quickstart tag matrix,
updates highlights section, pinned identity test constants
(RC=1.6.0-rc.9, PREV=1.6.0-rc.8)
- Version files stay at base `1.6.0` per the RC ritual

Verified: 133/133 scripts tests, non-empty `extract-changelog-entry`
body for v1.6.0-rc.9, no stale rc.8 identity outside deliberate history.
Full local pre-push gate green.

rc.9 delta over rc.8 = #630 (Portwing edge streaming default-on) + #631
(row-overlay chip clip fix, registry-error tag-cell fix).

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Changelog

- ✨ Added v1.6.0-rc.9 highlights covering Portwing edge log streaming
and two UI fixes.
- πŸ”§ Changed release identity references across documentation, demos,
site content, API samples, quickstart data, and tests from rc.8 to rc.9.
- πŸ”§ Changed changelog compare-link chain and added a fresh
`[Unreleased]` section.
- πŸ”§ Retained version files at base version `1.6.0`.
- βœ… Verified 133 script tests, changelog extraction, stale rc.8 checks,
and the full pre-push gate.

## Concerns

- No runtime code changes are included.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
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