Skip to content

Commit

Permalink
chore(release): cut Identus Cloud agent 1.36.0 release
Browse files Browse the repository at this point in the history
# [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
hyperledger-bot committed Jun 9, 2024
1 parent 4b59112 commit 62f317f
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 76 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.36.0](https://github.com/hyperledger/identus-cloud-agent/compare/cloud-agent-v1.35.1...cloud-agent-v1.36.0) (2024-06-09)


### Bug Fixes

* Credential Defintion Error Handling Part 2 ([#1155](https://github.com/hyperledger/identus-cloud-agent/issues/1155)) ([2df5306](https://github.com/hyperledger/identus-cloud-agent/commit/2df530695522789bed6624bae8bd07433c05ddda))
* Credential Defintion Error Handling Part 2 ([#1156](https://github.com/hyperledger/identus-cloud-agent/issues/1156)) ([5755504](https://github.com/hyperledger/identus-cloud-agent/commit/57555047cd56ae31bbf14601fe8b5d96f838e033))
* Helm chart refactor ([#1160](https://github.com/hyperledger/identus-cloud-agent/issues/1160)) ([4b59112](https://github.com/hyperledger/identus-cloud-agent/commit/4b59112af649a00e17d6e5e0e927f5b972629ec9))
* pick right key type when creating corresponding issuer ([#1157](https://github.com/hyperledger/identus-cloud-agent/issues/1157)) ([22f0448](https://github.com/hyperledger/identus-cloud-agent/commit/22f0448ca878b385eada89d805c8f993c52173a2))
* Schema Error Handling ([#1138](https://github.com/hyperledger/identus-cloud-agent/issues/1138)) ([a9da840](https://github.com/hyperledger/identus-cloud-agent/commit/a9da84098bd56eeb9d64e7b2bdd78d5596cf35c5))
* Update the Holder to send the presentation only, No claims to disclose is needed separately ([#1158](https://github.com/hyperledger/identus-cloud-agent/issues/1158)) ([9eaa5d4](https://github.com/hyperledger/identus-cloud-agent/commit/9eaa5d444665dbda00038a9032b890afcfa4bc15))


### Features

* improve ZIO failures and defects in credential definition ([#1133](https://github.com/hyperledger/identus-cloud-agent/issues/1133)) ([d6dfb72](https://github.com/hyperledger/identus-cloud-agent/commit/d6dfb72e298127b3e9d3a4c6577f62f4c8a1970a))
* Remove double Error logs in DIDController ([#1140](https://github.com/hyperledger/identus-cloud-agent/issues/1140)) ([888ebb4](https://github.com/hyperledger/identus-cloud-agent/commit/888ebb4b484224d9c73674cffdf7d00777cfb4dc))

## [1.35.1](https://github.com/hyperledger/identus-cloud-agent/compare/cloud-agent-v1.35.0...cloud-agent-v1.35.1) (2024-06-05)


Expand Down
71 changes: 35 additions & 36 deletions DEPENDENCIES.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cloud-agent/service/api/http/cloud-agent-openapi-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Identus Cloud Agent API Reference
version: 1.35.1
version: 1.36.0
description: |2
The Identus Cloud Agent API facilitates the integration and management of self-sovereign identity capabilities within applications.
Expand Down Expand Up @@ -4331,7 +4331,7 @@ components:
type: string
description: The date and time when the issue credential record was created.
format: date-time
example: '2024-06-05T14:31:59.717550248Z'
example: '2024-06-09T13:52:43.738322886Z'
updatedAt:
type: string
description: The date and time when the issue credential record was last
Expand Down Expand Up @@ -4942,7 +4942,7 @@ components:
type: string
description: Issuance timestamp of status list credential
format: date-time
example: '2024-06-05T14:31:59.756363187Z'
example: '2024-06-09T13:52:43.772771983Z'
credentialSubject:
$ref: '#/components/schemas/CredentialSubject'
proof:
Expand Down
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.35.1
version: 1.36.0
# 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.35.1
appVersion: 1.36.0
dependencies:
- name: vault
version: 0.24.1
Expand Down
Binary file added infrastructure/charts/cloud-agent-1.36.0.tgz
Binary file not shown.
78 changes: 48 additions & 30 deletions infrastructure/charts/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
apiVersion: v1
entries:
cloud-agent:
- apiVersion: v2
appVersion: 1.36.0
created: "2024-06-09T14:15:05.01425046Z"
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 cloud-agent
digest: d0d6de58c0ee97cec83bf56f7bb4c28db4c69ea5517df3c344a608c04a96e880
name: cloud-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger/identus-cloud-agent/main/infrastructure/charts/cloud-agent-1.36.0.tgz
version: 1.36.0
- apiVersion: v2
appVersion: 1.35.1
created: "2024-06-05T14:55:08.300982872Z"
created: "2024-06-09T14:15:05.005235659Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -21,7 +39,7 @@ entries:
version: 1.35.1
- apiVersion: v2
appVersion: 1.35.0
created: "2024-06-05T14:55:08.291830545Z"
created: "2024-06-09T14:15:04.99567723Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -39,7 +57,7 @@ entries:
version: 1.35.0
- apiVersion: v2
appVersion: 1.34.0
created: "2024-06-05T14:55:08.281583581Z"
created: "2024-06-09T14:15:04.985671925Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -58,7 +76,7 @@ entries:
prism-agent:
- apiVersion: v2
appVersion: 1.33.1
created: "2024-06-05T14:55:08.523161313Z"
created: "2024-06-09T14:15:05.241509024Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -76,7 +94,7 @@ entries:
version: 1.33.1
- apiVersion: v2
appVersion: 1.33.0
created: "2024-06-05T14:55:08.513919629Z"
created: "2024-06-09T14:15:05.23186016Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -94,7 +112,7 @@ entries:
version: 1.33.0
- apiVersion: v2
appVersion: 1.32.1
created: "2024-06-05T14:55:08.503676494Z"
created: "2024-06-09T14:15:05.221007341Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -112,7 +130,7 @@ entries:
version: 1.32.1
- apiVersion: v2
appVersion: 1.32.0
created: "2024-06-05T14:55:08.493182958Z"
created: "2024-06-09T14:15:05.21123159Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -130,7 +148,7 @@ entries:
version: 1.32.0
- apiVersion: v2
appVersion: 1.31.0
created: "2024-06-05T14:55:08.48256552Z"
created: "2024-06-09T14:15:05.200737096Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -148,7 +166,7 @@ entries:
version: 1.31.0
- apiVersion: v2
appVersion: 1.30.1
created: "2024-06-05T14:55:08.472854047Z"
created: "2024-06-09T14:15:05.191198218Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -166,7 +184,7 @@ entries:
version: 1.30.1
- apiVersion: v2
appVersion: 1.30.0
created: "2024-06-05T14:55:08.462231015Z"
created: "2024-06-09T14:15:05.181204035Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -184,7 +202,7 @@ entries:
version: 1.30.0
- apiVersion: v2
appVersion: 1.29.0
created: "2024-06-05T14:55:08.452543188Z"
created: "2024-06-09T14:15:05.171639327Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -202,7 +220,7 @@ entries:
version: 1.29.0
- apiVersion: v2
appVersion: 1.28.0
created: "2024-06-05T14:55:08.442781771Z"
created: "2024-06-09T14:15:05.161024323Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -220,7 +238,7 @@ entries:
version: 1.28.0
- apiVersion: v2
appVersion: 1.27.0
created: "2024-06-05T14:55:08.433042999Z"
created: "2024-06-09T14:15:05.151259382Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -238,7 +256,7 @@ entries:
version: 1.27.0
- apiVersion: v2
appVersion: 1.26.0
created: "2024-06-05T14:55:08.423333135Z"
created: "2024-06-09T14:15:05.140310603Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -256,7 +274,7 @@ entries:
version: 1.26.0
- apiVersion: v2
appVersion: 1.25.0
created: "2024-06-05T14:55:08.413705299Z"
created: "2024-06-09T14:15:05.130365235Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -274,7 +292,7 @@ entries:
version: 1.25.0
- apiVersion: v2
appVersion: 1.24.0
created: "2024-06-05T14:55:08.403963464Z"
created: "2024-06-09T14:15:05.119104357Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -292,7 +310,7 @@ entries:
version: 1.24.0
- apiVersion: v2
appVersion: 1.23.0
created: "2024-06-05T14:55:08.394353075Z"
created: "2024-06-09T14:15:05.109416691Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -310,7 +328,7 @@ entries:
version: 1.23.0
- apiVersion: v2
appVersion: 1.22.0
created: "2024-06-05T14:55:08.38468524Z"
created: "2024-06-09T14:15:05.09869128Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -328,7 +346,7 @@ entries:
version: 1.22.0
- apiVersion: v2
appVersion: 1.21.1
created: "2024-06-05T14:55:08.375072597Z"
created: "2024-06-09T14:15:05.088805348Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -346,7 +364,7 @@ entries:
version: 1.21.1
- apiVersion: v2
appVersion: 1.21.0
created: "2024-06-05T14:55:08.365358225Z"
created: "2024-06-09T14:15:05.079094548Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -364,7 +382,7 @@ entries:
version: 1.21.0
- apiVersion: v2
appVersion: 1.20.1
created: "2024-06-05T14:55:08.355612139Z"
created: "2024-06-09T14:15:05.068982569Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -382,7 +400,7 @@ entries:
version: 1.20.1
- apiVersion: v2
appVersion: 1.20.0
created: "2024-06-05T14:55:08.345681947Z"
created: "2024-06-09T14:15:05.059999086Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -400,7 +418,7 @@ entries:
version: 1.20.0
- apiVersion: v2
appVersion: 1.19.1
created: "2024-06-05T14:55:08.335973797Z"
created: "2024-06-09T14:15:05.050165245Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -418,7 +436,7 @@ entries:
version: 1.19.1
- apiVersion: v2
appVersion: 1.19.0
created: "2024-06-05T14:55:08.325992205Z"
created: "2024-06-09T14:15:05.040135351Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -436,7 +454,7 @@ entries:
version: 1.19.0
- apiVersion: v2
appVersion: 1.18.0
created: "2024-06-05T14:55:08.316467201Z"
created: "2024-06-09T14:15:05.030222909Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -450,7 +468,7 @@ entries:
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2024-06-05T14:55:08.313654173Z"
created: "2024-06-09T14:15:05.027379343Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -464,7 +482,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2024-06-05T14:55:08.310226565Z"
created: "2024-06-09T14:15:05.023773436Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -478,7 +496,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2024-06-05T14:55:08.30746854Z"
created: "2024-06-09T14:15:05.021018696Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -492,7 +510,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2024-06-05T14:55:08.304545987Z"
created: "2024-06-09T14:15:05.01789082Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -504,4 +522,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-06-05T14:55:08.27121093Z"
generated: "2024-06-09T14:15:04.975364145Z"
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.35.1
AGENT_VERSION=1.36.0
PRISM_NODE_VERSION=2.3.0
VAULT_DEV_ROOT_TOKEN_ID=root
4 changes: 2 additions & 2 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.35.1",
"version": "1.36.0",
"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.35.1-SNAPSHOT"
ThisBuild / version := "1.36.0-SNAPSHOT"

0 comments on commit 62f317f

Please sign in to comment.