Conversation
|
I see you updated files related to
|
|
✅ No conflicts with other open PRs targeting |
CORA - Pending ReviewersAll codeowners have approved! ✅ Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown For more details, see the full review summary. |
|
There was a problem hiding this comment.
Pull request overview
Risk Rating: MEDIUM — multi-module Go dependency upgrades (CLDF/MCMS + transitive graph changes) with a small API-compatibility adjustment in a test.
Purpose: Bump Chainlink Deployments Framework (CLDF) to v0.94.1 (and MCMS to v0.40.1) across the repo’s Go modules, updating related transitive dependencies and aligning a test with an upstream API change.
Changes:
- Bump
github.com/smartcontractkit/chainlink-deployments-frameworkfromv0.86.3tov0.94.1in multiple modules. - Bump
github.com/smartcontractkit/mcmsfromv0.38.2tov0.40.1and refresh AWS SDK v2 dependency versions pulled in transitively. - Update a deployment test to match the new
cldpipelineinput.FindChangesetInDatacall shape.
Reviewed changes
Copilot reviewed 7 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| system-tests/tests/go.mod | Bumps CLDF; updates indirect AWS SDK v2 versions and mcms. |
| system-tests/tests/go.sum | Lockfile updates for CLDF/mcms and AWS SDK v2 bumps. |
| system-tests/lib/go.mod | Bumps CLDF; updates indirect AWS SDK v2 versions and mcms. |
| system-tests/lib/go.sum | Lockfile updates for CLDF/mcms and AWS SDK v2 bumps. |
| integration-tests/load/go.mod | Bumps CLDF and chainlink-testing-framework/framework; updates indirect deps (incl. AWS SDK v2 set, new indirect entries). |
| integration-tests/load/go.sum | Lockfile updates reflecting bumped deps and new transitive modules. |
| integration-tests/go.mod | Bumps CLDF and chainlink-testing-framework/framework; updates indirect deps list (incl. AWS SDK v2 set, new indirect entries). |
| integration-tests/go.sum | Lockfile updates reflecting bumped deps and new transitive modules. |
| deployment/go.mod | Bumps CLDF, mcms, and chainlink-testing-framework/framework; refreshes indirect deps (incl. AWS SDK v2 set). |
| deployment/go.sum | Lockfile updates for CLDF/mcms and AWS SDK v2 bumps. |
| deployment/cre/jobs/propose_job_spec_test.go | Updates usage of FindChangesetInData to align with upstream API change. |
| core/scripts/go.mod | Bumps CLDF; updates indirect AWS SDK v2 versions and mcms. |
| core/scripts/go.sum | Lockfile updates for CLDF/mcms and AWS SDK v2 bumps. |





Bump CLDF to: https://github.com/smartcontractkit/chainlink-deployments-framework/releases/tag/v0.94.1