Skip to content

Commit

Permalink
chore(release): cut prism node 2.4.1 release
Browse files Browse the repository at this point in the history
## [2.4.1](v2.4.0...v2.4.1) (2024-05-22)

### Bug Fixes

* Chart version bump ([#854](#854)) ([8dba7da](8dba7da))
  • Loading branch information
atala-dev committed May 22, 2024
1 parent 8dba7da commit 3d75ce9
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.4.1](https://github.com/input-output-hk/atala-prism/compare/v2.4.0...v2.4.1) (2024-05-22)


### Bug Fixes

* 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))

# [2.4.0](https://github.com/input-output-hk/atala-prism/compare/v2.3.0...v2.4.0) (2024-05-22)


Expand Down
14 changes: 12 additions & 2 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
apiVersion: v1
entries:
prism-node:
- apiVersion: v2
appVersion: 2.4.1
created: "2024-05-22T11:33:56.641410747Z"
description: A Helm chart for deploying prism-node
digest: 974292ded56f0882b01839780974d2b742572b1b74e01ac897f1b2fa0339619a
name: prism-node
type: application
urls:
- https://raw.githubusercontent.com/input-output-hk/atala-prism/main/infrastructure/charts/prism-node-2.4.1.tgz
version: 2.4.1
- apiVersion: v2
appVersion: 2.4.0
created: "2024-05-22T11:20:33.990568475Z"
created: "2024-05-22T11:33:56.640984432Z"
description: A Helm chart for deploying prism-node
digest: 692bef9312fbdfcf8dd885c06d69bfa0ba5fc201086c5af26ddd2b932c1934c0
name: prism-node
type: application
urls:
- https://raw.githubusercontent.com/input-output-hk/atala-prism/main/infrastructure/charts/prism-node-0.1.0.tgz
version: 0.1.0
generated: "2024-05-22T11:20:33.990000234Z"
generated: "2024-05-22T11:33:56.640444515Z"
4 changes: 2 additions & 2 deletions infrastructure/charts/node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 2.4.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "2.4.0"
appVersion: "2.4.1"
dependencies: []
Binary file added infrastructure/charts/prism-node-2.4.1.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prism-node",
"version": "2.4.0",
"version": "2.4.1",
"engines": {
"node": ">=16.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.4.0-SNAPSHOT"
ThisBuild / version := "2.4.1-SNAPSHOT"

0 comments on commit 3d75ce9

Please sign in to comment.