-
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.32.0-snapshot.1 release
# [1.32.0-snapshot.1](cloud-agent-v1.31.0...cloud-agent-v1.32.0-snapshot.1) (2024-04-26) ### Bug Fixes * add shared-crypto module and apollo wrapper for other key types ([#958](#958)) ([7eaa66c](7eaa66c)) * Check purpose of the keys ([#968](#968)) ([4b8e48d](4b8e48d)) * Integration Test ([#974](#974)) ([847eb2f](847eb2f)) * **prism-agent:** add missing 'PresentationVerificationFailed' status to REST API response enum ([#948](#948)) ([9a38cc9](9a38cc9)) * use apollo for secp256k1 in shared-crypto ([#971](#971)) ([dd5e20b](dd5e20b)) ### Features * add sample maintainers.md ([#878](#878)) ([c6a41ed](c6a41ed)) * **agent:** verification API integration test + documentation ATL-6775 ([#986](#986)) ([9308b21](9308b21)) * Align the repo with new name identus-cloud-agent ([#973](#973)) ([9fc7bb0](9fc7bb0)) * Configurations load improvement ([#954](#954)) ([dfb7577](dfb7577)) * **connect:** ATL-6599 Use ZIO Failures and Defects effectively + RFC-9457 in connect ([#927](#927)) ([eb898e0](eb898e0)) * key management for Ed25519 and X25519 ([#966](#966)) ([a0f6819](a0f6819)) * Vc Verification Api ([#975](#975)) ([f0a1f2c](f0a1f2c)) Signed-off-by: Allain Magyar <[email protected]>
- Loading branch information
1 parent
88b9a48
commit 27163aa
Showing
10 changed files
with
2,049 additions
and
2,053 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.
3,869 changes: 1,906 additions & 1,963 deletions
3,869
cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
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 @@ | ||
AGENT_VERSION=1.31.0 | ||
AGENT_VERSION=1.32.0-snapshot.1 | ||
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
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.31.0-SNAPSHOT" | ||
ThisBuild / version := "1.32.0-snapshot.1-SNAPSHOT" |