Skip to content

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

Merged
scttbnsn merged 1 commit into
dev/v1.6from
chore/v1.6-rc9-prep
Jul 28, 2026
Merged

πŸ“ docs(release): prepare v1.6.0-rc.9#633
scttbnsn merged 1 commit into
dev/v1.6from
chore/v1.6-rc9-prep

Conversation

@scttbnsn

@scttbnsn scttbnsn commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

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:

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).

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.

Promotes [Unreleased] to [1.6.0-rc.9] β€” 2026-07-28 and runs the standard 17-file release-identity bump (badge, site-config, roadmap entry, demo mocks, API doc samples, quickstart tag matrix, updates highlights, pinned identity tests). No runtime code changes; version files stay at the 1.6.0 base.
@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 10:10pm
drydockdemo-website Ready Ready Preview, Comment Jul 28, 2026 10:10pm

@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: 82ce4637-fb70-42e3-a44d-9fe3b093e5e4

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 548fd70 and b9acd18.

β›” 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

Bumps the project release identity from v1.6.0-rc.8 to v1.6.0-rc.9 across README and site content, API documentation, quickstart material, demo mocks and handlers, and release validation tests. Adds v1.6.0-rc.9 release highlights covering Portwing logging, row overlay clipping, and registry error display behavior.

Possibly related PRs

  • CodesWhat/drydock#626: Updates the same versioned mock, documentation, and release-test locations for the preceding RC bump.
  • CodesWhat/drydock#549: Applies the same release-candidate version bump pattern across shared project surfaces.
  • CodesWhat/drydock#515: Updates the same demo mock version strings and MSW handler data.
πŸš₯ 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 chore/v1.6-rc9-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 3dc5f7b into dev/v1.6 Jul 28, 2026
25 checks passed
@scttbnsn
scttbnsn deleted the chore/v1.6-rc9-prep branch July 28, 2026 22:33
scttbnsn added a commit that referenced this pull request Jul 28, 2026
Wholesale-tree sync of `dev/v1.6` @ `3dc5f7b5` onto `main` ahead of the
**v1.6.0-rc.9** cut.

Delta over rc.8 (`bcbbf712`):
- #630 β€” Portwing edge log streaming default-on (continuous WebSocket
bridging, 1 MiB per-viewer caps, fleet-soak workflow)
- #631 β€” UI: row-overlay chip unclipped at the pinned-column edge;
registry errors no longer replace the tag in the tag column
- #633 β€” rc.9 release-identity prep (CHANGELOG + 17-file bump)

Head branch is a throwaway (`sync/main-20260728-rc9`) per the sync-PR
pattern; the server-side commit's tree is exactly `dev/v1.6^{tree}` so
`git diff origin/main origin/dev/v1.6` is empty after merge. Dispatch
`release-cut.yml --ref main -f release_tag=v1.6.0-rc.9` once merged.

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

## Changelog

- ✨ Added continuous Portwing container-log streaming with cancellation,
backpressure limits, legacy compatibility, and fleet-soak testing.
- πŸ”§ Changed Portwing to enabled-by-default;
`DD_EXPERIMENTAL_PORTWING=false` is now the emergency disable switch.
- πŸ› Fixed pinned-column row-overlay clipping and registry errors
overwriting container tags.
- πŸ”§ Updated release identity and documentation from `v1.6.0-rc.8` to
`v1.6.0-rc.9`.
- ✨ Added release notes, API documentation, soak evidence reporting, and
related test coverage.

## Concerns

- Dispatch the release workflow with `release_tag=v1.6.0-rc.9` after
merging.
- Confirm the fleet-soak workflow succeeds and produces its evidence
artifact.
- Review Portwing memory, viewer-buffer, concurrency, and reconnect
thresholds for production suitability.

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