github smartcontractkit/chainlink v2.65.0

8 hours ago

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:

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:

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

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.