Skip to content

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

Merged
scttbnsn merged 1 commit into
dev/v1.6from
fix/v1.6-rc7-prep
Jul 26, 2026
Merged

πŸ“ docs(release): prepare v1.6.0-rc.7#609
scttbnsn merged 1 commit into
dev/v1.6from
fix/v1.6-rc7-prep

Conversation

@scttbnsn

Copy link
Copy Markdown
Contributor

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

Why now

rc.6 published clean earlier today, but the same day's identity-drift sweep produced four runtime fixes (#607) plus the icon-bundle regen (#608). A runtime change forces a new candidate and restarts the seven-day soak, so rc.7 it is.

What's here

Changelog. Promotes [Unreleased] to [1.6.0-rc.7] β€” 2026-07-26 so release-cut.yml's CHANGELOG validation resolves an entry for the tag. The four Fixed entries came in with #607; this adds the Changed entry for #608 and the link definitions.

Release identity. The usual 17-file bump: 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/. The README highlights block keeps the cumulative v1.6 feature list, matching the rc.6 prep pattern (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 on the four identity/changelog scripts: 24 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

@vercel

vercel Bot commented Jul 26, 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 26, 2026 10:38pm
drydockdemo-website Ready Ready Preview, Comment Jul 26, 2026 10:38pm

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@scttbnsn, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 24 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
βš™οΈ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e28e840d-8790-4168-995a-000b8ba41eab

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 70b1181 and ff450e4.

β›” 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
✨ Finishing Touches
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/v1.6-rc7-prep

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
scttbnsn merged commit 391c1b7 into dev/v1.6 Jul 26, 2026
25 checks passed
@scttbnsn
scttbnsn deleted the fix/v1.6-rc7-prep branch July 26, 2026 23:01
scttbnsn added a commit that referenced this pull request Jul 26, 2026
Routine pre-cut sync: takes `dev/v1.6` (`391c1b7d`) wholesale onto
`main` so the rc.7 tag cuts from a tree identical to the dev branch.

Delta since the rc.6 sync (#603):
- #607 β€” four identity-drift fixes (soak-clock recreate reset,
notification dedup double-fire, scan write-back revert, update-age
fallback leak)
- #608 β€” icon-bundle regenerated against the locked iconify versions
- #609 β€” rc.7 release-surface prep (CHANGELOG heading, 17-file identity
bump)

Head branch is a throwaway (`sync/main-20260726-rc7`), not `dev/v1.6`,
so auto-delete-head-branches can't touch the dev branch (#596 lesson).

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

## Changelog

- πŸ› Fixed identity drift across maturity tracking, notification
deduplication, and scan write-back.
- πŸ› Prevented stale or removed containers from being overwritten or
resurrected during scans.
- ✨ Added shared candidate-identity extraction and raw-container access
APIs.
- πŸ”§ Updated maturity/age filtering and sorting behavior and expanded
regression coverage.
- πŸ”§ Regenerated the server icon bundle.
- πŸ”§ Bumped release surfaces, documentation, mocks, and validation tests
from `v1.6.0-rc.6` to `v1.6.0-rc.7`.
- ✨ Added `v1.6.0-rc.7` release highlights and GA-compatible
release-surface checks.

<!-- 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