Skip to content

Commit 40a0e61

Browse files
Version Packages (#511)
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.57.0 ### Minor Changes - [#482](#482) [`62ed5d0`](62ed5d0) Thanks [@rodrigombsoares](https://github.com/rodrigombsoares)! - Implement SUI proposal analyzer - [#510](#510) [`8fd65fe`](8fd65fe) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: enable strict yaml unmarshalling When unmarshalling from yaml input for pipelines, if there is a field not defined in the struct, an error will be returned. This helps catch typos and misconfigurations early. - [#512](#512) [`c035859`](c035859) Thanks [@jkongie](https://github.com/jkongie)! - Adds a new option to test engine environment loading for setting NodeIDs `WithNodeIDs` - option to set NodeIDs into the test environment ### Patch Changes - [#507](#507) [`3ba8202`](3ba8202) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(catalog/memory): convert to true inmemory implementation Remove dependency on pgtest - [#515](#515) [`e458ad5`](e458ad5) Thanks [@vyzaldysanchez](https://github.com/vyzaldysanchez)! - Add extra info(workflow key and p2p key bundles) when logging JD nodes on a table format. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent e458ad5 commit 40a0e61

File tree

7 files changed

+23
-32
lines changed

7 files changed

+23
-32
lines changed

.changeset/big-dodos-brush.md

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

.changeset/light-ends-hammer.md

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

.changeset/neat-lamps-repair.md

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

.changeset/solid-apples-carry.md

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

.changeset/wicked-dodos-know.md

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

CHANGELOG.md

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

3+
## 0.57.0
4+
5+
### Minor Changes
6+
7+
- [#482](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/482) [`62ed5d0`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/62ed5d05c11f7307e58c7dc1cc057ea22188229e) Thanks [@rodrigombsoares](https://github.com/rodrigombsoares)! - Implement SUI proposal analyzer
8+
9+
- [#510](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/510) [`8fd65fe`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8fd65fe3e8e7964cd95b00b077ab32e5175552c6) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat: enable strict yaml unmarshalling
10+
11+
When unmarshalling from yaml input for pipelines, if there is a field not defined in the struct, an error will be returned. This helps catch typos and misconfigurations early.
12+
13+
- [#512](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/512) [`c035859`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/c03585984f44c1a9e4adea94770844c3e6defbfd) Thanks [@jkongie](https://github.com/jkongie)! - Adds a new option to test engine environment loading for setting NodeIDs
14+
15+
`WithNodeIDs` - option to set NodeIDs into the test environment
16+
17+
### Patch Changes
18+
19+
- [#507](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/507) [`3ba8202`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/3ba820224cce3188b32fa4ff14653761fb5033c7) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix(catalog/memory): convert to true inmemory implementation
20+
21+
Remove dependency on pgtest
22+
23+
- [#515](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/515) [`e458ad5`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/e458ad5956c9bcae29b2c1628dfd43e630276041) Thanks [@vyzaldysanchez](https://github.com/vyzaldysanchez)! - Add extra info(workflow key and p2p key bundles) when logging JD nodes on a table format.
24+
325
## 0.56.0
426

527
### 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.56.0",
3+
"version": "0.57.0",
44
"description": "A deployment framework for chainlink-deployments ",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)