hyperledger / indy-node

The server portion of a distributed ledger purpose-built for decentralized identity.
https://wiki.hyperledger.org/display/indy
Apache License 2.0
680 stars 652 forks source link

Create release v1.13.2 #1828

Closed WadeBarnes closed 4 months ago

WadeBarnes commented 5 months ago

Create an official v1.13.2 release.

Review and update release docs as needed.

Dependencies:

WadeBarnes commented 4 months ago

Release workflow documented here;

WadeBarnes commented 4 months ago

PR to update release documentation; https://github.com/hyperledger/indy-node/pull/1834

WadeBarnes commented 4 months ago

Release started by creating and pushing the tag, setRelease-v1.13.2, as documented.

Resulting in the triggering of this workflow; https://github.com/hyperledger/indy-node/actions/runs/7819565198. Which failed. PRs https://github.com/hyperledger/indy-node/pull/1835 and https://github.com/hyperledger/indy-node/pull/1836 contain the fixes.

WadeBarnes commented 4 months ago

Release restarted by deleting and then creating and pushing the tag, setRelease-v1.13.1, as documented.

Resulting in the triggering of this workflow; https://github.com/hyperledger/indy-node/actions/runs/7820881999.

Which in turn created this release PR https://github.com/hyperledger/indy-node/pull/1837, and associated release workflow; https://github.com/hyperledger/indy-node/actions/runs/7820900891

WadeBarnes commented 4 months ago

Some additional updates were required to support the build and testing:

WadeBarnes commented 4 months ago

Release v1.13.2 created successfully.

Artifacts published to:

swcurran commented 4 months ago

Nice!