Skip to content

v2.55.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 14 Jul 21:19
Immutable release. Only release title and notes can be modified.
v2.55.0
f482dbc

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.

  • #22996 d3685b2 - Minor bump to start next version

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/chainlink

ECR:

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

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

View changes from v2.54.0