-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): cut open enterprise agent 1.19.0 release
# [1.19.0](prism-agent-v1.18.0...prism-agent-v1.19.0) (2023-11-21) ### Bug Fixes * 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)) ### Features * 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]> Signed-off-by: Shota Jolbordi <[email protected]>
- Loading branch information
Showing
10 changed files
with
279 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.