diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c9478530..afe949560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/infrastructure/charts/index.yaml b/infrastructure/charts/index.yaml index a53498726..43e1b6dad 100644 --- a/infrastructure/charts/index.yaml +++ b/infrastructure/charts/index.yaml @@ -1,9 +1,19 @@ 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 @@ -11,4 +21,4 @@ entries: 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" diff --git a/infrastructure/charts/node/Chart.yaml b/infrastructure/charts/node/Chart.yaml index dfb27a711..86009c171 100644 --- a/infrastructure/charts/node/Chart.yaml +++ b/infrastructure/charts/node/Chart.yaml @@ -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: [] diff --git a/infrastructure/charts/prism-node-2.4.1.tgz b/infrastructure/charts/prism-node-2.4.1.tgz new file mode 100644 index 000000000..1eb9e1e3f Binary files /dev/null and b/infrastructure/charts/prism-node-2.4.1.tgz differ diff --git a/package-lock.json b/package-lock.json index e8aa11006..dbe053f54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-node", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-node", - "version": "2.4.0", + "version": "2.4.1", "devDependencies": { "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", diff --git a/package.json b/package.json index 57bc7eef4..08bff3d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-node", - "version": "2.4.0", + "version": "2.4.1", "engines": { "node": ">=16.13.0" }, diff --git a/version.sbt b/version.sbt index d6a51189a..1806da253 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "2.4.0-SNAPSHOT" +ThisBuild / version := "2.4.1-SNAPSHOT"