Skip to content

Commit

Permalink
chore(release): cut open enterprise agent 1.31.0 release
Browse files Browse the repository at this point in the history
# [1.31.0](prism-agent-v1.30.1...prism-agent-v1.31.0) (2024-03-20)

### Bug Fixes

* add Anoncreds Integration Test ([#923](#923)) ([27a157f](27a157f))
* align keycloak version ([#936](#936)) ([c920fd6](c920fd6))
* anoncred test ([#940](#940)) ([bb5ead1](bb5ead1))
* **pollux:** function that allocates status list credential does not work correctly in multi threaded environment  ([#941](#941)) ([ecc3c01](ecc3c01))
* **pollux:** Undo edit migration for revocation status lists ([#937](#937)) ([7f7585f](7f7585f))
* **prism-agent:** add validation for endpoint url ([#919](#919)) ([0402a87](0402a87))

### Features

* add revocation for JWT credentials ([#934](#934)) ([88b7fa5](88b7fa5))
* Fix Update Schema and CredentialDef on Receive Credential ([#920](#920)) ([acbba3c](acbba3c))

Signed-off-by: Anton Baliasnikov <anton.baliasnikov@iohk.io>
  • Loading branch information
atala-dev committed Mar 20, 2024
1 parent ecc3c01 commit cc6028f
Show file tree
Hide file tree
Showing 10 changed files with 273 additions and 74 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.31.0](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.30.1...prism-agent-v1.31.0) (2024-03-20)


### Bug Fixes

* add Anoncreds Integration Test ([#923](https://github.com/hyperledger-labs/open-enterprise-agent/issues/923)) ([27a157f](https://github.com/hyperledger-labs/open-enterprise-agent/commit/27a157fb5a83a33704230b35eca80f297eec9a85))
* align keycloak version ([#936](https://github.com/hyperledger-labs/open-enterprise-agent/issues/936)) ([c920fd6](https://github.com/hyperledger-labs/open-enterprise-agent/commit/c920fd661d31b56466497e462fd0139755290b33))
* anoncred test ([#940](https://github.com/hyperledger-labs/open-enterprise-agent/issues/940)) ([bb5ead1](https://github.com/hyperledger-labs/open-enterprise-agent/commit/bb5ead1de3b6d2c3fae0019d50a5310b37a2eab3))
* **pollux:** function that allocates status list credential does not work correctly in multi threaded environment ([#941](https://github.com/hyperledger-labs/open-enterprise-agent/issues/941)) ([ecc3c01](https://github.com/hyperledger-labs/open-enterprise-agent/commit/ecc3c019749a6b370771bcf62f89ea2599a521ac))
* **pollux:** Undo edit migration for revocation status lists ([#937](https://github.com/hyperledger-labs/open-enterprise-agent/issues/937)) ([7f7585f](https://github.com/hyperledger-labs/open-enterprise-agent/commit/7f7585f47ee197db162c75f7d118a87b99cc7d06))
* **prism-agent:** add validation for endpoint url ([#919](https://github.com/hyperledger-labs/open-enterprise-agent/issues/919)) ([0402a87](https://github.com/hyperledger-labs/open-enterprise-agent/commit/0402a8778eda839521c55a127934fba41c7b79ad))


### Features

* add revocation for JWT credentials ([#934](https://github.com/hyperledger-labs/open-enterprise-agent/issues/934)) ([88b7fa5](https://github.com/hyperledger-labs/open-enterprise-agent/commit/88b7fa5c6cd92002ef355311eec6e30b63ab1dd6))
* Fix Update Schema and CredentialDef on Receive Credential ([#920](https://github.com/hyperledger-labs/open-enterprise-agent/issues/920)) ([acbba3c](https://github.com/hyperledger-labs/open-enterprise-agent/commit/acbba3ce92ee9e16893b4978c4a9ec4ce0757d53))

## [1.30.1](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.30.0...prism-agent-v1.30.1) (2024-03-06)


Expand Down
86 changes: 43 additions & 43 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.30.1
version: 1.31.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.30.1
appVersion: 1.31.0
dependencies:
- name: vault
version: 0.24.1
Expand Down
62 changes: 40 additions & 22 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
apiVersion: v1
entries:
prism-agent:
- apiVersion: v2
appVersion: 1.31.0
created: "2024-03-20T18:57:40.265443237Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
version: 0.24.1
- condition: keycloak.enabled
name: keycloak
repository: https://charts.bitnami.com/bitnami
version: 17.2.0
description: A Helm chart for deploying prism-agent
digest: 2b70776d21bbaa35d252b5a84f821f27e28918592ac689fea01888087d889df3
name: prism-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.31.0.tgz
version: 1.31.0
- apiVersion: v2
appVersion: 1.30.1
created: "2024-03-06T05:03:44.668594792Z"
created: "2024-03-20T18:57:40.254521753Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -21,7 +39,7 @@ entries:
version: 1.30.1
- apiVersion: v2
appVersion: 1.30.0
created: "2024-03-06T05:03:44.658884796Z"
created: "2024-03-20T18:57:40.243928266Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -39,7 +57,7 @@ entries:
version: 1.30.0
- apiVersion: v2
appVersion: 1.29.0
created: "2024-03-06T05:03:44.64836988Z"
created: "2024-03-20T18:57:40.2339365Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -57,7 +75,7 @@ entries:
version: 1.29.0
- apiVersion: v2
appVersion: 1.28.0
created: "2024-03-06T05:03:44.637984979Z"
created: "2024-03-20T18:57:40.223094151Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -75,7 +93,7 @@ entries:
version: 1.28.0
- apiVersion: v2
appVersion: 1.27.0
created: "2024-03-06T05:03:44.628476289Z"
created: "2024-03-20T18:57:40.212806243Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -93,7 +111,7 @@ entries:
version: 1.27.0
- apiVersion: v2
appVersion: 1.26.0
created: "2024-03-06T05:03:44.617258513Z"
created: "2024-03-20T18:57:40.202753019Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -111,7 +129,7 @@ entries:
version: 1.26.0
- apiVersion: v2
appVersion: 1.25.0
created: "2024-03-06T05:03:44.607709598Z"
created: "2024-03-20T18:57:40.19166764Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -129,7 +147,7 @@ entries:
version: 1.25.0
- apiVersion: v2
appVersion: 1.24.0
created: "2024-03-06T05:03:44.59743332Z"
created: "2024-03-20T18:57:40.181190039Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -147,7 +165,7 @@ entries:
version: 1.24.0
- apiVersion: v2
appVersion: 1.23.0
created: "2024-03-06T05:03:44.587255564Z"
created: "2024-03-20T18:57:40.169775233Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -165,7 +183,7 @@ entries:
version: 1.23.0
- apiVersion: v2
appVersion: 1.22.0
created: "2024-03-06T05:03:44.577877249Z"
created: "2024-03-20T18:57:40.15980116Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -183,7 +201,7 @@ entries:
version: 1.22.0
- apiVersion: v2
appVersion: 1.21.1
created: "2024-03-06T05:03:44.566885483Z"
created: "2024-03-20T18:57:40.148808367Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -201,7 +219,7 @@ entries:
version: 1.21.1
- apiVersion: v2
appVersion: 1.21.0
created: "2024-03-06T05:03:44.557137836Z"
created: "2024-03-20T18:57:40.138859211Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -219,7 +237,7 @@ entries:
version: 1.21.0
- apiVersion: v2
appVersion: 1.20.1
created: "2024-03-06T05:03:44.54595658Z"
created: "2024-03-20T18:57:40.12694057Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -237,7 +255,7 @@ entries:
version: 1.20.1
- apiVersion: v2
appVersion: 1.20.0
created: "2024-03-06T05:03:44.536323918Z"
created: "2024-03-20T18:57:40.116915211Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -255,7 +273,7 @@ entries:
version: 1.20.0
- apiVersion: v2
appVersion: 1.19.1
created: "2024-03-06T05:03:44.524682058Z"
created: "2024-03-20T18:57:40.105906962Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -273,7 +291,7 @@ entries:
version: 1.19.1
- apiVersion: v2
appVersion: 1.19.0
created: "2024-03-06T05:03:44.515379364Z"
created: "2024-03-20T18:57:40.095762398Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -291,7 +309,7 @@ entries:
version: 1.19.0
- apiVersion: v2
appVersion: 1.18.0
created: "2024-03-06T05:03:44.505674984Z"
created: "2024-03-20T18:57:40.085726944Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -305,7 +323,7 @@ entries:
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2024-03-06T05:03:44.502075456Z"
created: "2024-03-20T18:57:40.082551551Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -319,7 +337,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2024-03-06T05:03:44.499126168Z"
created: "2024-03-20T18:57:40.079722433Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -333,7 +351,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2024-03-06T05:03:44.49635206Z"
created: "2024-03-20T18:57:40.075981995Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -347,7 +365,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2024-03-06T05:03:44.492681188Z"
created: "2024-03-20T18:57:40.073089218Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -359,4 +377,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: "2024-03-06T05:03:44.489402063Z"
generated: "2024-03-20T18:57:40.069857861Z"
Binary file added infrastructure/charts/prism-agent-1.31.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion infrastructure/local/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
PRISM_AGENT_VERSION=1.30.1
PRISM_AGENT_VERSION=1.31.0
PRISM_NODE_VERSION=2.2.1
VAULT_DEV_ROOT_TOKEN_ID=root
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.30.1",
"version": "1.31.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
Loading

0 comments on commit cc6028f

Please sign in to comment.