@@ -9,14 +9,14 @@ included in the `1.0.0-rc1` release. The categorized list of PRs separates those
99that are new from those in the ` 1.0.0-rc1 ` release candidate.
1010
1111With this release, a new automated process publishes container images in the
12- Hyperledger container image repository. New images for the release are automatically published by the GitHubAction
13- Workflows: [ publish.yml] and [ publish-indy.yml ] . The actions are triggered when
14- a release is tagged, so no manual action is needed. The images are published in
15- the [ Hyperledger Package Repository under
16- aries-cloudagent-python] ( https://github.com/orgs/hyperledger/ packages?repo_name=aries-cloudagent-python )
17- and a link to the packages added to the repositories main page (under
18- "Packages"). Additional information about the container image publication process can be
19- found in the document [ Container Images and Github Actions] .
12+ Hyperledger container image repository. New images for the release are
13+ automatically published by the GitHubAction Workflows: [ publish.yml] and
14+ [ publish-indy.yml ] . The actions are triggered when a release is tagged, so no
15+ manual action is needed. The images are published in the [ Hyperledger Package
16+ Repository under aries-cloudagent-python] and a link to the packages added to
17+ the repositories main page (under "Packages"). Additional information about the
18+ container image publication process can be found in the document [ Container
19+ Images and Github Actions] .
2020
2121There are not a lot of new Aries Framework features in this release, as the
2222focus has been on cleanup and optimization. The biggest addition is the
@@ -32,18 +32,24 @@ Endorser service.
3232The images are based on [ Python 3.6 and 3.9 ` slim-bullseye `
3333images] ( https://hub.docker.com/_/python ) , and are built to support `linux/386
3434(x86)` , ` linux/amd64 (x64)` , and ` linux/arm64`. There are two flavors of image
35- built for each Python version. One containing the Indy/Aries Shared Libraries
35+ built for each Python version. One contains only the Indy/Aries Shared Libraries
3636only ([ Aries Askar] ( https://github.com/hyperledger/aries-askar ) , [ Indy
3737VDR] ( https://github.com/hyperledger/indy-vdr ) and [ Indy Shared
3838RS] ( https://github.com/hyperledger/indy-shared-rs ) , supporting only the use of
39- ` --wallet-type askar ` ), and one containing the Indy/Aries shared libraries and
40- the Indy SDK (considered deprecated). The images containing the Indy SDK are
41- labeled ` indy ` . For new deployments, we recommend using the Python 3.9 Shared
42- Library images. For existing deployments, we recommend migrating to those
43- images. For those migrating an Indy SDK deployment, a new secure storage
44- migration capability from Indy SDK to Aries Askar is available--contact the
45- ACA-Py maintainers on Hyperledger Discord for details.
46-
39+ ` --wallet-type askar ` ). The other (labelled ` indy ` ) contains the Indy/Aries
40+ shared libraries and the Indy SDK (considered deprecated). For new deployments,
41+ we recommend using the Python 3.9 Shared Library images. For existing
42+ deployments, we recommend migrating to those images. For those migrating an Indy
43+ SDK deployment, a new secure storage database migration capability from Indy SDK
44+ to Aries Askar is available--contact the ACA-Py maintainers on Hyperledger
45+ Discord for details.
46+
47+ Those currently using the container images published by [ BC Gov on Docker
48+ Hub] ( https://hub.docker.com/r/bcgovimages/aries-cloudagent ) should change to use
49+ those published to the [ Hyperledger Package Repository under
50+ aries-cloudagent-python] .
51+
52+ [ Hyperledger Package Repository under aries-cloudagent-python ] : https://github.com/orgs/hyperledger/packages?repo_name=aries-cloudagent-python
4753
4854## Breaking Changes
4955
0 commit comments