@@ -8,16 +8,6 @@ that release will be finalized. Many of the PRs in this release were previously
88included 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
11- With this release, a new automated process publishes container images in the
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] .
20-
2111There are not a lot of new Aries Framework features in this release, as the
2212focus has been on cleanup and optimization. The biggest addition is the
2313inclusion with ACA-Py of a universal resolver interface, allowing an instance to
@@ -29,7 +19,19 @@ Endorsers. A new repo
2919has been created that is a pre-configured instance of ACA-Py for use as an
3020Endorser service.
3121
32- The images are based on [ Python 3.6 and 3.9 ` slim-bullseye `
22+ ### Container Publishing Updated
23+
24+ With this release, a new automated process publishes container images in the
25+ Hyperledger container image repository. New images for the release are
26+ automatically published by the GitHubAction Workflows: [ publish.yml] and
27+ [ publish-indy.yml] . The actions are triggered when a release is tagged, so no
28+ manual action is needed. The images are published in the [ Hyperledger Package
29+ Repository under aries-cloudagent-python] and a link to the packages added to
30+ the repositories main page (under "Packages"). Additional information about the
31+ container image publication process can be found in the document [ Container
32+ Images and Github Actions] .
33+
34+ The ACA-Py container images are based on [ Python 3.6 and 3.9 ` slim-bullseye `
3335images] ( https://hub.docker.com/_/python ) , and are built to support `linux/386
3436(x86)` , ` linux/amd64 (x64)` , and ` linux/arm64`. There are two flavors of image
3537built for each Python version. One contains only the Indy/Aries Shared Libraries
@@ -50,6 +52,10 @@ those published to the [Hyperledger Package Repository under
5052aries-cloudagent-python] .
5153
5254[ Hyperledger Package Repository under aries-cloudagent-python ] : https://github.com/orgs/hyperledger/packages?repo_name=aries-cloudagent-python
55+ [ publish.yml ] : https://github.com/hyperledger/aries-cloudagent-python/blob/main/.github/workflows/publish.yml
56+ [ publish-indy.yml ] : https://github.com/hyperledger/aries-cloudagent-python/blob/main/.github/workflows/publish-indy.yml
57+ [ Container Images and Github Actions ] : https://github.com/hyperledger/aries-cloudagent-python/blob/main/ContainerImagesAndGithubActions.md
58+
5359
5460## Breaking Changes
5561
0 commit comments