github smartcontractkit/chainlink v2.64.0

4 hours ago

Minor Changes

  • #23620 c7a3dc3 - #added Adding new experimental tasks in pipeline package. Anchor, Normalize, Sample, Staleness, WeightedMean.

  • #23613 401091a - Minor bump to start next version

  • #23485 940eb99 - #added Durable caching of OrgResolver owner->orgID mappings (backed by Postgres, CRE.Linking.DurableCacheEnabled, enabled by default).

  • #23605 29db7e9 - Remove Chainlink Automation from the node.

    The ocr2automation OCR2 plugin type is no longer supported: job specs with
    pluginType = "ocr2automation" will now fail validation. The
    OCR2.CaptureAutomationCustomTelemetry config field has been removed, and the
    automation-custom, ocr2-automation and ocr3-automation telemetry types no
    longer exist. The evm_upkeep_states table is dropped by migration 0305. The
    chaincli tool and the devenv automation and log poller E2E suites are removed.

    #removed #breaking_change


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.64.0

ECR:

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

Digest: sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

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

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.