Skip to content

Commit 8fd541d

Browse files
Version Packages (#1034)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## chainlink-deployments-framework@0.110.0 ### Minor Changes - [#797](#797) [`52ef992`](52ef992) 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](#1031) [`ca31efb`](ca31efb) Thanks [@JohnChangUK](https://github.com/JohnChangUK)! - feat(analyzer): implement Canton MCMS proposal analyzer - [#1027](#1027) [`6a2444f`](6a2444f) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(datastore): add FindUniqueRef and FindAndFormatRef query helpers - [#1021](#1021) [`df502cb`](df502cb) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(deployment): add OutputBuilder for changeset output and MCMS timelock proposals - [#1030](#1030) [`f794f9d`](f794f9d) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(changeset): add sequenceutils.NewOnChainChangesetFromSequence for on-chain sequence changesets ### Patch Changes - [#1033](#1033) [`f2ff7d3`](f2ff7d3) 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`. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent f2ff7d3 commit 8fd541d

8 files changed

Lines changed: 19 additions & 31 deletions

.changeset/canton-chain-support.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/canton-okta-env-bindings.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/canton-proposal-analyzer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/datastore-query-helpers.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/output-builder-mcms.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sequenceutils-onchain-changeset.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# chainlink-deployments-framework
22

3+
## 0.110.0
4+
5+
### Minor Changes
6+
7+
- [#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.
8+
9+
- [#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
10+
11+
- [#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
12+
13+
- [#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
14+
15+
- [#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
16+
17+
### Patch Changes
18+
19+
- [#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`.
20+
321
## 0.109.0
422

523
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chainlink-deployments-framework",
3-
"version": "0.109.0",
3+
"version": "0.110.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)