Skip to content

Commit

Permalink
Merge #2523
Browse files Browse the repository at this point in the history
2523: v2021-02-15 Post-release  r=KtorZ a=rvl

# Issue Number

ADP-712

# Overview

Update version numbers, release notes, etc, after tagging of v2021-02-15.


Co-authored-by: Rodney Lorrimar <[email protected]>
  • Loading branch information
iohk-bors[bot] and rvl authored Feb 16, 2021
2 parents 5ff6c51 + 81bde20 commit 1eecfe7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Compatible with [`cardano-node@{{CARDANO_NODE_TAG}}`](https://github.com/input-o

<!-- A snapshot of the documentation at the time of releasing. -->

[API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}})
[CLI Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-command-line-interface/{{WIKI_COMMIT}})
[Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{WIKI_COMMIT}})
| :closed_book: | :computer: | :whale: |
| -- | -- | -- |
| [API Documentation](https://input-output-hk.github.io/cardano-wallet/api/{{GIT_TAG}}) | [CLI Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Wallet-command-line-interface/{{WIKI_COMMIT}}) | [Docker Manual](https://github.com/input-output-hk/cardano-wallet/wiki/Docker/{{WIKI_COMMIT}}) |

## Installation Instructions

Expand Down Expand Up @@ -59,6 +59,7 @@ $ docker run --rm inputoutput/cardano-wallet:{{CABAL_VERSION}}-shelley version

Name | Role | Approval
--- | --- | ---:
Matthias Benkort @KtorZ | Technical Team Lead | :hourglass:
Matthias Benkort @KtorZ | Technical Architect | :hourglass:
Rodney Lorrimar @rvl | Technical Team Lead | :hourglass:
Piotr Stachyra @piotr-iohk | QA Engineer | :hourglass:
Laurence Jenkins @LaurenceIO | Release Manager | :hourglass:
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ See **Installation Instructions** for each available [release](https://github.co
> | cardano-wallet | cardano-node (compatible versions) | SMASH (compatible versions)
> | --- | --- | ---
> | `master` branch | [1.25.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.25.1) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0)
> | [v2021-02-15](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-02-15) | [1.25.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.25.1) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0)
> | [v2021-02-12](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-02-12) | [1.25.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.25.1) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0)
> | [v2021-01-28](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-01-28) | [1.25.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.25.1) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0)
> | [v2021-01-12](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-01-12) | [1.24.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.24.2) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0)
Expand Down
8 changes: 4 additions & 4 deletions nix/migration-tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ with pkgs.lib;
let

# List of git revisions to test against.
# One can get sha256 for release via nix-prefetch-url, e.g. for v2020.11.3:
# nix-prefetch-url --unpack https://github.com/input-output-hk/cardano-wallet/archive/v2020-11-03.zip
# One can get sha256 for release via nix-prefetch-url, e.g. for v2021.2.15:
# nix-prefetch-url --unpack https://github.com/input-output-hk/cardano-wallet/archive/v2021-02-15.zip
releases = [
{ rev = "v2020-09-30";
sha256 = "19vmyq0m67ih295z1y8ng2rdn85mi0rvw26k711lbxsqri7fmyvz"; }
Expand All @@ -56,8 +56,8 @@ let
sha256 = "1ypkyn2s12nxwrk1ims8vrhhyy1xl3v5y35yxrwvqp8y8m2sac2x"; }
{ rev = "v2021-01-28";
sha256 = "0xszv7k531p7jsragvhy5248ihni3alajzd5csjalpv28vd4j0sk"; }
{ rev = "v2021-02-12";
sha256 = "0gxp8adkymi5wfmclzxczkyx43mh6synhn5vlch995ah74xn33pn"; }
{ rev = "v2021-02-15";
sha256 = "1mg8n58j2mjqhhzjb4p5yp8z06b9arh40pagi9rddil2f3vxzihm"; }
];

# Download the sources for a release.
Expand Down

0 comments on commit 1eecfe7

Please sign in to comment.