From 038b632f168fd8be6259d65a1892dcd8357a6b31 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Fri, 29 Sep 2023 13:58:10 +0000 Subject: [PATCH] 0.10.3 Signed-off-by: Stephen Curran --- CHANGELOG.md | 24 ++++++++++++++++++++++++ aries_cloudagent/version.py | 2 +- open-api/openapi.json | 2 +- open-api/swagger.json | 2 +- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b314087cc9..09741819a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# 0.10.3 + +## September 29, 2023 + +Release 0.10.3 is a patch release to add an upgrade process for very old +versions of Aries Cloud Agent Python (circa [0.5.2](#052)). If you have a long +time deployment of an issuer that uses revocation, this release could correct +internal data (tags in secure storage) related to revocation registries. +Details of the about the triggering problem can be found in [Issue \#2485]. + +[Issue \#2485]: https://github.com/hyperledger/aries-cloudagent-python/issue/2485 + +The upgrade is applied by running the following command for the ACA-Py +instance to be upgraded: + +`./scripts/run_docker upgrade --force-upgrade --named-tag fix_issue_rev_reg` + +### 0.10.3 Categorized List of Pull Requests + +- Credential Exchange (Issue, Present) Updates + - Feat: Upgrade from tags and fix issue with legacy IssuerRevRegRecords [<=v0.5.2] [\#2486](https://github.com/hyperledger/aries-cloudagent-python/pull/2486) [shaangill025](https://github.com/shaangill025) +- Release management pull requests + - 0.10.3 [\#2522](https://github.com/hyperledger/aries-cloudagent-python/pull/2522) [swcurran](https://github.com/swcurran) + # 0.10.2 ## September 22, 2023 diff --git a/aries_cloudagent/version.py b/aries_cloudagent/version.py index a8399f8d74..5d449263c7 100644 --- a/aries_cloudagent/version.py +++ b/aries_cloudagent/version.py @@ -1,4 +1,4 @@ """Library version information.""" -__version__ = "0.10.2" +__version__ = "0.10.3" RECORD_TYPE_ACAPY_VERSION = "acapy_version" diff --git a/open-api/openapi.json b/open-api/openapi.json index 7eda6922ff..47fab1c621 100644 --- a/open-api/openapi.json +++ b/open-api/openapi.json @@ -2,7 +2,7 @@ "openapi" : "3.0.1", "info" : { "title" : "Aries Cloud Agent", - "version" : "v0.10.2" + "version" : "v0.10.3" }, "servers" : [ { "url" : "/" diff --git a/open-api/swagger.json b/open-api/swagger.json index 1d021718da..997561413b 100644 --- a/open-api/swagger.json +++ b/open-api/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "v0.10.2", + "version" : "v0.10.3", "title" : "Aries Cloud Agent" }, "tags" : [ {