Skip to content

release/2.46.1#22333

Open
yashnevatia wants to merge 7 commits intorelease/2.46.0from
temp-release/2.46.1
Open

release/2.46.1#22333
yashnevatia wants to merge 7 commits intorelease/2.46.0from
temp-release/2.46.1

Conversation

@yashnevatia
Copy link
Copy Markdown
Contributor

@yashnevatia yashnevatia commented May 6, 2026

This branch cherry-picked 3 commits into release/2.46.0.

781f360
f502927
def17bd

Copilot AI review requested due to automatic review settings May 6, 2026 22:35
@yashnevatia yashnevatia requested review from a team as code owners May 6, 2026 22:35
@yashnevatia yashnevatia changed the base branch from develop to release/2.46.0 May 6, 2026 22:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Risk Rating: MEDIUM — This is primarily a release/dependency bump PR, but it touches multiple Go modules and plugin install manifests; incorrect versions or manifest syntax can break builds and release automation.

Purpose: Prepare the 2.46.1 patch release by updating module/plugin references and aligning dependency versions across the repo’s multiple Go workspaces/modules and test suites.

Changes:

  • Bumps package.json version from 2.46.02.46.1.
  • Updates several Go dependencies (notably chainlink-common, chainlink-deployments-framework, chainlink-testing-framework, chainlink-aptos, chainlink-sui, and CCIP EVM/deployment modules) across root, deployment, scripts, integration-tests, and system-tests modules.
  • Updates plugin manifests and refreshes the module dependency diagram (go.md).

Scrupulous human review recommended (high leverage areas):

  • plugins/plugins.private.yaml and plugins/plugins.public.yaml: ensure YAML is valid and the moduleURI/gitRef values are exactly what release tooling expects.
  • Cross-module dependency alignment: ensure the bumped versions are intentionally consistent across go.mod files (root, deployment/, core/scripts/, integration-tests/, system-tests/) and that CI covers all module builds.

Reviewed changes

Copilot reviewed 11 out of 18 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
system-tests/tests/go.sum Updates checksums after dependency bumps for system tests.
system-tests/tests/go.mod Bumps system test module dependencies (common/framework/ccip/etc.).
system-tests/lib/go.sum Updates checksums after dependency bumps for system test library.
system-tests/lib/go.mod Bumps system test lib dependencies (common/framework/ccip/etc.).
plugins/plugins.public.yaml Updates public plugin gitRefs (aptos, sui).
plugins/plugins.private.yaml Updates private aptos plugin gitRef; modifies confidential-http moduleURI formatting.
package.json Patch version bump to 2.46.1.
integration-tests/load/go.sum Updates checksums after dependency bumps for load tests.
integration-tests/load/go.mod Bumps load test module dependencies.
integration-tests/go.sum Updates checksums after dependency bumps for integration tests.
integration-tests/go.mod Bumps integration test module dependencies.
go.sum Updates root module checksums after dependency bumps.
go.mod Bumps root module dependencies (common/ccip/sui/aptos/etc.).
go.md Updates the Mermaid module/dependency diagram.
deployment/go.sum Updates checksums after dependency bumps for deployment module.
deployment/go.mod Bumps deployment module dependencies (common/framework/ccip/etc.).
core/scripts/go.sum Updates checksums after dependency bumps for core scripts module.
core/scripts/go.mod Bumps core scripts module dependencies (common/framework/ccip/etc.).

Comment thread plugins/plugins.private.yaml Outdated
sui:
- moduleURI: "github.com/smartcontractkit/chainlink-sui"
# IMP: consult chainlink-sui team before updating this version
# current version is v0.0.0-20260427132612-76b9f754a556
Comment thread go.md
@@ -165,7 +166,6 @@ flowchart LR
click chainlink-tron/relayer href "https://github.com/smartcontractkit/chainlink-tron"
chainlink/v2 --> chainlink-automation
chainlink/v2 --> chainlink-ccip/chains/evm
yashnevatia and others added 2 commits May 7, 2026 08:58
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

I see you updated files related to core. Please run make gocs in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

✅ No conflicts with other open PRs targeting release/2.46.0

pavel-raykov
pavel-raykov previously approved these changes May 7, 2026
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented May 7, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

cedric-cordenier and others added 3 commits May 7, 2026 11:48
#22316)

* CRE-4087: Adjust local config if capability registry is used to store OCR config

* CRE-4087: Adjust local config if capability registry is used to store OCR config

* Small refactor
* use dynamic ChIP Ingress/Router host port allocation

* lint fix

* fix actionlints

* tagged CTF
@yashnevatia yashnevatia added the build-publish Build and Publish image to SDLC label May 7, 2026
@cl-sonarqube-production
Copy link
Copy Markdown

@yashnevatia yashnevatia changed the title Temp release/2.46.1 release/2.46.1 May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build-publish Build and Publish image to SDLC

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants