Skip to content

test(e2e): pin the released component revisions (provider v0.12.0, verifier v0.8.0, proxy v0.5.0) - #27

Merged
y1o1 merged 1 commit into
developfrom
test/pin-released-0.12.0-0.8.0-0.5.0
Sep 6, 2026
Merged

test(e2e): pin the released component revisions (provider v0.12.0, verifier v0.8.0, proxy v0.5.0)#27
y1o1 merged 1 commit into
developfrom
test/pin-released-0.12.0-0.8.0-0.5.0

Conversation

@y1o1

@y1o1 y1o1 commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Bumps the three component pins from the 2026-09-05 remediation HEADs to the trees that were actually tagged and published today:

component was now
provider 8f97fa66 19ce4c7f = v0.12.0
verifier a7465a2c c5e0608c = v0.8.0
proxy 7db91c2a 9828a137 = v0.5.0

Why this run matters

Each release carries changes the umbrella has never exercised: the @o3co/auth.utils internalization in proxy (#81) and verifier (#210) — new in-tree logger, shutdown, healthcheck, bearer parsing and request-id middleware — and the standalone-template shutdown fixes (bounded cleanup, deferred exit, reason consistency) in all three (#511, #83, #212).

The release rule for this stack is umbrella E2E green, then tag. These tags went out before that run; this PR is the run, pinned to exactly what shipped. If it fails, the fix goes through tests/ here first, and a patch release follows.

Pinned to the tags, not develop: verifier and proxy develop are each one commit past their tag (the reason-consistency follow-ups), and the question this answers is whether the published revisions work together.

UTILS_REV and PROVIN_REV are unchanged.

🤖 Generated with Claude Code

…rifier v0.8.0, proxy v0.5.0)

The pins were the 2026-09-05 remediation HEADs. Since then provider v0.12.0,
verifier v0.8.0 and proxy v0.5.0 were tagged and published, and each carries
changes the umbrella has never exercised — the @o3co/auth.utils
internalization in proxy and verifier, and the standalone-template shutdown
fixes (bounded cleanup, deferred exit, reason consistency) in all three.

This pins exactly the tagged trees, not develop: verifier and proxy develop
are one commit past their tags, and the question this run answers is whether
what shipped works together. Updating the baseline means updating these pins
and rerunning the E2E, which the PR trigger does.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings September 6, 2026 11:40

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward, internally consistent pin update matching the PR description, with no additional logic modifications.

Pull request overview

Updates the pinned component git revisions used by this repo’s umbrella E2E workflow so the run exercises the exact provider/verifier/proxy trees that were tagged and released (rather than prior remediation HEADs), aligning the integration tests with what actually shipped.

Changes:

  • Bump PROVIDER_REV to 19ce4c7f... (provider v0.12.0).
  • Bump PROXY_REV to 9828a137... (proxy v0.5.0).
  • Bump VERIFIER_REV to c5e0608c... (verifier v0.8.0).
File summaries
File Description
Makefile Updates the pinned component revisions used by setup, build, and test-e2e to match the published release tags.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@y1o1
y1o1 merged commit 4680b32 into develop Sep 6, 2026
3 checks passed
@y1o1
y1o1 deleted the test/pin-released-0.12.0-0.8.0-0.5.0 branch September 6, 2026 11:44
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.

2 participants