From f4df380ed0566d19839d6724a33bcf784adaefed Mon Sep 17 00:00:00 2001 From: chainlink-releases-bot Date: Tue, 30 Jun 2026 20:11:20 +0000 Subject: [PATCH] Bump version and update CHANGELOG for v2.54.0 --- .changeset/cre-don-family-gateway-pairing.md | 5 ----- .changeset/minor-bump-1782240200.md | 5 ----- .changeset/tiny-buckets-notice.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/cre-don-family-gateway-pairing.md delete mode 100644 .changeset/minor-bump-1782240200.md delete mode 100644 .changeset/tiny-buckets-notice.md diff --git a/.changeset/cre-don-family-gateway-pairing.md b/.changeset/cre-don-family-gateway-pairing.md deleted file mode 100644 index 091b76e0c9f..00000000000 --- a/.changeset/cre-don-family-gateway-pairing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": patch ---- - -Require explicit `don_family` on every nodeset for local CRE topologies. Gateway connectors, gateway worker jobs, capabilities registry families, and `env workflow deploy` are scoped by family. Deploy resolves the target workflow DON via `--don-family` (with optional `--shard-index`) or `--workflow-don-name`, and requires `--don-family` when local CRE state is absent. #internal diff --git a/.changeset/minor-bump-1782240200.md b/.changeset/minor-bump-1782240200.md deleted file mode 100644 index cd0ab0f3f81..00000000000 --- a/.changeset/minor-bump-1782240200.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -Minor bump to start next version diff --git a/.changeset/tiny-buckets-notice.md b/.changeset/tiny-buckets-notice.md deleted file mode 100644 index a1421f9ded0..00000000000 --- a/.changeset/tiny-buckets-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink": minor ---- - -#nops: Hard-set UID and GID when CHAINLINK_USER is non-root, and document container RootDir and safe volume mount conventions for operators. diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cc049cc4d..0c2d6c0410a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog Chainlink Core +## 2.54.0 + +### Minor Changes + +- [#22929](https://github.com/smartcontractkit/chainlink/pull/22929) [`f0d09ca`](https://github.com/smartcontractkit/chainlink/commit/f0d09ca537389e76a7e63f7fa2cccae9ca8b4192) - Minor bump to start next version + +- [#22905](https://github.com/smartcontractkit/chainlink/pull/22905) [`9570a4d`](https://github.com/smartcontractkit/chainlink/commit/9570a4d44980e9c6d853ee7d5e8a59c5e8f0606b) - #nops: Hard-set UID and GID when CHAINLINK_USER is non-root, and document container RootDir and safe volume mount conventions for operators. + +### Patch Changes + +- [#22733](https://github.com/smartcontractkit/chainlink/pull/22733) [`6624255`](https://github.com/smartcontractkit/chainlink/commit/66242557bd126cb8fe0bab390d6b75747408cdad) - Require explicit `don_family` on every nodeset for local CRE topologies. Gateway connectors, gateway worker jobs, capabilities registry families, and `env workflow deploy` are scoped by family. Deploy resolves the target workflow DON via `--don-family` (with optional `--shard-index`) or `--workflow-don-name`, and requires `--don-family` when local CRE state is absent. #internal + ## 2.53.0 ### Minor Changes diff --git a/package.json b/package.json index 9abe1c4a59c..adda5c2c11c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.53.0", + "version": "2.54.0", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {