Skip to content

v2.61.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 24 Aug 15:41
· 38 commits to develop since this release
Immutable release. Only release title and notes can be modified.
v2.61.0
d09b59c

Minor Changes


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.61.0

ECR:

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

Digest: sha256:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c \
  --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:8381aebf0cc72f5b82d846ae87c2ea9ac4a43c21484a857f452e5efe56df647c \
  --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.60.0