Skip to content

Commit

Permalink
chore(release): cut Identus Cloud agent 1.32.0-snapshot.1 release
Browse files Browse the repository at this point in the history
# [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
hyperledger-bot committed Apr 26, 2024
1 parent 88b9a48 commit 27163aa
Show file tree
Hide file tree
Showing 10 changed files with 2,049 additions and 2,053 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.32.0-snapshot.1](https://github.com/hyperledger/identus-cloud-agent/compare/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](https://github.com/hyperledger/identus-cloud-agent/issues/958)) ([7eaa66c](https://github.com/hyperledger/identus-cloud-agent/commit/7eaa66c51904e58c309fd3bb0a8e8864c7902cb9))
* Check purpose of the keys ([#968](https://github.com/hyperledger/identus-cloud-agent/issues/968)) ([4b8e48d](https://github.com/hyperledger/identus-cloud-agent/commit/4b8e48d238b751ee8526e1440e8a0515f6b62de5))
* Integration Test ([#974](https://github.com/hyperledger/identus-cloud-agent/issues/974)) ([847eb2f](https://github.com/hyperledger/identus-cloud-agent/commit/847eb2f56ba2766ed28f6484391cbd9b3202fbe5))
* **prism-agent:** add missing 'PresentationVerificationFailed' status to REST API response enum ([#948](https://github.com/hyperledger/identus-cloud-agent/issues/948)) ([9a38cc9](https://github.com/hyperledger/identus-cloud-agent/commit/9a38cc97c18d26f13efa1c9535de1df003547a2b))
* use apollo for secp256k1 in shared-crypto ([#971](https://github.com/hyperledger/identus-cloud-agent/issues/971)) ([dd5e20b](https://github.com/hyperledger/identus-cloud-agent/commit/dd5e20bdedd004c2e0a81383d10b5eee3ae03788))


### Features

* add sample maintainers.md ([#878](https://github.com/hyperledger/identus-cloud-agent/issues/878)) ([c6a41ed](https://github.com/hyperledger/identus-cloud-agent/commit/c6a41edc5466312da76283d37f12406d79449a7d))
* **agent:** verification API integration test + documentation ATL-6775 ([#986](https://github.com/hyperledger/identus-cloud-agent/issues/986)) ([9308b21](https://github.com/hyperledger/identus-cloud-agent/commit/9308b21e46d267265c7fcdbfc88b78ddd5ae6558))
* Align the repo with new name identus-cloud-agent ([#973](https://github.com/hyperledger/identus-cloud-agent/issues/973)) ([9fc7bb0](https://github.com/hyperledger/identus-cloud-agent/commit/9fc7bb07cac9aae1db8d389ec8831403f106d612))
* Configurations load improvement ([#954](https://github.com/hyperledger/identus-cloud-agent/issues/954)) ([dfb7577](https://github.com/hyperledger/identus-cloud-agent/commit/dfb75778f925a615aaec815241d964014d236777))
* **connect:** ATL-6599 Use ZIO Failures and Defects effectively + RFC-9457 in connect ([#927](https://github.com/hyperledger/identus-cloud-agent/issues/927)) ([eb898e0](https://github.com/hyperledger/identus-cloud-agent/commit/eb898e068f768507d6979a5d9bab35ef7ad4a045))
* key management for Ed25519 and X25519 ([#966](https://github.com/hyperledger/identus-cloud-agent/issues/966)) ([a0f6819](https://github.com/hyperledger/identus-cloud-agent/commit/a0f6819bb80d87c13f903d7dc1b67cb08b4687db))
* Vc Verification Api ([#975](https://github.com/hyperledger/identus-cloud-agent/issues/975)) ([f0a1f2c](https://github.com/hyperledger/identus-cloud-agent/commit/f0a1f2c1aaafb636cabcb84c599d9deaa90fd373))

# [1.31.0](https://github.com/hyperledger/identus-cloud-agent/compare/prism-agent-v1.30.1...prism-agent-v1.31.0) (2024-03-20)


Expand Down
129 changes: 71 additions & 58 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

3,869 changes: 1,906 additions & 1,963 deletions cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml

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.31.0
version: 1.32.0-snapshot.1
# 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.31.0
appVersion: 1.32.0-snapshot.1
dependencies:
- name: vault
version: 0.24.1
Expand Down
64 changes: 41 additions & 23 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.32.0-snapshot.1
created: "2024-04-26T12:40:41.586073139Z"
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: f7d9154678b6bdde53e7fd45126ff7851cc0ea296b130ecb75e856580ded93aa
name: prism-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger/identus-cloud-agent/main/infrastructure/charts/prism-agent-1.32.0-snapshot.1.tgz
version: 1.32.0-snapshot.1
- apiVersion: v2
appVersion: 1.31.0
created: "2024-03-20T18:57:40.265443237Z"
created: "2024-04-26T12:40:41.574997143Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -21,7 +39,7 @@ entries:
version: 1.31.0
- apiVersion: v2
appVersion: 1.30.1
created: "2024-03-20T18:57:40.254521753Z"
created: "2024-04-26T12:40:41.564080552Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -39,7 +57,7 @@ entries:
version: 1.30.1
- apiVersion: v2
appVersion: 1.30.0
created: "2024-03-20T18:57:40.243928266Z"
created: "2024-04-26T12:40:41.553671736Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -57,7 +75,7 @@ entries:
version: 1.30.0
- apiVersion: v2
appVersion: 1.29.0
created: "2024-03-20T18:57:40.2339365Z"
created: "2024-04-26T12:40:41.543711006Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -75,7 +93,7 @@ entries:
version: 1.29.0
- apiVersion: v2
appVersion: 1.28.0
created: "2024-03-20T18:57:40.223094151Z"
created: "2024-04-26T12:40:41.533149467Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -93,7 +111,7 @@ entries:
version: 1.28.0
- apiVersion: v2
appVersion: 1.27.0
created: "2024-03-20T18:57:40.212806243Z"
created: "2024-04-26T12:40:41.522595172Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -111,7 +129,7 @@ entries:
version: 1.27.0
- apiVersion: v2
appVersion: 1.26.0
created: "2024-03-20T18:57:40.202753019Z"
created: "2024-04-26T12:40:41.512744457Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -129,7 +147,7 @@ entries:
version: 1.26.0
- apiVersion: v2
appVersion: 1.25.0
created: "2024-03-20T18:57:40.19166764Z"
created: "2024-04-26T12:40:41.501662548Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -147,7 +165,7 @@ entries:
version: 1.25.0
- apiVersion: v2
appVersion: 1.24.0
created: "2024-03-20T18:57:40.181190039Z"
created: "2024-04-26T12:40:41.491660682Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -165,7 +183,7 @@ entries:
version: 1.24.0
- apiVersion: v2
appVersion: 1.23.0
created: "2024-03-20T18:57:40.169775233Z"
created: "2024-04-26T12:40:41.479759176Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -183,7 +201,7 @@ entries:
version: 1.23.0
- apiVersion: v2
appVersion: 1.22.0
created: "2024-03-20T18:57:40.15980116Z"
created: "2024-04-26T12:40:41.469704211Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -201,7 +219,7 @@ entries:
version: 1.22.0
- apiVersion: v2
appVersion: 1.21.1
created: "2024-03-20T18:57:40.148808367Z"
created: "2024-04-26T12:40:41.458418483Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -219,7 +237,7 @@ entries:
version: 1.21.1
- apiVersion: v2
appVersion: 1.21.0
created: "2024-03-20T18:57:40.138859211Z"
created: "2024-04-26T12:40:41.448449377Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -237,7 +255,7 @@ entries:
version: 1.21.0
- apiVersion: v2
appVersion: 1.20.1
created: "2024-03-20T18:57:40.12694057Z"
created: "2024-04-26T12:40:41.437435416Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -255,7 +273,7 @@ entries:
version: 1.20.1
- apiVersion: v2
appVersion: 1.20.0
created: "2024-03-20T18:57:40.116915211Z"
created: "2024-04-26T12:40:41.427246731Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -273,7 +291,7 @@ entries:
version: 1.20.0
- apiVersion: v2
appVersion: 1.19.1
created: "2024-03-20T18:57:40.105906962Z"
created: "2024-04-26T12:40:41.416389307Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -291,7 +309,7 @@ entries:
version: 1.19.1
- apiVersion: v2
appVersion: 1.19.0
created: "2024-03-20T18:57:40.095762398Z"
created: "2024-04-26T12:40:41.407244839Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -309,7 +327,7 @@ entries:
version: 1.19.0
- apiVersion: v2
appVersion: 1.18.0
created: "2024-03-20T18:57:40.085726944Z"
created: "2024-04-26T12:40:41.397344727Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -323,7 +341,7 @@ entries:
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2024-03-20T18:57:40.082551551Z"
created: "2024-04-26T12:40:41.39366041Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -337,7 +355,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2024-03-20T18:57:40.079722433Z"
created: "2024-04-26T12:40:41.390826249Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -351,7 +369,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2024-03-20T18:57:40.075981995Z"
created: "2024-04-26T12:40:41.387993571Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -365,7 +383,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2024-03-20T18:57:40.073089218Z"
created: "2024-04-26T12:40:41.384399671Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -377,4 +395,4 @@ entries:
urls:
- https://raw.githubusercontent.com/hyperledger/identus-cloud-agent/main/infrastructure/charts/prism-agent-1.16.2.tgz
version: 1.16.2
generated: "2024-03-20T18:57:40.069857861Z"
generated: "2024-04-26T12:40:41.381298193Z"
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 @@
AGENT_VERSION=1.31.0
AGENT_VERSION=1.32.0-snapshot.1
PRISM_NODE_VERSION=2.2.1
VAULT_DEV_ROOT_TOKEN_ID=root
8 changes: 4 additions & 4 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": "identus-cloud-agent",
"version": "1.31.0",
"version": "1.32.0-snapshot.1",
"engines": {
"node": ">=16.13.0"
},
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
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"

0 comments on commit 27163aa

Please sign in to comment.