Download Latest Version v2.65.0 source code.zip (25.4 MB) Google Add to Preferred Sources
Home / v2.65.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-09-21 2.1 kB
v2.65.0 source code.tar.gz 2026-09-21 22.5 MB
v2.65.0 source code.zip 2026-09-21 25.4 MB
Totals: 3 Items   48.0 MB 1

Minor Changes

Patch Changes

  • #23723 174ffeb - #internal Label the enclave_execution_failures counter with error_type ("user" or "system") so alerts on confidential-workflow enclave failures can exclude user-caused ones, such as a workflow that exceeds its enclave execution budget.

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.65.0

ECR:

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

Digest: sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4

Verification

Verify the image signatures using cosign:

Core Image: DockerHub:

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

ECR:

:::bash
cosign verify public.ecr.aws/chainlink/chainlink@sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4 \
  --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.64.0

Source: README.md, updated 2026-09-21