Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/canton-chain-support.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/canton-okta-env-bindings.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/canton-proposal-analyzer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/datastore-query-helpers.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/output-builder-mcms.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sequenceutils-onchain-changeset.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading