Skip to content

v2.56.0

Latest

Choose a tag to compare

@chainlink-release-pusher chainlink-release-pusher released this 20 Jul 15:52
Immutable release. Only release title and notes can be modified.
v2.56.0
6fd5b6d

Minor Changes

Patch Changes

  • #22973 389792a - #bugfix Fixed permissions in test db setup script (grant CREATEROLE and repair leftover NOLOGIN pgtdbuser for pgtestdb)

Container Images

Core Image

DockerHub:

docker pull docker.io/smartcontract/chainlink:2.56.0

ECR:

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

Digest: sha256:70a0d881ced1fe8a5a2124d1377736e1a569f29a70c1187997d7372b90e6d55c

Verification

Verify the image signatures using cosign:

Core Image:
DockerHub:

cosign verify docker.io/smartcontract/chainlink@sha256:70a0d881ced1fe8a5a2124d1377736e1a569f29a70c1187997d7372b90e6d55c \
  --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:70a0d881ced1fe8a5a2124d1377736e1a569f29a70c1187997d7372b90e6d55c \
  --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.55.0