From 626e60233c64f2a876e9912fa0580e381ef5fd7b Mon Sep 17 00:00:00 2001 From: Yura Lazarev Date: Tue, 18 Jul 2023 17:45:15 +0200 Subject: [PATCH] Release v2023-07-18 --- .buildkite/pipeline.yml | 2 +- README.md | 4 ++-- docker-compose.yml | 2 +- lib/balance-tx/cardano-balance-tx.cabal | 2 +- lib/coin-selection/cardano-coin-selection.cabal | 2 +- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/primitive/cardano-wallet-primitive.cabal | 2 +- lib/test-utils/cardano-wallet-test-utils.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal | 2 +- lib/wallet/cardano-wallet.cabal | 2 +- scripts/make_changelog.sh | 2 +- scripts/make_release.sh | 4 ++-- specifications/api/swagger.yaml | 2 +- 14 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0762321947a..033044c428c 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -182,7 +182,7 @@ steps: depends_on: [linux-nix, trigger-build-linux-package] key: build-docker command: - - "mkdir -p config && echo '{ outputs = _: { dockerHubRepoName = \"cardanofoundation/cardano-wallet\"; }; }' > config/flake.nix" + - "mkdir -p config && echo '{ outputs = _: { dockerHubRepoName = \"cardanofoundation/cardano-wallet\"; }; }' > config/flake.nix" - "nix build .#pushDockerImage --override-input hostNixpkgs \"path:$(nix eval --impure -I $NIX_PATH --expr '(import {}).path')\" --override-input customConfig path:./config -o docker-build-push" - "./docker-build-push" agents: diff --git a/README.md b/README.md index efae3d4894a..4034a34b7ff 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,10 @@ See **Installation Instructions** for each available [release](https://github.co > > | cardano-wallet | cardano-node (compatible versions) | > | --- | --- | -> | `master` branch | [1.35.4](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.4) | +> | `master` branch | [8.1.1](https://github.com/input-output-hk/cardano-node/releases/tag/8.1.1) | +> | [v2023-07-18](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2023-07-18) | [8.1.1](https://github.com/input-output-hk/cardano-node/releases/tag/8.1.1) | > | [v2023-04-14](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2023-04-14) | [1.35.4](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.4) | > | [v2022-12-14](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2022-12-14) | [1.35.4](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.4) | -> | [v2022-10-06](https://github.com/input-output-hk/cardano-wallet/releases/tag/v2022-10-06) | [1.35.3](https://github.com/input-output-hk/cardano-node/releases/tag/1.35.3) | ## How to build from sources diff --git a/docker-compose.yml b/docker-compose.yml index 62f1bc8d9a1..88fad0552a2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: max-size: "50m" cardano-wallet: - image: cardanofoundation/cardano-wallet:2023.4.14 + image: cardanofoundation/cardano-wallet:2023.7.18 volumes: - wallet-${NETWORK}-db:/wallet-db - node-ipc:/ipc diff --git a/lib/balance-tx/cardano-balance-tx.cabal b/lib/balance-tx/cardano-balance-tx.cabal index cddb3a6960b..d3603acbf40 100644 --- a/lib/balance-tx/cardano-balance-tx.cabal +++ b/lib/balance-tx/cardano-balance-tx.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: cardano-balance-tx -version: 2023.4.14 +version: 2023.7.18 synopsis: Balancing transactions for the Cardano blockchain. description: Please see README.md. homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/coin-selection/cardano-coin-selection.cabal b/lib/coin-selection/cardano-coin-selection.cabal index 2752cbb504c..44d472918f4 100644 --- a/lib/coin-selection/cardano-coin-selection.cabal +++ b/lib/coin-selection/cardano-coin-selection.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: cardano-coin-selection -version: 2023.4.14 +version: 2023.7.18 synopsis: Coin selection algorithms for the Cardano blockchain. 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 571bfbcf7bf..4c38807869a 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2023.4.14 +version: 2023.7.18 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/primitive/cardano-wallet-primitive.cabal b/lib/primitive/cardano-wallet-primitive.cabal index f0269b422d8..42b57e42f22 100644 --- a/lib/primitive/cardano-wallet-primitive.cabal +++ b/lib/primitive/cardano-wallet-primitive.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-primitive -version: 2023.4.14 +version: 2023.7.18 synopsis: Selected primitive types for Cardano Wallet. 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 55a3021857b..564300402f8 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: 2023.4.14 +version: 2023.7.18 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 a7b11fdf82b..2b70604666d 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2023.4.14 +version: 2023.7.18 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/lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal b/lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal index d8693507d2d..46523716c45 100644 --- a/lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal +++ b/lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet-benchmarks -version: 2023.4.14 +version: 2023.7.18 synopsis: Benchmarks for the `cardano-wallet` exectuable. description: This package is a collection of benchmarks for the `cardano-wallet` exectuable. diff --git a/lib/wallet/cardano-wallet.cabal b/lib/wallet/cardano-wallet.cabal index b3428ea6edf..67882a2def7 100644 --- a/lib/wallet/cardano-wallet.cabal +++ b/lib/wallet/cardano-wallet.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: cardano-wallet -version: 2023.4.14 +version: 2023.7.18 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/scripts/make_changelog.sh b/scripts/make_changelog.sh index fe2017fc673..d28033b1200 100755 --- a/scripts/make_changelog.sh +++ b/scripts/make_changelog.sh @@ -16,7 +16,7 @@ set -euo pipefail -repo="input-output-hk/cardano-wallet" +repo="cardano-foundation/cardano-wallet" since_date="${1:-}" if [ -z "$since_date" ]; then diff --git a/scripts/make_release.sh b/scripts/make_release.sh index ba30a098f02..67dde471cd7 100755 --- a/scripts/make_release.sh +++ b/scripts/make_release.sh @@ -21,8 +21,8 @@ SCRIPT=$(realpath "$0") ################################################################################ # Release-specific parameters. Can be changed interactively by running the script. # Release tags must follow format vYYYY-MM-DD. -GIT_TAG="v2023-04-14" -OLD_GIT_TAG="v2022-12-14" +GIT_TAG="v2023-07-18" +OLD_GIT_TAG="v2023-04-14" CARDANO_NODE_TAG="8.1.1" ################################################################################ diff --git a/specifications/api/swagger.yaml b/specifications/api/swagger.yaml index 1919f967e28..96888371389 100644 --- a/specifications/api/swagger.yaml +++ b/specifications/api/swagger.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Cardano Wallet Backend API - version: v2023-04-14 + version: v2023-07-18 license: name: Apache-2.0 url: https://raw.githubusercontent.com/input-output-hk/cardano-wallet/master/LICENSE