chore(deploy): pin musubi-core to v1.11.5 signed digest#397
Merged
Conversation
Automated by .github/workflows/auto-digest-bump.yml in response
to the v1.11.5 release. The image has been cosign-signed,
SBOM-attested, and Trivy-scanned by publish-core-image.yml —
verify before deploy:
cosign verify \
--certificate-identity-regexp 'https://github.com/ericmey/musubi/.*' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
ghcr.io/ericmey/musubi-core@sha256:e2d26acd9dd32644d67b8cc5118eeb9945d5dd0b30decbdfb4b2f33b4818bef4
No tracking Issue: auto-generated release digest pin.
Contributor
There was a problem hiding this comment.
Pull request overview
Pins the Ansible deployment configuration to the newly released musubi-core container image digest and updates the corresponding human-readable version tag, aligning runtime deployments with the signed/attested v1.11.5 release artifact.
Changes:
- Update
musubi_core_imagetoghcr.io/ericmey/musubi-core@sha256:e2d26acd9dd32644d67b8cc5118eeb9945d5dd0b30decbdfb4b2f33b4818bef4. - Bump
musubi_core_versionfromv1.11.4tov1.11.5.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
chore(deploy): pin musubi-core to v1.11.5 signed digest
Automated by
.github/workflows/auto-digest-bump.ymlin response to the v1.11.5 release.Supply-chain attestations
publish-core-image.yml)Verify before deploy
cosign verify \ --certificate-identity-regexp 'https://github.com/ericmey/musubi/.*' \ --certificate-oidc-issuer https://token.actions.githubusercontent.com \ ghcr.io/ericmey/musubi-core@sha256:e2d26acd9dd32644d67b8cc5118eeb9945d5dd0b30decbdfb4b2f33b4818bef4After merge
No tracking Issue: auto-generated release digest pin.