Minor Changes
-
#21771
9a1136d- #changed add support for log filters in fake EVM capability -
#21817
0e5dbb7- #added Add support for user-emitted CRE workflow metrics via WASM host function emit_metric
Patch Changes
-
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/chainlinkCCIP 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