Minor Changes
-
#22617
1cb63f7- #removed Removed support for the Webhook job. Database tables and the front end related logic have not been removed, but jobs will no longer start. -
#22658
8c502f6- Add Telemetry.PrometheusBridge to TOML config to support forwarding Prometheus metrics through Open Telemetry
Patch Changes
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.50.0
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/chainlink:2.50.0
Digest: sha256:2ab8c91893e692a4737cb1df367814da59b678ecdaf0b7a474c3c5837c1142aa
CCIP Image
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/ccip:2.50.0-ccip
Digest: sha256:35d710d050f4cd0faa7c9b59f787ff0868d3232e0becfcab912fd8f43a33f39a
Verification
Verify the image signatures using cosign:
Core Image:
cosign verify docker.io/smartcontract/chainlink@sha256:2ab8c91893e692a4737cb1df367814da59b678ecdaf0b7a474c3c5837c1142aa \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkCCIP Image:
cosign verify public.ecr.aws/chainlink/ccip@sha256:35d710d050f4cd0faa7c9b59f787ff0868d3232e0becfcab912fd8f43a33f39a \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink