Minor Changes
-
#23084
3007515- #added AddTelemetry.MetricCardinalityLimitconfig to support limiting Beholder OTel SDK metric cardinality. -
#23136
aa67b6b- #added The v2 workflow engine now emitsClassifiedExecutionStatusonWorkflowExecutionFinishedevents, distinguishing failures caused by the user's workflow (USER_ERROR) from platform/infrastructure failures (SYSTEM_ERROR). The v1 engine is unaffected.
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/chainlinkECR:
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