github smartcontractkit/chainlink v2.48.0

latest releases: v2.49.1-rc.2, v2.49.1-beta.2
21 hours ago

Minor Changes

  • #22331 4a1b448 - DirectRequest and FluxMonitor job types have been removed. Creating new jobs of these types is no longer supported and will return an error. Any existing jobs of these types that are still present in the database will surface an error in the job UI on node startup rather than running. The underlying database tables (direct_request_specs, flux_monitor_specs, flux_monitor_round_stats_v2) are unchanged in this release and will be cleaned up in a future migration. The [FluxMonitor] TOML config section is now a no-op but is still accepted to avoid breaking existing config files during the transition. #breaking_change #nops

  • #22380 822f135 - Remove VRF v1 support including coordinators, the legacy vrf pipeline task, and related configuration. Migrate to VRF v2 or VRF v2 Plus. #removed #breaking_change

  • #22422 89874ec - Minor bump to start next version

  • #22530 45099b6 - Bumped chainlink-evm dep. This includes: Ronin updated configs, Logpoller improvements, and Finalizer improvements. #internal


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.48.0

Amazon ECR Public:

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

Digest: sha256:032781d64a74c509493773a4c56db502e177bf1da52ea2115d567b1381ac9bd4

Verification

Verify the image signatures using cosign:

Core Image:

cosign verify docker.io/smartcontract/chainlink@sha256:032781d64a74c509493773a4c56db502e177bf1da52ea2115d567b1381ac9bd4 \
  --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.47.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.