Immutable
release. Only release title and notes can be modified.
Minor Changes
-
#22876
c0c329e- Add the ConfidentialWorkflows.Enabled feature gate to the v2 workflow engine. Confidential workflow execution can now be toggled per workflow/owner/org/global via the settings registry; when disabled, ConfidentialModule.Execute rejects the request.
Patch Changes
- #22994
1a5f3ca- Add structured vault request ID logging across capability, OCR plugin, and workflow secrets paths. #internal
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.55.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.55.0
Digest: sha256:ff93d39542c83f2f43806306a1108108a276935cc4e0526dd0dc8cec24273398
Verification
Verify the image signatures using cosign:
Core Image:
DockerHub:
cosign verify docker.io/smartcontract/chainlink@sha256:ff93d39542c83f2f43806306a1108108a276935cc4e0526dd0dc8cec24273398 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkECR:
cosign verify public.ecr.aws/chainlink/chainlink@sha256:ff93d39542c83f2f43806306a1108108a276935cc4e0526dd0dc8cec24273398 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink