From 62df413064605323d59ef1816cb223b13b9ce386 Mon Sep 17 00:00:00 2001 From: Jonathan Knowles Date: Mon, 21 Dec 2020 07:48:08 +0000 Subject: [PATCH] Bump version from 2020.12.8 to 2020.12.21 --- README.md | 2 +- docker-compose.yml | 2 +- lib/cli/cardano-wallet-cli.cabal | 2 +- .../cardano-wallet-core-integration.cabal | 2 +- lib/core/cardano-wallet-core.cabal | 2 +- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/shelley/cardano-wallet.cabal | 2 +- lib/test-utils/cardano-wallet-test-utils.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- nix/.stack.nix/cardano-wallet-cli.nix | 2 +- nix/.stack.nix/cardano-wallet-core-integration.nix | 2 +- nix/.stack.nix/cardano-wallet-core.nix | 2 +- nix/.stack.nix/cardano-wallet-launcher.nix | 5 ++++- nix/.stack.nix/cardano-wallet-test-utils.nix | 2 +- nix/.stack.nix/cardano-wallet.nix | 2 +- nix/.stack.nix/text-class.nix | 2 +- scripts/make_release.sh | 8 ++++---- specifications/api/swagger.yaml | 2 +- 18 files changed, 24 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index a662fae2b06..10404469de6 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.24.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.24.2) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0) +> | [v2020-12-21](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-12-21) | [1.24.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.24.2) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0) > | [v2020-12-08](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-12-08) | [1.24.2](https://github.com/input-output-hk/cardano-node/releases/tag/1.24.2) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0) > | [v2020-11-26](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-11-26) | [1.21.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.21.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0) -> | [v2020-11-17](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2020-11-17) | [1.21.1](https://github.com/input-output-hk/cardano-node/releases/tag/1.21.1) | [1.2.0](https://github.com/input-output-hk/smash/releases/tag/1.2.0) ## How to build from sources diff --git a/docker-compose.yml b/docker-compose.yml index e62ab68e56f..503c34e3b33 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: max-size: "50m" cardano-wallet: - image: inputoutput/cardano-wallet:2020.12.8-shelley + image: inputoutput/cardano-wallet:2020.12.21-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 c67a93179d6..de5fea63d50 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2020.12.8 +version: 2020.12.21 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 096979b92a5..7acda34aa51 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: 2020.12.8 +version: 2020.12.21 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 78316936148..7c5071cee1c 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2020.12.8 +version: 2020.12.21 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 36e3a5ac499..bd3e3f9ce2c 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2020.12.8 +version: 2020.12.21 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 d0dfda9e1d2..c548f65d375 100644 --- a/lib/shelley/cardano-wallet.cabal +++ b/lib/shelley/cardano-wallet.cabal @@ -1,5 +1,5 @@ name: cardano-wallet -version: 2020.12.8 +version: 2020.12.21 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 9a933857270..aab19abb975 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: 2020.12.8 +version: 2020.12.21 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 d4c9de4bcd3..08bc2b92e03 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2020.12.8 +version: 2020.12.21 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 82ed7c8932a..c576cf5bedc 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 = "2020.12.8"; }; + identifier = { name = "cardano-wallet-cli"; version = "2020.12.21"; }; 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 00f2f49c93e..d03f03cf9bf 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 = "2020.12.8"; + version = "2020.12.21"; }; 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 cbed5c759ca..b30700efe90 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 = "2020.12.8"; }; + identifier = { name = "cardano-wallet-core"; version = "2020.12.21"; }; 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 3dbf8634c94..8c04778c237 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -11,7 +11,10 @@ flags = { release = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2020.12.8"; }; + identifier = { + name = "cardano-wallet-launcher"; + version = "2020.12.21"; + }; 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 00cceb91493..8016917c865 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 = "2020.12.8"; + version = "2020.12.21"; }; 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 7f0681308d5..e52bc1f86ee 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 = "2020.12.8"; }; + identifier = { name = "cardano-wallet"; version = "2020.12.21"; }; 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 16cf6db7ca1..9fcf7239bf3 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 = "2020.12.8"; }; + identifier = { name = "text-class"; version = "2020.12.21"; }; 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 fa20d4e789f..d5a2fbf4652 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -21,11 +21,11 @@ set -euo pipefail # Use trailing zeros for the date in the git tag, but # do not use trailing zeros for the Cabal version. # i.e. v2020-11-03 and not 2020.11.03 but 2020.11.3 -OLD_GIT_TAG="v2020-11-26" -OLD_CABAL_VERSION="2020.11.26" +OLD_GIT_TAG="v2020-12-08" +OLD_CABAL_VERSION="2020.12.8" -GIT_TAG="v2020-12-08" -CABAL_VERSION="2020.12.8" +GIT_TAG="v2020-12-21" +CABAL_VERSION="2020.12.21" CARDANO_NODE_TAG="1.24.2" ################################################################################ diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index e59650c3a1a..f1437a7f247 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: 2020.12.8 + version: 2020.12.21 license: name: Apache-2.0 url: https://raw.githubusercontent.com/input-output-hk/cardano-wallet/master/LICENSE