From a41e48069cf5c1fa8fe7057260021ff8be86b323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Wed, 11 Oct 2023 11:49:50 -0700 Subject: [PATCH] Update ACA-Py, prepare for 2.0.0-rc1 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- charts/vc-authn-oidc/Chart.yaml | 4 ++-- charts/vc-authn-oidc/README.md | 2 +- charts/vc-authn-oidc/values.yaml | 2 +- docker/docker-compose.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/vc-authn-oidc/Chart.yaml b/charts/vc-authn-oidc/Chart.yaml index 8fc7639b..4cc356ac 100644 --- a/charts/vc-authn-oidc/Chart.yaml +++ b/charts/vc-authn-oidc/Chart.yaml @@ -6,13 +6,13 @@ 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: 0.1.4 +version: 0.1.5 # 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: "2.0.0-rc0" +appVersion: "2.0.0-rc1" # Charts the vc-authn-oidc service depends on dependencies: diff --git a/charts/vc-authn-oidc/README.md b/charts/vc-authn-oidc/README.md index ece32038..e60c3e47 100644 --- a/charts/vc-authn-oidc/README.md +++ b/charts/vc-authn-oidc/README.md @@ -1,6 +1,6 @@ # VC-AuthN OIDC -![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-rc0](https://img.shields.io/badge/AppVersion-2.0.0--rc0-informational?style=flat-square) +![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0.0-rc1](https://img.shields.io/badge/AppVersion-2.0.0--rc1-informational?style=flat-square) A Helm chart to deploy Verifiable Credential Identity Provider for OpenID Connect. diff --git a/charts/vc-authn-oidc/values.yaml b/charts/vc-authn-oidc/values.yaml index 0864a642..86d03b20 100644 --- a/charts/vc-authn-oidc/values.yaml +++ b/charts/vc-authn-oidc/values.yaml @@ -203,7 +203,7 @@ acapy: repository: ghcr.io/hyperledger/aries-cloudagent-python pullPolicy: IfNotPresent pullSecrets: [] - tag: py3.9-0.9.0 + tag: py3.9-0.10.3 ## ServiceAccount configuration ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index bbdc675f..7976e488 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -93,7 +93,7 @@ services: - vc_auth aca-py: - image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.9.0 + image: ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.10.3 environment: - ACAPY_LABEL=${AGENT_NAME} - ACAPY_ENDPOINT=${AGENT_ENDPOINT}