Skip to content

v2.63.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 08 Sep 15:08
· 49 commits to develop since this release
Immutable release. Only release title and notes can be modified.
v2.63.0
cc9960c

Minor Changes


Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.63.0

ECR:

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

Digest: sha256:45d5028ade328cf15f28a950438c66f6b9d40c0fe16998dc6510777f69d9cd3f

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:45d5028ade328cf15f28a950438c66f6b9d40c0fe16998dc6510777f69d9cd3f \
  --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:45d5028ade328cf15f28a950438c66f6b9d40c0fe16998dc6510777f69d9cd3f \
  --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.62.0