Skip to content

chore(release): realign release/2.44.2 to release/2.44.0 base#22159

Merged
HashWrangler merged 1 commit intorelease/2.44.2from
jd/fix-release-2.44.2-realign-base
Apr 23, 2026
Merged

chore(release): realign release/2.44.2 to release/2.44.0 base#22159
HashWrangler merged 1 commit intorelease/2.44.2from
jd/fix-release-2.44.2-realign-base

Conversation

@HashWrangler
Copy link
Copy Markdown
Collaborator

Summary

  • release/2.44.2 was created from the wrong line (develop-side history) instead of release/2.44.0.
  • Direct force-push to release/2.44.2 is blocked by repository rules, so this PR uses a merge with strategy ours from release/2.44.0 while recording release/2.44.2 as the second parent.
  • Resulting tree matches release/2.44.0 exactly (verified: empty diff vs origin/release/2.44.0).

After merge

  • Re-cherry-pick the intended hotfix commits (e.g. RANE-4708 and any follow-ups) onto the corrected release/2.44.2 tip.
  • Ensure anything that must ride the next core train is also on develop (already noted in Slack).

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 23, 2026

CORA - Pending Reviewers

Codeowners Entry Overall Num Files Owners
* 46 @smartcontractkit/foundations, @smartcontractkit/core
/.changeset/ 2 @smartcontractkit/foundations, @smartcontractkit/core
/core/capabilities/ 22 @smartcontractkit/keystone, @smartcontractkit/capabilities-team
/core/services/job/ 1 @smartcontractkit/foundations, @smartcontractkit/core
/core/services/ocr*/ 4 @smartcontractkit/foundations, @smartcontractkit/core
/core/services/pg/ 2 @smartcontractkit/foundations, @smartcontractkit/core
/core/services/registrysyncer/ 1 @smartcontractkit/keystone
/core/services/workflows/ 2 @smartcontractkit/keystone
/core/services/standardcapabilities/ 3 @smartcontractkit/keystone
/core/web/resolver/ 1 @smartcontractkit/foundations, @smartcontractkit/core
/devenv/ 3 @smartcontractkit/devex-tooling
/deployment/cre/ 9 @smartcontractkit/keystone, @smartcontractkit/operations-platform
/deployment/data-feeds/ 2 @smartcontractkit/data-feeds-engineers, @smartcontractkit/operations-platform, @smartcontractkit/core
/deployment/keystone/ 1 @smartcontractkit/keystone, @smartcontractkit/operations-platform, @smartcontractkit/core
/.github/** 8 @smartcontractkit/devex-cicd, @smartcontractkit/devex-tooling, @smartcontractkit/core
/.github/workflows/build-publish.yml 1 @smartcontractkit/devex-cicd
/.github/workflows/devenv* 1 @smartcontractkit/devex-tooling, @smartcontractkit/devex-cicd, @smartcontractkit/core
go.mod 31 @smartcontractkit/core, @smartcontractkit/foundations
go.sum 31 @smartcontractkit/core, @smartcontractkit/foundations
integration-tests/go.mod 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations
integration-tests/go.sum 1 @smartcontractkit/core, @smartcontractkit/devex-tooling, @smartcontractkit/foundations

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 23, 2026

✅ No conflicts with other open PRs targeting release/2.44.2

@github-actions
Copy link
Copy Markdown
Contributor

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.

@HashWrangler HashWrangler enabled auto-merge April 23, 2026 22:16
@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 23, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

Failed Test Failure Summary Logs
Test_CCIPPureTokenTransfer_EVM2Sui_BurnMintTokenPool The test failed during a coin transfer operation, indicating an issue with the transfer process or the environment setup. Logs ↗︎

View Full Report ↗︎Docs

release/2.44.2 was created from develop by mistake. This commit resets the
entire tree to match origin/release/2.44.0 exactly so hotfixes can continue
from the correct base.

Verified: empty diff vs origin/release/2.44.0 after commit.
@HashWrangler HashWrangler force-pushed the jd/fix-release-2.44.2-realign-base branch from 483c119 to 006f594 Compare April 23, 2026 22:32
@HashWrangler HashWrangler merged commit ff8e5c7 into release/2.44.2 Apr 23, 2026
221 of 222 checks passed
@HashWrangler HashWrangler deleted the jd/fix-release-2.44.2-realign-base branch April 23, 2026 22:51
@cl-sonarqube-production
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants