github smartcontractkit/chainlink v2.58.0

latest release: v2.57.2-rc.0
7 hours ago

Minor Changes

Patch Changes

  • #23085 850a738 - #added Add Telemetry.MetricViewsDenyAttributes config 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:
    ChipIngressBufferSize 1000 → 10000, ChipIngressMaxBatchSize 500 → 1000,
    ChipIngressSendInterval 100ms → 500ms, ChipIngressSendTimeout 3s → 10s,
    ChipIngressDrainTimeout 10s → 30s.

  • #23251 e5d93d4 - Add feedAddress to meta metrics. #internal


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:

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:

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

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

View changes from v2.57.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.