Skip to content

v2.54.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 06 Jul 16:27
Immutable release. Only release title and notes can be modified.
v2.54.0
f4df380

Minor Changes

  • #22929 f0d09ca - Minor bump to start next version

  • #22905 9570a4d - #nops: Hard-set UID and GID when CHAINLINK_USER is non-root, and document container RootDir and safe volume mount conventions for operators.

Patch Changes

  • #22733 6624255 - Require explicit don_family on every nodeset for local CRE topologies. Gateway connectors, gateway worker jobs, capabilities registry families, and env workflow deploy are scoped by family. Deploy resolves the target workflow DON via --don-family (with optional --shard-index) or --workflow-don-name, and requires --don-family when local CRE state is absent. #internal

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.54.0

ECR:

docker pull public.ecr.aws/chainlink/chainlink:2.54.0

Digest: sha256:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf \
  --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:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf \
  --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.53.0