Skip to content

fix(release-image): stamp stdlib/package.json with release version - #24405

Merged
aminsammara merged 1 commit into
v5-nextfrom
as/fix-release-image-version-stamp
Jun 30, 2026
Merged

fix(release-image): stamp stdlib/package.json with release version#24405
aminsammara merged 1 commit into
v5-nextfrom
as/fix-release-image-version-stamp

Conversation

@aminsammara

Copy link
Copy Markdown
Contributor

Summary

  • Forward-port of fix(release-image): stamp stdlib/package.json with release version #23393 from v4
  • The release-image Dockerfile stamps .release-please-manifest.json but not stdlib/package.json, which getPackageVersion() reads at runtime
  • This causes getNodeVersion RPC to return "dev" instead of the actual release version on v5 testnet
  • Adds the missing jq stamp step for stdlib/package.json

…23393)

Forward-port of the v4 fix. The release-image Dockerfile was only
stamping .release-please-manifest.json but not stdlib/package.json,
which getPackageVersion() reads at runtime. This caused getNodeVersion
to return "dev" instead of the actual release version.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@aminsammara
aminsammara requested a review from charlielye as a code owner June 30, 2026 16:12
@AztecBot

Copy link
Copy Markdown
Collaborator

Flakey Tests

🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry.

\033FLAKED\033 (8;;http://ci.aztec-labs.com/39656b28974240fc�39656b28974240fc8;;�): yarn-project/kv-store/scripts/run_test.sh src/sqlite-opfs/internal/ordered-binary-browser.test.ts (1s) (code: 0)

Merged via the queue into v5-next with commit 62ca44f Jun 30, 2026
12 checks passed
@aminsammara
aminsammara deleted the as/fix-release-image-version-stamp branch June 30, 2026 18: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.

3 participants