From 6ec7dedc0d9bd8e454a7f50e1d296693e2ecdeab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Apr 2026 21:41:43 +0000 Subject: [PATCH 1/2] Bump version and update CHANGELOG for v2.44.0 (cherry picked from commit 0073aa9435dfd5b8b8367a2ce762483f7f6fd5b2) --- .changeset/confidential-workflow-execution.md | 5 ----- .changeset/cw-fetcher-and-system-tests.md | 5 ----- .changeset/gold-kites-bake.md | 5 ----- .changeset/minor-bump-1776191418.md | 5 ----- .changeset/remove-binary-url-resolver.md | 5 ----- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 7 files changed, 17 insertions(+), 26 deletions(-) delete mode 100644 .changeset/confidential-workflow-execution.md delete mode 100644 .changeset/cw-fetcher-and-system-tests.md delete mode 100644 .changeset/gold-kites-bake.md delete mode 100644 .changeset/minor-bump-1776191418.md delete mode 100644 .changeset/remove-binary-url-resolver.md diff --git a/.changeset/confidential-workflow-execution.md b/.changeset/confidential-workflow-execution.md deleted file mode 100644 index eb3a4959d7e..00000000000 --- a/.changeset/confidential-workflow-execution.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Wire confidential relay service into CRE startup #added diff --git a/.changeset/cw-fetcher-and-system-tests.md b/.changeset/cw-fetcher-and-system-tests.md deleted file mode 100644 index 52640f9d8e1..00000000000 --- a/.changeset/cw-fetcher-and-system-tests.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Support HTTP URLs in file fetcher for local confidential workflow testing, add system-test instrumentation #changed diff --git a/.changeset/gold-kites-bake.md b/.changeset/gold-kites-bake.md deleted file mode 100644 index e8678282e73..00000000000 --- a/.changeset/gold-kites-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Deprecate InsecurePPROFHeap setting. Remove limitation. diff --git a/.changeset/minor-bump-1776191418.md b/.changeset/minor-bump-1776191418.md deleted file mode 100644 index cd0ab0f3f81..00000000000 --- a/.changeset/minor-bump-1776191418.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Minor bump to start next version diff --git a/.changeset/remove-binary-url-resolver.md b/.changeset/remove-binary-url-resolver.md deleted file mode 100644 index 87027390acf..00000000000 --- a/.changeset/remove-binary-url-resolver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Remove unused BinaryURLResolver from ConfidentialModule (PRIV-389 credentials sidecar) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0ea123f355..48c4b434444 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog Chainlink Core +## 2.44.0 + +### Minor Changes + +- [#22043](https://github.com/smartcontractkit/chainlink/pull/22043) [`6c93c02`](https://github.com/smartcontractkit/chainlink/commit/6c93c029a545e4c1ab9c884ef5e96399b010db1b) - Wire confidential relay service into CRE startup #added + +- [#22014](https://github.com/smartcontractkit/chainlink/pull/22014) [`877e469`](https://github.com/smartcontractkit/chainlink/commit/877e46974b2b3453a650dd35846f2972a0262bd9) - Minor bump to start next version + +### Patch Changes + +- [#22044](https://github.com/smartcontractkit/chainlink/pull/22044) [`de6ecbc`](https://github.com/smartcontractkit/chainlink/commit/de6ecbc8a15c06800706710c1f59cc970cafb631) - Support HTTP URLs in file fetcher for local confidential workflow testing, add system-test instrumentation #changed + +- [#22084](https://github.com/smartcontractkit/chainlink/pull/22084) [`290a3e1`](https://github.com/smartcontractkit/chainlink/commit/290a3e1f46b6bdb2648f1ffeec3e43472a0b9203) - Deprecate InsecurePPROFHeap setting. Remove limitation. + +- [#22045](https://github.com/smartcontractkit/chainlink/pull/22045) [`bd5e9a8`](https://github.com/smartcontractkit/chainlink/commit/bd5e9a85f258fa69638ef0986c235d1155d7fa98) - Remove unused BinaryURLResolver from ConfidentialModule (PRIV-389 credentials sidecar) + ## 2.43.0 ### Minor Changes diff --git a/package.json b/package.json index 0c114d93585..bd2cf52e254 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.43.0", + "version": "2.44.0", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": { From 900ace4d2a67b11bfeb627089724588080c50d5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 21 Apr 2026 21:43:04 +0000 Subject: [PATCH 2/2] Add minor changeset for next release cycle --- .changeset/minor-bump-1776807784.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/minor-bump-1776807784.md diff --git a/.changeset/minor-bump-1776807784.md b/.changeset/minor-bump-1776807784.md new file mode 100644 index 00000000000..cd0ab0f3f81 --- /dev/null +++ b/.changeset/minor-bump-1776807784.md @@ -0,0 +1,5 @@ +--- +"chainlink": minor +--- + +Minor bump to start next version