github smartcontractkit/chainlink v2.37.0

7 hours ago

Minor Changes

  • #21294 0c3919a - Minor bump to start next version

  • #21354 5f3b013 - Introduces bundling for SVR (It's not enabled by default) #added


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.37.0

Amazon ECR Public:

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

Digest: sha256:c2fb12504ac62790ff9039a517256802d98885b71e5f01246cbb99493b9f026c

CCIP Image

Amazon ECR Public:

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

Digest: sha256:48b907d649fddfd748b893ebcd0775e9565b2d7fcc7c4605884ccca268a9e70c

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:c2fb12504ac62790ff9039a517256802d98885b71e5f01246cbb99493b9f026c \
  --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:48b907d649fddfd748b893ebcd0775e9565b2d7fcc7c4605884ccca268a9e70c \
  --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.36.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.