Minor Changes
-
#23620
c7a3dc3- #added Adding new experimental tasks in pipeline package. Anchor, Normalize, Sample, Staleness, WeightedMean. -
#23485
940eb99- #added Durable caching of OrgResolver owner->orgID mappings (backed by Postgres,CRE.Linking.DurableCacheEnabled, enabled by default). -
#23605
29db7e9- Remove Chainlink Automation from the node.The
ocr2automationOCR2 plugin type is no longer supported: job specs with
pluginType = "ocr2automation"will now fail validation. The
OCR2.CaptureAutomationCustomTelemetryconfig field has been removed, and the
automation-custom,ocr2-automationandocr3-automationtelemetry types no
longer exist. Theevm_upkeep_statestable is dropped by migration 0305. The
chainclitool and the devenv automation and log poller E2E suites are removed.#removed #breaking_change
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.64.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.64.0
Digest: sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c
Verification
Verify the image signatures using cosign:
Core Image:
DockerHub:
cosign verify docker.io/smartcontract/chainlink@sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c \
--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:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink