Skip to content

Commit 0fd291e

Browse files
Version Packages (#519)
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 ## [email protected] ### Minor Changes - [#514](#514) [`406cb82`](406cb82) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - Handle Catalog ResponseStatus errors as grpc errors - [#518](#518) [`99ee634`](99ee634) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(offchain): new JD in memory client - [#522](#522) [`0cbed61`](0cbed61) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): integrate memory JD to test runtime - [#529](#529) [`4bb40fa`](4bb40fa) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(catalog): new datastore field in domain.yaml Field `datastore` is introduced to configure in future where should the data be written to, either file(json) - current behaviour or remote on the catalog service. By default, this field will be set to file for backwards compatibility. - [#520](#520) [`2cc6462`](2cc6462) Thanks [@ecPablo](https://github.com/ecPablo)! - improve decoded proposal error to use bullets instead of tables - [#517](#517) [`5220e9a`](5220e9a) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine/test): support memory catalog ### Patch Changes - [#527](#527) [`8041f81`](8041f81) Thanks [@giogam](https://github.com/giogam)! - chore: remove Catalog field from Environment struct - [#524](#524) [`41b8c65`](41b8c65) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: remove dep on chainlink-common --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent 41b8c65 commit 0fd291e

File tree

10 files changed

+26
-45
lines changed

10 files changed

+26
-45
lines changed

.changeset/eight-schools-glow.md

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

.changeset/eighty-bottles-listen.md

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

.changeset/gold-frogs-enjoy.md

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

.changeset/hot-sites-grow.md

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

.changeset/puny-candies-boil.md

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

.changeset/sharp-paths-yawn.md

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

.changeset/thin-apes-pump.md

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

.changeset/two-onions-march.md

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

CHANGELOG.md

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

3+
## 0.58.0
4+
5+
### Minor Changes
6+
7+
- [#514](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/514) [`406cb82`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/406cb82e83841d6bd59ea51f30dd42d9c063b5e8) Thanks [@DimitriosNaikopoulos](https://github.com/DimitriosNaikopoulos)! - Handle Catalog ResponseStatus errors as grpc errors
8+
9+
- [#518](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/518) [`99ee634`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/99ee634219c860412cbcbb1c72ee54665591fe8d) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(offchain): new JD in memory client
10+
11+
- [#522](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/522) [`0cbed61`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/0cbed61c14a6e42259251908584d0cf072a19a8c) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine): integrate memory JD to test runtime
12+
13+
- [#529](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/529) [`4bb40fa`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/4bb40fa07966170287ca272bb4b3f8f30eefeb99) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(catalog): new datastore field in domain.yaml
14+
15+
Field `datastore` is introduced to configure in future where should the data be written to, either file(json) - current behaviour or remote on the catalog service.
16+
By default, this field will be set to file for backwards compatibility.
17+
18+
- [#520](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/520) [`2cc6462`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/2cc6462f255a46ab560bb2f2c26e29c2da59f378) Thanks [@ecPablo](https://github.com/ecPablo)! - improve decoded proposal error to use bullets instead of tables
19+
20+
- [#517](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/517) [`5220e9a`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/5220e9ac21cdeea6b9e1bb67e8a0e5f96118d30e) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - feat(engine/test): support memory catalog
21+
22+
### Patch Changes
23+
24+
- [#527](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/527) [`8041f81`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/8041f810b501341e0b0650ad266079acf11b79e3) Thanks [@giogam](https://github.com/giogam)! - chore: remove Catalog field from Environment struct
25+
26+
- [#524](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/524) [`41b8c65`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/41b8c65ad3f443f8591f9be842c090a888305fce) Thanks [@graham-chainlink](https://github.com/graham-chainlink)! - fix: remove dep on chainlink-common
27+
328
## 0.57.0
429

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

0 commit comments

Comments
 (0)