diff --git a/.changeset/canton-chain-support.md b/.changeset/canton-chain-support.md deleted file mode 100644 index e3b9a7454..000000000 --- a/.changeset/canton-chain-support.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -Extend Canton chain authentication with OAuth2 client credentials (CI) and authorization code (local dev) providers, using RFC 8414 metadata discovery aligned with chainlink-canton authentication packages. diff --git a/.changeset/canton-okta-env-bindings.md b/.changeset/canton-okta-env-bindings.md deleted file mode 100644 index 9e6a91027..000000000 --- a/.changeset/canton-okta-env-bindings.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": patch ---- - -Accept `ONCHAIN_CANTON_OKTA_*` environment variables as legacy aliases for Canton OAuth config and infer `client_credentials` when OAuth secrets are set without `ONCHAIN_CANTON_AUTH_STRATEGY`. diff --git a/.changeset/canton-proposal-analyzer.md b/.changeset/canton-proposal-analyzer.md deleted file mode 100644 index 31cd21bbd..000000000 --- a/.changeset/canton-proposal-analyzer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(analyzer): implement Canton MCMS proposal analyzer diff --git a/.changeset/datastore-query-helpers.md b/.changeset/datastore-query-helpers.md deleted file mode 100644 index 8aef85923..000000000 --- a/.changeset/datastore-query-helpers.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(datastore): add FindUniqueRef and FindAndFormatRef query helpers diff --git a/.changeset/output-builder-mcms.md b/.changeset/output-builder-mcms.md deleted file mode 100644 index 466d05985..000000000 --- a/.changeset/output-builder-mcms.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(deployment): add OutputBuilder for changeset output and MCMS timelock proposals diff --git a/.changeset/sequenceutils-onchain-changeset.md b/.changeset/sequenceutils-onchain-changeset.md deleted file mode 100644 index 56b3bfd1e..000000000 --- a/.changeset/sequenceutils-onchain-changeset.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"chainlink-deployments-framework": minor ---- - -feat(changeset): add sequenceutils.NewOnChainChangesetFromSequence for on-chain sequence changesets diff --git a/CHANGELOG.md b/CHANGELOG.md index f6be2b429..c162ef3bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # chainlink-deployments-framework +## 0.110.0 + +### Minor Changes + +- [#797](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/797) [`52ef992`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/52ef992edefe1e43bfd4ce722cca7aaca8943e93) Thanks [@stackman27](https://github.com/stackman27)! - Extend Canton chain authentication with OAuth2 client credentials (CI) and authorization code (local dev) providers, using RFC 8414 metadata discovery aligned with chainlink-canton authentication packages. + +- [#1031](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1031) [`ca31efb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/ca31efba19ceb83126e90a325042be5bdbd0f17b) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - feat(analyzer): implement Canton MCMS proposal analyzer + +- [#1027](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1027) [`6a2444f`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/6a2444fc3ae79c23f16ef548f11029b5f02564b2) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(datastore): add FindUniqueRef and FindAndFormatRef query helpers + +- [#1021](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1021) [`df502cb`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/df502cb014c275246c7d2880495a43070320f6c7) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(deployment): add OutputBuilder for changeset output and MCMS timelock proposals + +- [#1030](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1030) [`f794f9d`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f794f9d1d208095416437c3a6f3f0680985accf0) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(changeset): add sequenceutils.NewOnChainChangesetFromSequence for on-chain sequence changesets + +### Patch Changes + +- [#1033](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1033) [`f2ff7d3`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/f2ff7d34c9e8a00293fd3810735743da3b59f971) Thanks [@stackman27](https://github.com/stackman27)! - Accept `ONCHAIN_CANTON_OKTA_*` environment variables as legacy aliases for Canton OAuth config and infer `client_credentials` when OAuth secrets are set without `ONCHAIN_CANTON_AUTH_STRATEGY`. + ## 0.109.0 ### Minor Changes diff --git a/package.json b/package.json index cfe761d20..1af06be40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink-deployments-framework", - "version": "0.109.0", + "version": "0.110.0", "description": "A deployment framework for chainlink-deployments ", "private": true, "scripts": {