Skip to content

v2.53.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 30 Jun 19:02
Immutable release. Only release title and notes can be modified.
v2.53.0
6816929

Minor Changes

Patch Changes

  • #22306 fe0013a - #updated #nops Updated documentation for SVR multiplexing and CustomURLs configuration.

  • #22892 5481a58 - Use updated arbitrum gas estimator with refresh interval: 10s -> 2s and gas bump 1.5x -> 1.9x #changed


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.53.0

ECR:

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

Digest: sha256:73dedbc927217da94da50b159824410679adf6cbf8a933e6cb4a56445ce408e0

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:73dedbc927217da94da50b159824410679adf6cbf8a933e6cb4a56445ce408e0 \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com \
  --certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
  --certificate-github-workflow-repository smartcontractkit/chainlink

ECR:

cosign verify public.ecr.aws/chainlink/chainlink@sha256:73dedbc927217da94da50b159824410679adf6cbf8a933e6cb4a56445ce408e0 \
  --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.52.0