Minor Changes
Patch Changes
- #23723
174ffeb- #internal Label theenclave_execution_failurescounter witherror_type("user" or "system") so alerts on confidential-workflow enclave failures can exclude user-caused ones, such as a workflow that exceeds its enclave execution budget.
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.65.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.65.0
Digest: sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4
Verification
Verify the image signatures using cosign:
Core Image:
DockerHub:
cosign verify docker.io/smartcontract/chainlink@sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkECR:
cosign verify public.ecr.aws/chainlink/chainlink@sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink