release: fuzeagent images ecae85cb9cec - #153
Conversation
…cae85cb9cec # Conflicts: # deploy/helm/a2a-shared/values-prod.yaml # deploy/helm/fuzeagent/values-prod.yaml
Conflict resolved — but this PR is the reason prod is running the wrong imagesNot merging it myself: What happenedTwo releases went out seven minutes apart and the second one lost:
Everything before that step succeeded. All five images were built and pushed at Consequence
The ordering makes this worse than a missed release: the run failed, so nothing claimed success — but the failure was in a step whose only job is bookkeeping, long after the artefacts were already published. Green images, stale pin, red run nobody read. What I changedMerged Verified the resolution is not hiding anything: Root cause, not fixed hereThe bump step will race again on the next back-to-back release. It should Generated by Claude Code |
Addendum — read before merging: this PR is no longer only a tag bumpMinutes after I pushed the conflict resolution,
Nothing here is dangerous; the next release reconciles it. But it is worth naming, because a release-bump PR is supposed to be exactly five lines and the merge diff is the only place that invariant is visible. If you want the clean thing: merge this for the pin, and let the following release pick up Generated by Claude Code |
Automated GitOps image-tag bump. Images built from CI-tested code.