Tags: smartcontractkit/chainlink-deployments-framework
Tags
Version Packages (#671) 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.75.0 ### Minor Changes - [#670](#670) [`0a320ef`](0a320ef) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): allow configuration for SUI chain in test engine ### Patch Changes - [#668](#668) [`ff9c85a`](ff9c85a) Thanks [@jkongie](https://github.com/jkongie)! - Bump `go-ethereum` to v1.16.8 --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#659) 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.74.3 ### Patch Changes - [#660](#660) [`a8928d5`](a8928d5) Thanks [@ecPablo](https://github.com/ecPablo)! - fix: avoid loading proposal ctx if the provider is nil chore: add deprecation warning to mcmsv2 commands - [#666](#666) [`d5bcb7c`](d5bcb7c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(jd): remove wsrpc from error message - [#655](#655) [`3791c84`](3791c84) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat: log from, to and raw data in forktests - [#658](#658) [`504cfaa`](504cfaa) Thanks [@ecPablo](https://github.com/ecPablo)! - fix proposal analyzer render issues with array details --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#671) 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.75.0 ### Minor Changes - [#670](#670) [`0a320ef`](0a320ef) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): allow configuration for SUI chain in test engine ### Patch Changes - [#668](#668) [`ff9c85a`](ff9c85a) Thanks [@jkongie](https://github.com/jkongie)! - Bump `go-ethereum` to v1.16.8 --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#657) 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.74.2 ### Patch Changes - [#656](#656) [`bdf4104`](bdf4104) Thanks [@friedemannf](https://github.com/friedemannf)! - Bump CTF to v0.12.6 --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#654) 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.74.1 ### Patch Changes - [#653](#653) [`173d35e`](173d35e) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(jd): keep wsrpc field as storage Looks like WSRPC field cant be removed completely for now as Chainlink repo uses WSRPC field of the JDConfig as temporary storage for lookup later, it requires a refactor on the Chainlink side to address this, in the mean time to unblock the removal of wsrpc in the CLD, we temporary restore the storage functionality of the field. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#652) 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.74.0 ### Minor Changes - [#643](#643) [`ade5b2c`](ade5b2c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(JD): remove WSRPC field from JDConfig The WSRPC in JDConfig was never needed as it was never used. Only GRPC field is needed. ### Patch Changes - [#649](#649) [`fea4ff3`](fea4ff3) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(JD): restore WSRPC field to help with graceful migration in chainlink repo and CLD repo --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#638) 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.73.0 ### Minor Changes - [#647](#647) [`e76e685`](e76e685) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(jd): new mapper function for chain family Maps JD proto ChainType to the chain selector family string - [#637](#637) [`fba3c78`](fba3c78) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(operations): introduce RegisterOperationRelaxed ### Patch Changes - [#639](#639) [`724f6f9`](724f6f9) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(pipeline): remove support for object format for payload in input yaml file --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#632) 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.72.0 ### Minor Changes - [#633](#633) [`006c70a`](006c70a) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - feat(mcms): fetch pipeline PR data before decoding a proposal ### Patch Changes - [#634](#634) [`143bdc3`](143bdc3) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - patch: update rpc regex for anvil to include tailscale urls - [#630](#630) [`f0ede8e`](f0ede8e) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(mcms): use proposalContextProvider in mcmsv2's get-op-count and is-timelock-done commands --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#626) 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.71.4 ### Patch Changes - [#625](#625) [`ea28b23`](ea28b23) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(catalog): load from catalog when mode is all --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
Version Packages (#621) 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.71.3 ### Patch Changes - [#620](#620) [`ac4ad05`](ac4ad05) Thanks [@gustavogama-cll](https://github.com/gustavogama-cll)! - fix(mcms): re-fetch mcm opCount on "txNonce too large" error --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
PreviousNext