github smartcontractkit/chainlink v2.35.0

latest release: v2.35.1-rc.0
14 hours ago

Minor Changes

  • #21142 f39d501 - #added Add countNilsAsFaults flag to MedianTask. When enabled, nil values are counted toward allowedFaults and filtered out before median calculation, preventing nils from crashing the task while preserving fault

  • #21095 4921537 - Minor bump to start next version

Patch Changes

  • #21043 015109a - #bugfix passes http capability headers via MultiHeaders

  • #21171 eac9bd6 - Vault cap validations for workflow owner


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.35.0

Amazon ECR Public:

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

Digest: sha256:a1730de619c92c3f14ceb674e88c82ea977b93b41bd988f48f5a0033ff486127

CCIP Image

Amazon ECR Public:

docker pull public.ecr.aws/chainlink/ccip:2.35.0-ccip

Digest: sha256:60baa2bad67667eb4c87901bdc5c124b9b9b7563b30444e4221f18de5f5870b3

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:a1730de619c92c3f14ceb674e88c82ea977b93b41bd988f48f5a0033ff486127 \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

CCIP Image:

cosign verify public.ecr.aws/chainlink/ccip@sha256:60baa2bad67667eb4c87901bdc5c124b9b9b7563b30444e4221f18de5f5870b3 \
  --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.34.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.