| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-14 | 2.4 kB | |
| v2.55.0 source code.tar.gz | 2026-07-14 | 96.3 MB | |
| v2.55.0 source code.zip | 2026-07-14 | 99.2 MB | |
| Totals: 3 Items | 195.5 MB | 1 | |
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:
:::bash
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/chainlink
ECR:
:::bash
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