Skip to content

Commit

Permalink
chore(release): cut open enterprise agent 1.20.0 release
Browse files Browse the repository at this point in the history
# [1.20.0](prism-agent-v1.19.1...prism-agent-v1.20.0) (2023-12-05)

### Features

* add nodeAffinity, tolerations, and resources to k8s deployment ([#804](#804)) ([22407a3](22407a3))

Signed-off-by: Anton Baliasnikov <[email protected]>
  • Loading branch information
atala-dev committed Dec 5, 2023
1 parent 22407a3 commit 8960649
Show file tree
Hide file tree
Showing 10 changed files with 124 additions and 69 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.20.0](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.19.1...prism-agent-v1.20.0) (2023-12-05)


### Features

* add nodeAffinity, tolerations, and resources to k8s deployment ([#804](https://github.com/hyperledger-labs/open-enterprise-agent/issues/804)) ([22407a3](https://github.com/hyperledger-labs/open-enterprise-agent/commit/22407a3103eff73d87ead9a8122f078845c11d95))

## [1.19.1](https://github.com/hyperledger-labs/open-enterprise-agent/compare/prism-agent-v1.19.0...prism-agent-v1.19.1) (2023-11-29)


Expand Down
134 changes: 82 additions & 52 deletions DEPENDENCIES.md

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.19.1
version: 1.20.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.19.1
appVersion: 1.20.0
dependencies:
- name: vault
version: 0.24.1
Expand Down
34 changes: 26 additions & 8 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.20.0
created: "2023-12-05T09:43:17.819286284Z"
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: 004a72bf116850fa79017d94880684a9aac798a11825ce5b88ac4b34ed0dc862
name: prism-agent
type: application
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.20.0.tgz
version: 1.20.0
- apiVersion: v2
appVersion: 1.19.1
created: "2023-11-29T09:17:57.781016464Z"
created: "2023-12-05T09:43:17.808488416Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -21,7 +39,7 @@ entries:
version: 1.19.1
- apiVersion: v2
appVersion: 1.19.0
created: "2023-11-29T09:17:57.772098558Z"
created: "2023-12-05T09:43:17.799012097Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -39,7 +57,7 @@ entries:
version: 1.19.0
- apiVersion: v2
appVersion: 1.18.0
created: "2023-11-29T09:17:57.762376353Z"
created: "2023-12-05T09:43:17.78898142Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -53,7 +71,7 @@ entries:
version: 1.18.0
- apiVersion: v2
appVersion: 1.17.0
created: "2023-11-29T09:17:57.758765201Z"
created: "2023-12-05T09:43:17.785753655Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -67,7 +85,7 @@ entries:
version: 1.17.0
- apiVersion: v2
appVersion: 1.16.4
created: "2023-11-29T09:17:57.755966095Z"
created: "2023-12-05T09:43:17.782951903Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -81,7 +99,7 @@ entries:
version: 1.16.4
- apiVersion: v2
appVersion: 1.16.3
created: "2023-11-29T09:17:57.753173851Z"
created: "2023-12-05T09:43:17.77949623Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -95,7 +113,7 @@ entries:
version: 1.16.3
- apiVersion: v2
appVersion: 1.16.2
created: "2023-11-29T09:17:57.749588003Z"
created: "2023-12-05T09:43:17.776677527Z"
dependencies:
- name: vault
repository: https://helm.releases.hashicorp.com
Expand All @@ -107,4 +125,4 @@ entries:
urls:
- https://raw.githubusercontent.com/hyperledger-labs/open-enterprise-agent/main/infrastructure/charts/prism-agent-1.16.2.tgz
version: 1.16.2
generated: "2023-11-29T09:17:57.746556856Z"
generated: "2023-12-05T09:43:17.773642651Z"
Binary file added infrastructure/charts/prism-agent-1.20.0.tgz
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 @@
PRISM_AGENT_VERSION=1.19.1
PRISM_AGENT_VERSION=1.20.0
PRISM_NODE_VERSION=2.2.1
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": "atala-prism-building-blocks",
"version": "1.19.1",
"version": "1.20.0",
"engines": {
"node": ">=16.13.0"
},
Expand Down
4 changes: 2 additions & 2 deletions prism-agent/service/api/http/prism-agent-openapi-spec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Prism Agent
version: 1.19.1
version: 1.20.0
paths:
/credential-definition-registry/definitions:
get:
Expand Down Expand Up @@ -3753,7 +3753,7 @@ components:
type: string
description: The date and time when the issue credential record was created.
format: date-time
example: '2023-11-29T08:59:18.760048865Z'
example: '2023-12-05T09:24:29.655936055Z'
updatedAt:
type: string
description: The date and time when the issue credential record was last
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.19.1-SNAPSHOT"
ThisBuild / version := "1.20.0-SNAPSHOT"

0 comments on commit 8960649

Please sign in to comment.