diff --git a/README.md b/README.md index b6a361ae3be..3e97e1f54aa 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ See **Installation Instructions** for each available [release](https://github.co > | cardano-wallet | cardano-node (compatible versions) | SMASH (compatible versions) > | --- | --- | --- > | `master` branch | [1.26.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.26.2) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0) +> | [v2021-04-28](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-04-28) | [1.26.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.26.2) | [1.3.0](https://github.com/input-output-hk/smash/releases/tag/1.3.0) > | [v2021-04-08](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-04-08) | [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-03-04](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2021-03-04) | [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) ## How to build from sources diff --git a/docker-compose.yml b/docker-compose.yml index e353eb46190..0413ca569ab 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: cardano-node: - image: inputoutput/cardano-node:1.25.1 + image: inputoutput/cardano-node:1.26.2 environment: NETWORK: volumes: @@ -18,7 +18,7 @@ services: max-size: "50m" cardano-wallet: - image: inputoutput/cardano-wallet:2021.4.8-shelley + image: inputoutput/cardano-wallet:2021.4.28-shelley volumes: - wallet-${NETWORK}-db:/wallet-db - node-ipc:/ipc diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index 179759c48d3..66d5a0193b8 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2021.4.8 +version: 2021.4.28 synopsis: Utilities for a building Command-Line Interfaces homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/core-integration/cardano-wallet-core-integration.cabal b/lib/core-integration/cardano-wallet-core-integration.cabal index 00eaea8def6..38533cf88b2 100644 --- a/lib/core-integration/cardano-wallet-core-integration.cabal +++ b/lib/core-integration/cardano-wallet-core-integration.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core-integration -version: 2021.4.8 +version: 2021.4.28 synopsis: Core integration test library. description: Shared core functionality for our integration test suites. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index 3316636bced..2eb51b637da 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2021.4.8 +version: 2021.4.28 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index 2b220563f4d..cd436fe3bc4 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2021.4.8 +version: 2021.4.28 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/shelley/cardano-wallet.cabal b/lib/shelley/cardano-wallet.cabal index fa8c5dcf3c2..0ae52e59901 100644 --- a/lib/shelley/cardano-wallet.cabal +++ b/lib/shelley/cardano-wallet.cabal @@ -1,5 +1,5 @@ name: cardano-wallet -version: 2021.4.8 +version: 2021.4.28 synopsis: Wallet backend protocol-specific bits implemented using Shelley nodes description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/test-utils/cardano-wallet-test-utils.cabal b/lib/test-utils/cardano-wallet-test-utils.cabal index e041f438f28..32e534114b9 100644 --- a/lib/test-utils/cardano-wallet-test-utils.cabal +++ b/lib/test-utils/cardano-wallet-test-utils.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-test-utils -version: 2021.4.8 +version: 2021.4.28 synopsis: Shared utilities for writing unit and property tests. description: Shared utilities for writing unit and property tests. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 4fdc4da75b9..e3ba833b577 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2021.4.8 +version: 2021.4.28 synopsis: Extra helpers to convert data-types to and from Text homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index 009b819d1bd..8e492c05182 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2021.4.8"; }; + identifier = { name = "cardano-wallet-cli"; version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core-integration.nix b/nix/.stack.nix/cardano-wallet-core-integration.nix index d165155f2c8..b673c80e217 100644 --- a/nix/.stack.nix/cardano-wallet-core-integration.nix +++ b/nix/.stack.nix/cardano-wallet-core-integration.nix @@ -13,7 +13,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-core-integration"; - version = "2021.4.8"; + version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index d95d56bc6b9..b4b243f6154 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2021.4.8"; }; + identifier = { name = "cardano-wallet-core"; version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index bb0e7895dc0..3393fbab677 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2021.4.8"; }; + identifier = { name = "cardano-wallet-launcher"; version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-test-utils.nix b/nix/.stack.nix/cardano-wallet-test-utils.nix index 2d23de499ad..63f80e94769 100644 --- a/nix/.stack.nix/cardano-wallet-test-utils.nix +++ b/nix/.stack.nix/cardano-wallet-test-utils.nix @@ -13,7 +13,7 @@ specVersion = "1.10"; identifier = { name = "cardano-wallet-test-utils"; - version = "2021.4.8"; + version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet.nix b/nix/.stack.nix/cardano-wallet.nix index 2905068bb64..39d1156e01a 100644 --- a/nix/.stack.nix/cardano-wallet.nix +++ b/nix/.stack.nix/cardano-wallet.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet"; version = "2021.4.8"; }; + identifier = { name = "cardano-wallet"; version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index de3d74461bc..befc479c0a4 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -11,7 +11,7 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2021.4.8"; }; + identifier = { name = "text-class"; version = "2021.4.28"; }; license = "Apache-2.0"; copyright = "2018-2020 IOHK"; maintainer = "operations@iohk.io"; diff --git a/scripts/make_release.sh b/scripts/make_release.sh index e401c1dcfe3..778f43ed389 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -18,10 +18,10 @@ set -euo pipefail ################################################################################ # Release-specific parameters (Change when you bump the version) # Release tags must follow format vYYYY-MM-DD. -OLD_GIT_TAG="v2021-03-04" -GIT_TAG="v2021-04-08" +GIT_TAG="v2021-04-28" +OLD_GIT_TAG="v2021-04-08" -CARDANO_NODE_TAG="1.25.1" +CARDANO_NODE_TAG="1.26.2" ################################################################################ # Tag munging functions diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index 69fd576fe9c..a15972c8b6d 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -1,7 +1,7 @@ openapi: 3.0.0 info: title: Cardano Wallet Backend API - version: 2021.4.8 + version: 2021.4.28 license: name: Apache-2.0 url: https://raw.githubusercontent.com/input-output-hk/cardano-wallet/master/LICENSE