Skip to content

Commit ded43ef

Browse files
author
Moriarty
committed
chore: update to aca-py version 0.7.4 to create new release
Signed-off-by: Moriarty <[email protected]>
1 parent 2940016 commit ded43ef

File tree

6 files changed

+242
-31
lines changed

6 files changed

+242
-31
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ Each Cloud Controller version maps to a specific ACA-Py version, which is outlin
4343

4444
| Aries Cloud Controller Version | Aries Cloud Agent Python Version |
4545
| ------------------------------ | -------------------------------- |
46-
| 0.5.1-0.5.2 | 0.7.3 |
46+
| 0.5.3 | 0.7.4 |
4747

4848
## Features
4949

5050
Aries Cloud Controller Python is a fully featured client for interacting with ACA-Py.
5151

5252
- Fully Typed wrapper around Aries Cloud Agent Python
53-
- Supports latest ACA-Py version (0.7.3)
53+
- Supports latest ACA-Py version (0.7.4)
5454
- Client is auto generated based on OpenAPI definitions, allowing us to keep up to date with new releases.
5555
- Supports multi-tenant APIs and authentication
5656
- Async API

generator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ cd generator
2121

2222
## Updating the OpenAPI
2323

24-
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.7.0".
24+
Updating the OpenAPI is only needed when a new version of ACA-Py is released. The process of updating the OpenAPI is mostly automated, you only need to run a few scripts. First determine the version you want for OpenAPI spec from the BCGov agent docker images (https://hub.docker.com/r/bcgovimages/aries-cloudagent/). Currently the default for the `retrieve-openapi.sh` script is "py36-1.16-1_0.7.4".
2525

2626
After that you can run the following commands to update the `data/openapi.yml` file. This file should be committed.
2727

2828
```sh
2929
cd aries-cloudcontroller-python/generator
3030

31-
# Retrieve the open api file, change py36-1.16-1_0.7.0 if you want another version
32-
./scripts/retrieve-openapi.sh py36-1.16-1_0.7.0
31+
# Retrieve the open api file, change py36-1.16-1_0.7.4 if you want another version
32+
./scripts/retrieve-openapi.sh py36-1.16-1_0.7.4
3333

3434
# transform to OpenAPI V3
3535
./scripts/convert-to-openapi3-local.sh

0 commit comments

Comments
 (0)