Skip to content

Commit 3d75ce9

Browse files
committed
chore(release): cut prism node 2.4.1 release
## [2.4.1](v2.4.0...v2.4.1) (2024-05-22) ### Bug Fixes * Chart version bump ([#854](#854)) ([8dba7da](8dba7da))
1 parent 8dba7da commit 3d75ce9

File tree

7 files changed

+25
-8
lines changed

7 files changed

+25
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.4.1](https://github.com/input-output-hk/atala-prism/compare/v2.4.0...v2.4.1) (2024-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Chart version bump ([#854](https://github.com/input-output-hk/atala-prism/issues/854)) ([8dba7da](https://github.com/input-output-hk/atala-prism/commit/8dba7da9f379df6dacc27a26bd5eb66e35d3c359))
7+
18
# [2.4.0](https://github.com/input-output-hk/atala-prism/compare/v2.3.0...v2.4.0) (2024-05-22)
29

310

infrastructure/charts/index.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
apiVersion: v1
22
entries:
33
prism-node:
4+
- apiVersion: v2
5+
appVersion: 2.4.1
6+
created: "2024-05-22T11:33:56.641410747Z"
7+
description: A Helm chart for deploying prism-node
8+
digest: 974292ded56f0882b01839780974d2b742572b1b74e01ac897f1b2fa0339619a
9+
name: prism-node
10+
type: application
11+
urls:
12+
- https://raw.githubusercontent.com/input-output-hk/atala-prism/main/infrastructure/charts/prism-node-2.4.1.tgz
13+
version: 2.4.1
414
- apiVersion: v2
515
appVersion: 2.4.0
6-
created: "2024-05-22T11:20:33.990568475Z"
16+
created: "2024-05-22T11:33:56.640984432Z"
717
description: A Helm chart for deploying prism-node
818
digest: 692bef9312fbdfcf8dd885c06d69bfa0ba5fc201086c5af26ddd2b932c1934c0
919
name: prism-node
1020
type: application
1121
urls:
1222
- https://raw.githubusercontent.com/input-output-hk/atala-prism/main/infrastructure/charts/prism-node-0.1.0.tgz
1323
version: 0.1.0
14-
generated: "2024-05-22T11:20:33.990000234Z"
24+
generated: "2024-05-22T11:33:56.640444515Z"

infrastructure/charts/node/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: 0.1.0
16+
version: 2.4.1
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "2.4.0"
21+
appVersion: "2.4.1"
2222
dependencies: []
3.88 KB
Binary file not shown.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prism-node",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"engines": {
55
"node": ">=16.13.0"
66
},

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "2.4.0-SNAPSHOT"
1+
ThisBuild / version := "2.4.1-SNAPSHOT"

0 commit comments

Comments
 (0)