github smartcontractkit/chainlink v2.57.0

latest release: v2.57.1-rc.0
6 hours ago

Minor Changes

  • #23084 3007515 - #added Add Telemetry.MetricCardinalityLimit config to support limiting Beholder OTel SDK metric cardinality.

  • #23136 aa67b6b - #added The v2 workflow engine now emits ClassifiedExecutionStatus on WorkflowExecutionFinished events, distinguishing failures caused by the user's workflow (USER_ERROR) from platform/infrastructure failures (SYSTEM_ERROR). The v1 engine is unaffected.

  • #23134 46a0f6e - Minor bump to start next version

Patch Changes

  • #22708 db2daaa - #bugfix Rebuild the in-memory workflow execution store's map when pruning so old bucket storage becomes eligible for GC. Go maps never shrink after deletes, which stranded memory as the store churned through millions of executions.

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.57.0

ECR:

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

Digest: sha256:4052f2ecfb03b8a98216b4b66997efe318806e740050a38c84535c76de5b5b0b

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

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

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.