Skip to content

Commit

Permalink
chore(release): cut open enterprise agent 1.19.0 release
Browse files Browse the repository at this point in the history
* check for active RLS on db application user ([#775](#775)) ([a792f43](a792f43))
* enable keycloak with pre-configured agent in helm chart ([#791](#791)) ([9a6e512](9a6e512))
* explicitly define transitive dependencies that were unresolvable ([#790](#790)) ([0647829](0647829))
* **pollux:** V16 migration is failing to add FK constraint because of type mismatch ([#782](#782)) ([c87beb0](c87beb0))
* **prism-agent:** more descriptive error response for validateDID in issue flow ([#783](#783)) ([b99a737](b99a737))
* **prism-agent:** perform percent encoding on auth header for token introspection request ([#780](#780)) ([03d43c9](03d43c9))

* Accept goal and goalCode to create connection invitation  ([#785](#785)) ([71c776b](71c776b))
* **docs:** ADR for revocation status list expansion strategy ([#773](#773)) ([7ad6427](7ad6427))
* Keycloak container support with clients and PermissionManagement service ([#755](#755)) ([a1846aa](a1846aa))
* **pollux:** Add migrations needed for JWT revocation ([#778](#778)) ([471956e](471956e))
* **prism-agent:** add multi-tenant wallet self-service capability ([#779](#779)) ([f2e74cd](f2e74cd))

Signed-off-by: Anton Baliasnikov <[email protected]>

fix/feat/chore: typo here

Signed-off-by: Kranium Gikos Mendoza <[email protected]>
  • Loading branch information
atala-dev authored and womfoo committed Nov 22, 2023
1 parent 7fd03ce commit d266a84
Show file tree
Hide file tree
Showing 11 changed files with 280 additions and 116 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.19.0](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.18.0...prism-agent-v1.19.0) (2023-11-21)


### Bug Fixes

* check for active RLS on db application user ([#775](https://github.com/hyperledger-labs/open-enterprise-agent/issues/775)) ([a792f43](https://github.com/hyperledger-labs/open-enterprise-agent/commit/a792f43eaae0ec2cd30db2ea3308deded7a1a935))
* enable keycloak with pre-configured agent in helm chart ([#791](https://github.com/hyperledger-labs/open-enterprise-agent/issues/791)) ([9a6e512](https://github.com/hyperledger-labs/open-enterprise-agent/commit/9a6e5123e07462db66017439e8e434315af7c0f4))
* explicitly define transitive dependencies that were unresolvable ([#790](https://github.com/hyperledger-labs/open-enterprise-agent/issues/790)) ([0647829](https://github.com/hyperledger-labs/open-enterprise-agent/commit/0647829af813913aebd0dd3d703db7e363d44369))
* **pollux:** V16 migration is failing to add FK constraint because of type mismatch ([#782](https://github.com/hyperledger-labs/open-enterprise-agent/issues/782)) ([c87beb0](https://github.com/hyperledger-labs/open-enterprise-agent/commit/c87beb0478d4b3d54709e09597c42c23878d101e))
* **prism-agent:** more descriptive error response for validateDID in issue flow ([#783](https://github.com/hyperledger-labs/open-enterprise-agent/issues/783)) ([b99a737](https://github.com/hyperledger-labs/open-enterprise-agent/commit/b99a73718a06f4b97d933ba2e3220593f8d4e825))
* **prism-agent:** perform percent encoding on auth header for token introspection request ([#780](https://github.com/hyperledger-labs/open-enterprise-agent/issues/780)) ([03d43c9](https://github.com/hyperledger-labs/open-enterprise-agent/commit/03d43c98d8ab64e5b47830d95a6356f9d6dd1b82))


### Features

* Accept goal and goalCode to create connection invitation ([#785](https://github.com/hyperledger-labs/open-enterprise-agent/issues/785)) ([71c776b](https://github.com/hyperledger-labs/open-enterprise-agent/commit/71c776baa2caf3ca610508dba805f037fd7d6e29))
* **docs:** ADR for revocation status list expansion strategy ([#773](https://github.com/hyperledger-labs/open-enterprise-agent/issues/773)) ([7ad6427](https://github.com/hyperledger-labs/open-enterprise-agent/commit/7ad64277acb2bffe12524c4bfb68f687689b5b2e))
* Keycloak container support with clients and PermissionManagement service ([#755](https://github.com/hyperledger-labs/open-enterprise-agent/issues/755)) ([a1846aa](https://github.com/hyperledger-labs/open-enterprise-agent/commit/a1846aaa84202b55d48ea8556aad8cbbb8260f4d))
* **pollux:** Add migrations needed for JWT revocation ([#778](https://github.com/hyperledger-labs/open-enterprise-agent/issues/778)) ([471956e](https://github.com/hyperledger-labs/open-enterprise-agent/commit/471956e92893a7237cabca2fb065adb417678d37))
* **prism-agent:** add multi-tenant wallet self-service capability ([#779](https://github.com/hyperledger-labs/open-enterprise-agent/issues/779)) ([f2e74cd](https://github.com/hyperledger-labs/open-enterprise-agent/commit/f2e74cd1957e7d76f6dccadd02b1ca5b794d02b1))

# [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)


Expand Down
93 changes: 63 additions & 30 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.18.0
version: 1.19.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.18.0
appVersion: 1.19.0
dependencies:
- name: vault
version: 0.24.1
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: apps/v1
kind: Deployment
kind: TyposDeployment
metadata:
name: prism-agent-server
namespace: "{{ .Release.Namespace }}"
Expand Down
30 changes: 24 additions & 6 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.19.0
created: "2023-11-21T13:45:58.275344618Z"
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: faa036cfc70e35ca0ada898e4c0281f70a06d8855f55e37f24f9b529895b4a64
name: prism-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.19.0.tgz
version: 1.19.0
- apiVersion: v2
appVersion: 1.18.0
created: "2023-10-24T11:07:35.004549218Z"
created: "2023-11-21T13:45:58.265256577Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -17,7 +35,7 @@ entries:
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2023-10-24T11:07:35.000795657Z"
created: "2023-11-21T13:45:58.261459189Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -31,7 +49,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2023-10-24T11:07:34.99668489Z"
created: "2023-11-21T13:45:58.258626383Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -45,7 +63,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2023-10-24T11:07:34.991583906Z"
created: "2023-11-21T13:45:58.255623789Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -59,7 +77,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2023-10-24T11:07:34.987422338Z"
created: "2023-11-21T13:45:58.252198434Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -71,4 +89,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-24T11:07:34.982721561Z"
generated: "2023-11-21T13:45:58.248988181Z"
Binary file added infrastructure/charts/prism-agent-1.19.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.17.0
PRISM_AGENT_VERSION=1.19.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.18.0",
"version": "1.19.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
Loading

0 comments on commit d266a84

Please sign in to comment.