-
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.1 release
## [1.32.1](cloud-agent-v1.32.0...cloud-agent-v1.32.1) (2024-05-07) ### Bug Fixes * expose pg_admin port on the localhost interface only ([#957](#957)) ([73674b5](73674b5)) * Fix OneOf OpenAPI Serialization Issue ([#1010](#1010)) ([393c296](393c296)) * remove prism-crypto dependency ([#1015](#1015)) ([46e594c](46e594c)) * update open-api-spec and generator script and package.json ([#990](#990)) ([88c1b5e](88c1b5e)) Signed-off-by: Allain Magyar <[email protected]>
- Loading branch information
1 parent
17feffa
commit 3b17c34
Showing
10 changed files
with
227 additions
and
165 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
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.32.0 | ||
AGENT_VERSION=1.32.1 | ||
PRISM_NODE_VERSION=2.2.1 | ||
VAULT_DEV_ROOT_TOKEN_ID=root |
Oops, something went wrong.