Skip to content

Commit

Permalink
chore(release): cut prism node 2.5.0 release
Browse files Browse the repository at this point in the history
# [2.5.0](v2.4.1...v2.5.0) (2024-07-04)

### Features

* allow external cardano-wallet and cardano-db-sync ([#856](#856)) ([2fbaa3d](2fbaa3d))
* bump lint action versions ([#864](#864)) ([7bf57d9](7bf57d9))
* temporarily test release on self hosted ([#860](#860)) ([114a204](114a204))
  • Loading branch information
atala-dev committed Jul 4, 2024
1 parent 6137f19 commit 0bb23aa
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.5.0](https://github.com/input-output-hk/atala-prism/compare/v2.4.1...v2.5.0) (2024-07-04)


### Features

* allow external cardano-wallet and cardano-db-sync ([#856](https://github.com/input-output-hk/atala-prism/issues/856)) ([2fbaa3d](https://github.com/input-output-hk/atala-prism/commit/2fbaa3d133318bfe80107e5104b0630bcf750bb5))
* bump lint action versions ([#864](https://github.com/input-output-hk/atala-prism/issues/864)) ([7bf57d9](https://github.com/input-output-hk/atala-prism/commit/7bf57d990ba8e321b75a3e1997e8280fa626ba1c))
* temporarily test release on self hosted ([#860](https://github.com/input-output-hk/atala-prism/issues/860)) ([114a204](https://github.com/input-output-hk/atala-prism/commit/114a2043d9d5a6bfbbbeb8fe4c826e8cd431f503))

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


Expand Down
16 changes: 13 additions & 3 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
apiVersion: v1
entries:
prism-node:
- apiVersion: v2
appVersion: 2.5.0
created: "2024-07-04T03:29:48.6134497Z"
description: A Helm chart for deploying prism-node
digest: 93c614cf58e58caa78c4621f539131c6840675e837a9d39b7d6d60b9097275c7
name: prism-node
type: application
urls:
- https://raw.githubusercontent.com/input-output-hk/atala-prism/main/infrastructure/charts/prism-node-2.5.0.tgz
version: 2.5.0
- apiVersion: v2
appVersion: 2.4.1
created: "2024-05-22T11:33:56.641410747Z"
created: "2024-07-04T03:29:48.613032016Z"
description: A Helm chart for deploying prism-node
digest: 974292ded56f0882b01839780974d2b742572b1b74e01ac897f1b2fa0339619a
name: prism-node
Expand All @@ -13,12 +23,12 @@ entries:
version: 2.4.1
- apiVersion: v2
appVersion: 2.4.0
created: "2024-05-22T11:33:56.640984432Z"
created: "2024-07-04T03:29:48.611979367Z"
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:33:56.640444515Z"
generated: "2024-07-04T03:29:48.610555599Z"
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: 2.4.1
version: 2.5.0
# 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.1"
appVersion: "2.5.0"
dependencies: []
Binary file added infrastructure/charts/prism-node-2.5.0.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.1",
"version": "2.5.0",
"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.1-SNAPSHOT"
ThisBuild / version := "2.5.0-SNAPSHOT"

0 comments on commit 0bb23aa

Please sign in to comment.