-
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 Identus Cloud agent 1.36.0 release
# [1.36.0](cloud-agent-v1.35.1...cloud-agent-v1.36.0) (2024-06-09) ### Bug Fixes * Credential Defintion Error Handling Part 2 ([#1155](#1155)) ([2df5306](2df5306)) * Credential Defintion Error Handling Part 2 ([#1156](#1156)) ([5755504](5755504)) * Helm chart refactor ([#1160](#1160)) ([4b59112](4b59112)) * pick right key type when creating corresponding issuer ([#1157](#1157)) ([22f0448](22f0448)) * Schema Error Handling ([#1138](#1138)) ([a9da840](a9da840)) * Update the Holder to send the presentation only, No claims to disclose is needed separately ([#1158](#1158)) ([9eaa5d4](9eaa5d4)) ### Features * improve ZIO failures and defects in credential definition ([#1133](#1133)) ([d6dfb72](d6dfb72)) * Remove double Error logs in DIDController ([#1140](#1140)) ([888ebb4](888ebb4)) Signed-off-by: Allain Magyar <[email protected]>
- Loading branch information
1 parent
4b59112
commit 62f317f
Showing
10 changed files
with
111 additions
and
76 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
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 @@ | ||
AGENT_VERSION=1.35.1 | ||
AGENT_VERSION=1.36.0 | ||
PRISM_NODE_VERSION=2.3.0 | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "identus-cloud-agent", | ||
"version": "1.35.1", | ||
"version": "1.36.0", | ||
"engines": { | ||
"node": ">=16.13.0" | ||
}, | ||
|
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 +1 @@ | ||
ThisBuild / version := "1.35.1-SNAPSHOT" | ||
ThisBuild / version := "1.36.0-SNAPSHOT" |