chore(v4): add release-image fix to v4.3.1 changelog#23854
Merged
Conversation
alexghr
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the third bug fix that landed on
v4(via backport PR #23851 of #23470) to the existing## [4.3.1]CHANGELOG.mdentry so the section reflects what v4.3.1 actually ships.Single-line change in
CHANGELOG.mdonly — no version-file or manifest changes. Manifest stays at 4.3.1.What v4.3.1 contains after this lands
prover: wait for previous epoch to be proven(fix(prover): wait for previous epoch to be proven #23457)stdlib: guard tip-store finalize against deleting live tips(backport of fix(archiver): atomic getter for L2 tips #23295, via chore(backport-to-v4): fix(stdlib): guard tip-store finalize against deleting live tips (#23295) #23505)release-image: re-stamp aztec_version into released noir-contracts artifacts(backport of fix: released contract artifact aztec version #23470, via chore(backport-to-v4): fix: released contract artifact aztec version (#23470) #23851) — new entry, fixes the v4.3.1 ci-compat-e2e failureAfter merging
Force-move the
v4.3.1tag to the merge commit of this PR (safe — nothing has been published as 4.3.1 yet: npm has only 4.3.0, Docker Hub returns 404 foraztec:4.3.1, GitHub Release for v4.3.1 doesn't exist).Test plan
## [4.3.1]section inCHANGELOG.mdlists all three fixes