github smartcontractkit/chainlink v2.60.0

4 hours ago

Minor Changes

  • #23372 7e14931 - #added adds V2 call_capability to wasm with proper response handling #bugfix

  • #23327 d2f97d2 - Minor bump to start next version

Patch Changes

  • #23037 003236a - #internal Add node-measured round-trip metrics to the confidential workflows ConfidentialModule: enclave_execution_time_ms (histogram) and enclave_execution_failures (counter), labeled by workflow. These are trusted (node-measured) and complement the non-attested enclave.* metrics forwarded from the enclave.

  • #23375 3e2a831 - #internal Move BuildWorkflowGetSecretsRequestID to chainlink-common's vault capability package and use it in place of the vaultutils copy, so all consumers derive the VaultDON GetSecrets request ID from a single definition.


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.60.0

ECR:

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

Digest: sha256:39cf34c67aafaff34f3663b9136fd06543dc035d3d1e9ffa43f5202fa7060e75

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:39cf34c67aafaff34f3663b9136fd06543dc035d3d1e9ffa43f5202fa7060e75 \
  --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:39cf34c67aafaff34f3663b9136fd06543dc035d3d1e9ffa43f5202fa7060e75 \
  --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.59.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.