Skip to content

Commit

Permalink
chore(release): cut atala prism 1.18.0 release
Browse files Browse the repository at this point in the history
# [1.18.0](prism-agent-v1.17.0...prism-agent-v1.18.0) (2023-10-24)

### Bug Fixes

*  all performance tests run succesfully, add group thresholds ([#750](#750)) ([5204838](5204838))

### Features

*  presentation API refactor ([#765](#765)) ([045d829](045d829))
* add new auth params ([#762](#762)) ([b8bfb86](b8bfb86))
* disable cors by default ([#747](#747)) ([1dd8c8b](1dd8c8b))
* migrate docker image of the agent to Java 21 ([#758](#758)) ([d36dbf0](d36dbf0))
* **prism-agent:** add keycloak authorization support to endpoints ([#753](#753)) ([3e7534f](3e7534f))

Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
atala-dev committed Oct 24, 2023
1 parent 9cfccb4 commit e790efe
Show file tree
Hide file tree
Showing 9 changed files with 189 additions and 251 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.18.0](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.17.0...prism-agent-v1.18.0) (2023-10-24)


### Bug Fixes

* all performance tests run succesfully, add group thresholds ([#750](https://github.com/hyperledger-labs/open-enterprise-agent/issues/750)) ([5204838](https://github.com/hyperledger-labs/open-enterprise-agent/commit/520483836e5b572e8aeeecd28f4bbe7cc668c3d9))


### Features

* presentation API refactor ([#765](https://github.com/hyperledger-labs/open-enterprise-agent/issues/765)) ([045d829](https://github.com/hyperledger-labs/open-enterprise-agent/commit/045d8298f8865baeb13e243ed058e8e440b3f496))
* add new auth params ([#762](https://github.com/hyperledger-labs/open-enterprise-agent/issues/762)) ([b8bfb86](https://github.com/hyperledger-labs/open-enterprise-agent/commit/b8bfb867061c58fc12987b5405f561e8f10cb718))
* disable cors by default ([#747](https://github.com/hyperledger-labs/open-enterprise-agent/issues/747)) ([1dd8c8b](https://github.com/hyperledger-labs/open-enterprise-agent/commit/1dd8c8b0e9b0d2593bd1c17a95bf013192a64532))
* migrate docker image of the agent to Java 21 ([#758](https://github.com/hyperledger-labs/open-enterprise-agent/issues/758)) ([d36dbf0](https://github.com/hyperledger-labs/open-enterprise-agent/commit/d36dbf0dfbf45b64185e5b54aba0444d6e1ada88))
* **prism-agent:** add keycloak authorization support to endpoints ([#753](https://github.com/hyperledger-labs/open-enterprise-agent/issues/753)) ([3e7534f](https://github.com/hyperledger-labs/open-enterprise-agent/commit/3e7534ff1a75e9ecaa0c2b670c1c158890021f8d))

# [1.17.0](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.16.4...prism-agent-v1.17.0) (2023-10-14)


Expand Down
68 changes: 39 additions & 29 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions infrastructure/charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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: 1.17.0
version: 1.18.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: 1.17.0
appVersion: 1.18.0
dependencies:
- name: vault
version: 0.24.1
Expand Down
24 changes: 19 additions & 5 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
apiVersion: v1
entries:
prism-agent:
- apiVersion: v2
appVersion: 1.18.0
created: "2023-10-24T11:07:35.004549218Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
version: 0.24.1
description: A Helm chart for deploying prism-agent
digest: 5a803d916bc19c824aec9d39efb0206ff9a2a3b1932b276acaaf97c580f62387
name: prism-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.18.0.tgz
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2023-10-14T17:17:05.1408815Z"
created: "2023-10-24T11:07:35.000795657Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -17,7 +31,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2023-10-14T17:17:05.135639936Z"
created: "2023-10-24T11:07:34.99668489Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -31,7 +45,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2023-10-14T17:17:05.131265084Z"
created: "2023-10-24T11:07:34.991583906Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -45,7 +59,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2023-10-14T17:17:05.126243223Z"
created: "2023-10-24T11:07:34.987422338Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -57,4 +71,4 @@ entries:
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.16.2.tgz
version: 1.16.2
generated: "2023-10-14T17:17:05.120712157Z"
generated: "2023-10-24T11:07:34.982721561Z"
Binary file added infrastructure/charts/prism-agent-1.18.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": "atala-prism-building-blocks",
"version": "1.17.0",
"version": "1.18.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
Loading

0 comments on commit e790efe

Please sign in to comment.