github smartcontractkit/chainlink v2.34.0

6 hours ago

Minor Changes

  • #21015 d23bf1d - Minor bump to start next version

  • #20960 4fe9eaa - #added adds the option to not specify a node address in gateway connector config


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.34.0

Amazon ECR Public:

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

Digest: sha256:9117f03ad4ba5ca7403bc1c41639d4adc708569a47221384f67704fab9b18973

CCIP Image

Amazon ECR Public:

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

Digest: sha256:e6b9b717bfd729a6106507c6ceb5aaa70c3c6a46e47937d625df6103ed87364d

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:9117f03ad4ba5ca7403bc1c41639d4adc708569a47221384f67704fab9b18973 \
  --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:e6b9b717bfd729a6106507c6ceb5aaa70c3c6a46e47937d625df6103ed87364d \
  --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.33.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.