github smartcontractkit/chainlink v2.46.0

4 hours ago

Minor Changes


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.46.0

Amazon ECR Public:

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

Digest: sha256:8cf9b2b19371a4b17c559cae27e520307003b6cade15fd1c93caa6b1498096d3

CCIP Image

Amazon ECR Public:

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

Digest: sha256:cf93018cf5577cd09723f454ddef80492c421d0fd2f49585dc8ea21c43ced138

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:8cf9b2b19371a4b17c559cae27e520307003b6cade15fd1c93caa6b1498096d3 \
  --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:cf93018cf5577cd09723f454ddef80492c421d0fd2f49585dc8ea21c43ced138 \
  --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.45.1

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.