Skip to content

πŸ”§ chore(release): cut v1.6.0-rc.12 - #666

Merged
scttbnsn merged 1 commit into
dev/v1.6from
release/v1.6-rc.12-prep
Aug 4, 2026
Merged

πŸ”§ chore(release): cut v1.6.0-rc.12#666
scttbnsn merged 1 commit into
dev/v1.6from
release/v1.6-rc.12-prep

Conversation

@scttbnsn

@scttbnsn scttbnsn commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

rc.12 release prep: renames [Unreleased] to [1.6.0-rc.12] β€” 2026-08-04 and rolls the release identity forward across README (badge + highlights), site config/content, quickstart tag matrix, demo mocks, API docs, the updates highlights page, and the identity/changelog-link tests. Adds the routine dependency-maintenance rollup (#653, #654, #655, #656, #664) and the Crowdin sync note (#665) to the changelog entry.

Version files stay at 1.6.0 (base version, set at rc.1 β€” the release-cut workflow validates base version, full-tag changelog heading).

rc.12 contents

After merge: dev→main wholesale-tree sync, then dispatch release-cut.yml --ref main -f release_tag=v1.6.0-rc.12.

Changelog

πŸ”§ Changed

  • Updated release identity from 1.6.0-rc.11 to 1.6.0-rc.12 across documentation, site content, quickstart materials, API examples, demo mocks, and tests.
  • Added v1.6.0-rc.12 release highlights dated August 4, 2026.
  • Updated changelog links and release metadata expectations.
  • Kept version files at 1.6.0.

πŸ”’ Security

  • Added security dependency updates for #653, #654, #655, #656, and #664.
  • Added the Crowdin synchronization note for #665.
  • Documented security dependency pins from #659.

✨ Added

  • Maturity badge and publish-date authentication updates from #604.
  • Agent-mismatch grace during component registration from #605.
  • Anonymous authentication support for WebSocket log streams from #636.
  • Explicit 501 responses when agent containers lack controller lifecycle transport from #637.

Concerns

  • Verify all 1.6.0-rc.11 references are intentionally replaced or retained.
  • Verify the August 4, 2026 release date matches the release workflow.
  • Run changelog and release-identity tests after the updates.
  • Confirm the planned dev to main sync and release-cut workflow occur after merge.

Renames Unreleased to [1.6.0-rc.12] β€” 2026-08-04 and rolls the release
identity forward across README, site config/content, quickstart tag
matrix, demo mocks, API docs, updates highlights, and the identity/link
tests. Adds the routine dependency-maintenance rollup entry (#653, #654,
#655, #656, #664) and the Crowdin sync note (#665).

rc.12 contents: security pins #659 (brace-expansion 5.0.9, ip-address
10.3.1, fast-uri 4.1.2), #604 maturity clock, #605 agent-mismatch grace,
#636 WS anonymous auth, #637 explicit 501.
@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 24 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/codeswhat?upgradeToPro=build-rate-limit

@coderabbitai

coderabbitai Bot commented Aug 4, 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: bbf487d5-e148-4aef-88e4-853dc008587a

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between ab72a62 and 0966ad1.

β›” 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 candidate version changes from 1.6.0-rc.11 to 1.6.0-rc.12 across demo mocks, site configuration, documentation, README content, and release tests. Release notes document security updates, maturity handling, agent registration behavior, anonymous-auth WebSocket support, and explicit 501 responses. Changelog comparison expectations and release dates also change.

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 πŸ’‘ 1
πŸ› οΈ Fix failing CI checks πŸ’‘
  • Create stacked PR
  • Commit on current branch
πŸ“ Generate docstrings
  • Create stacked PR
  • Commit on current branch
πŸ§ͺ Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v1.6-rc.12-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 0342fa6 into dev/v1.6 Aug 4, 2026
22 of 24 checks passed
@scttbnsn
scttbnsn deleted the release/v1.6-rc.12-prep branch August 4, 2026 23:47
scttbnsn added a commit that referenced this pull request Aug 5, 2026
Wholesale-tree sync ahead of the v1.6.0-rc.12 cut: the head commit's
tree is `origin/dev/v1.6`'s tree verbatim (`630c64ec`), parented on
main's current head (`67f23419`). Squash-merging makes main
tree-identical to `dev/v1.6`, satisfying the release-cut drift guard
(`git diff --quiet origin/main origin/dev/v1.6`).

Brings in since rc.11: #659 security pins, #662/#660/#661/#663 runtime
fixes (#636/#604/#605/#637), #664 guard floor, #653–#656 deps, #665
Crowdin, #666 rc.12 prep.

After merge: dispatch `release-cut.yml --ref main -f
release_tag=v1.6.0-rc.12`.

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

## Changelog

- πŸ”’ Updated dependency security pins and security-version tests.
- ✨ Added anonymous-authenticated WebSocket log streams with IP-based
rate limits.
- ✨ Added agent component-registration state tracking.
- πŸ”§ Downgraded selected update blockers during agent registration.
- πŸ”§ Added controller-Docker transport detection.
- πŸ› Added HTTP `501` responses for unsupported agent lifecycle actions.
- πŸ› Fixed maturity filtering to use per-container thresholds.
- πŸ› Changed Docker publish-date lookup failures to warning logs.
- πŸ”§ Updated dependency versions, release metadata, documentation, mocks,
and changelog links from `v1.6.0-rc.11` to `v1.6.0-rc.12`.
- ✨ Added release highlights for `v1.6.0-rc.12`.

## Concerns

- Fix the French `containerLogs.stderr` value if `"sdterr"` is not
intentional.
- Verify the release date `August 4, 2026`.
- Dispatch the release-cut workflow for `main` with
`release_tag=v1.6.0-rc.12` after merging.

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

3 participants