Skip to content

Commit d41fa64

Browse files
Version Packages (#1092)
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.114.6 ### Patch Changes - [#1087](#1087) [`7f86d08`](7f86d08) Thanks [@RensR](https://github.com/RensR)! - Make `-c` / `-x` optional for `durable-pipeline run` when the input YAML contains exactly one changeset. - [#1096](#1096) [`969858c`](969858c) Thanks [@ChrisAmora](https://github.com/ChrisAmora)! - Add Ed25519 AWS KMS signing support. --------- Co-authored-by: app-token-issuer-engops[bot] <144731339+app-token-issuer-engops[bot]@users.noreply.github.com>
1 parent cd370d3 commit d41fa64

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.changeset/optional-durable-pipeline-changeset-selector.md

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

.changeset/young-rocks-tap.md

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

CHANGELOG.md

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

3+
## 0.114.6
4+
5+
### Patch Changes
6+
7+
- [#1087](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1087) [`7f86d08`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/7f86d0804c9dc732c9c12deb642234c4810f9d90) Thanks [@RensR](https://github.com/RensR)! - Make `-c` / `-x` optional for `durable-pipeline run` when the input YAML contains exactly one changeset.
8+
9+
- [#1096](https://github.com/smartcontractkit/chainlink-deployments-framework/pull/1096) [`969858c`](https://github.com/smartcontractkit/chainlink-deployments-framework/commit/969858c2a6010b214bf754cb6382d5bbebf00d1f) Thanks [@ChrisAmora](https://github.com/ChrisAmora)! - Add Ed25519 AWS KMS signing support.
10+
311
## 0.114.5
412

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

0 commit comments

Comments
 (0)