github smartcontractkit/chainlink v2.42.0

13 hours ago

Minor Changes

  • #21771 9a1136d - #changed add support for log filters in fake EVM capability

  • #21803 5765674 - Minor bump to start next version

  • #21817 0e5dbb7 - #added Add support for user-emitted CRE workflow metrics via WASM host function emit_metric

Patch Changes

  • #21766 3536f50 - #internal

    Add Aptos local CRE read/write support, including Capabilities Registry OCR config for Aptos write and CI coverage for the Aptos write roundtrip and expected-failure scenarios.


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.42.0

Amazon ECR Public:

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

Digest: sha256:22b8eee16445ffacb3c941c0e21b83242081fa2fb0565163b5f0503b080e5ada

CCIP Image

Amazon ECR Public:

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

Digest: sha256:4ce39aedecd3ca4fbd6259b46a91d15592cb4dc2fd95df08ad656a6144abc4da

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:22b8eee16445ffacb3c941c0e21b83242081fa2fb0565163b5f0503b080e5ada \
  --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:4ce39aedecd3ca4fbd6259b46a91d15592cb4dc2fd95df08ad656a6144abc4da \
  --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.41.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.