| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-03 | 2.6 kB | |
| v2.58.0 source code.tar.gz | 2026-08-03 | 25.3 MB | |
| v2.58.0 source code.zip | 2026-08-03 | 28.3 MB | |
| Totals: 3 Items | 53.7 MB | 3 | |
Minor Changes
Patch Changes
-
#23085
850a738- #added AddTelemetry.MetricViewsDenyAttributesconfig option to drop specified metric attribute keys from Beholder default views. -
#22987
76d6194- #changed Chip-ingress batch emitter defaults tuned from staging/prod capacity analysis:ChipIngressBufferSize1000 → 10000,ChipIngressMaxBatchSize500 → 1000,ChipIngressSendInterval100ms → 500ms,ChipIngressSendTimeout3s → 10s,ChipIngressDrainTimeout10s → 30s.
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.58.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.58.0
Digest: sha256:d1d9ad6f59599cc812f6e4a639ce7c1a0f4935fcde0fdba9e10c118d578341f8
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:d1d9ad6f59599cc812f6e4a639ce7c1a0f4935fcde0fdba9e10c118d578341f8 \
--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:d1d9ad6f59599cc812f6e4a639ce7c1a0f4935fcde0fdba9e10c118d578341f8 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink