github smartcontractkit/chainlink v2.49.0

4 hours ago

Minor Changes

  • #22538 10c2bb0 - Minor bump to start next version

  • #22518 a5dffab - Removed support for Legacy Gas Station jobs. The functionality was already removed before, this change removes
    the database tables and code related to it.

    #breaking_change #db_update #removed


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.49.0

Amazon ECR Public:

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

Digest: sha256:8aeb740ea29de2f7950a7f6dc29ce258fc12786a03564c5a1183e4627250672e

CCIP Image

Amazon ECR Public:

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

Digest: sha256:14f47db7475d7046f83c7dd3d1ac6c84e19dd1421611f5e2c8d29e08409b356e

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:8aeb740ea29de2f7950a7f6dc29ce258fc12786a03564c5a1183e4627250672e \
  --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:14f47db7475d7046f83c7dd3d1ac6c84e19dd1421611f5e2c8d29e08409b356e \
  --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.48.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.