feat(docker-release): notify Dispatch per pushed image from the stevedore summary#41
Merged
Merged
Conversation
…se summary Closes the one behavior gap vs the matrix implementation. stevedore v0.0.6 (blairham/stevedore#9) emits the release summary as a `summary` step output; a jq step filters it to pushed images (no-push validation builds and skipped images notify nothing) and hands the batch to notify-dispatch, which gains a `batch` JSON-array mode alongside the existing single-artifact inputs. With parity restored, `no-push` now defaults false. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Maps to stevedore release --only <csv>, bypassing change detection for the selected ids. Lets callers keep their workflow_dispatch service pickers (e.g. trading's services: input) across the migration. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Part of #38/#39 — closes the last behavior gap between the stevedore
docker-release.ymland the frozen matrix implementation.pushed/reason/repositoriesper image and is exposed as the action'ssummaryoutput.docker-release.yml: a jq step filters the summary topushed && !skippedimages and hands the result tonotify-dispatch— one signed POST per published image, exactly what the matrix implementation did per matrix entry. Warn-only; the EventBridge ECR-push backstop is unchanged.notify-dispatch: gains abatchinput (JSON array of{kind, service, version}) alongside the existing single-artifact mode; single mode unchanged for chart-release and the pinned callers.no-pushnow defaultsfalse— with notification parity restored there's no reason migrated callers shouldn't publish. (Still overridable for validation lanes.)With this merged, the cutover PR per repo is just: add
.stevedore.yaml, drop the matrix wiring fromci.yml, unpin@pre-stevedore→@main. Trading is first (config already open: pinpredict/trading#1969).actionlint clean.
🤖 Generated with Claude Code