From a750abe1cedb23d9de2f3de54ec55d319657cd31 Mon Sep 17 00:00:00 2001 From: Kostas Dermentzis Date: Fri, 5 Aug 2022 12:22:23 +0300 Subject: [PATCH] Bump to 13.0.4 version --- cardano-chain-gen/cardano-chain-gen.cabal | 2 +- cardano-db-sync/CHANGELOG.md | 3 +++ cardano-db-sync/cardano-db-sync.cabal | 2 +- cardano-db-tool/cardano-db-tool.cabal | 2 +- cardano-db/cardano-db.cabal | 2 +- cardano-smash-server/cardano-smash-server.cabal | 2 +- docker-compose.yml | 4 ++-- 7 files changed, 10 insertions(+), 7 deletions(-) diff --git a/cardano-chain-gen/cardano-chain-gen.cabal b/cardano-chain-gen/cardano-chain-gen.cabal index b02e35efd..1127f6cca 100644 --- a/cardano-chain-gen/cardano-chain-gen.cabal +++ b/cardano-chain-gen/cardano-chain-gen.cabal @@ -3,7 +3,7 @@ cabal-version: 2.4 -- http://haskell.org/cabal/users-guide/ name: cardano-chain-gen -version: 13.0.3 +version: 13.0.4 synopsis: A fake chain generator for testing cardano DB sync. description: A fake chain generator for testing cardano DB sync. homepage: https://github.com/input-output-hk/cardano-db-sync diff --git a/cardano-db-sync/CHANGELOG.md b/cardano-db-sync/CHANGELOG.md index 9b173c5fa..e18c65d8f 100644 --- a/cardano-db-sync/CHANGELOG.md +++ b/cardano-db-sync/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for cardano-db-sync +## 13.0.4 +* Bump to the latest node release. + ## 13.0.3 * Integrated the fix for the missused minfee function in ledger (https://github.com/input-output-hk/cardano-ledger/pull/2938) diff --git a/cardano-db-sync/cardano-db-sync.cabal b/cardano-db-sync/cardano-db-sync.cabal index 9575d5b98..a900e9643 100644 --- a/cardano-db-sync/cardano-db-sync.cabal +++ b/cardano-db-sync/cardano-db-sync.cabal @@ -3,7 +3,7 @@ cabal-version: 2.4 -- http://haskell.org/cabal/users-guide/ name: cardano-db-sync -version: 13.0.3 +version: 13.0.4 synopsis: The Cardano DB Sync node description: A Cardano node that follows the Cardano chain and inserts data from the chain into a PostgresQL database. diff --git a/cardano-db-tool/cardano-db-tool.cabal b/cardano-db-tool/cardano-db-tool.cabal index 6754850fa..10803bef7 100644 --- a/cardano-db-tool/cardano-db-tool.cabal +++ b/cardano-db-tool/cardano-db-tool.cabal @@ -3,7 +3,7 @@ cabal-version: 2.2 -- http://haskell.org/cabal/users-guide/ name: cardano-db-tool -version: 13.0.3 +version: 13.0.4 synopsis: Utilities to manage the cardano-db-sync databases. description: Utilities and executable, used to manage and validate the PostgreSQL db and the ledger database of the cardano-db-sync node diff --git a/cardano-db/cardano-db.cabal b/cardano-db/cardano-db.cabal index 1af833be1..732cf2a4a 100644 --- a/cardano-db/cardano-db.cabal +++ b/cardano-db/cardano-db.cabal @@ -3,7 +3,7 @@ cabal-version: 2.2 -- http://haskell.org/cabal/users-guide/ name: cardano-db -version: 13.0.3 +version: 13.0.4 synopsis: A base PostgreSQL component for the cardano-db-sync node. description: Code for the Cardano DB Sync node that is shared between the cardano-db-node and other components. diff --git a/cardano-smash-server/cardano-smash-server.cabal b/cardano-smash-server/cardano-smash-server.cabal index 979c606c1..aef973d1b 100644 --- a/cardano-smash-server/cardano-smash-server.cabal +++ b/cardano-smash-server/cardano-smash-server.cabal @@ -3,7 +3,7 @@ cabal-version: 2.2 -- http://haskell.org/cabal/users-guide/ name: cardano-smash-server -version: 13.0.3 +version: 13.0.4 synopsis: The Cardano smash server description: Please see the README on GitHub at diff --git a/docker-compose.yml b/docker-compose.yml index 2a294ece5..a354dfdf6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: max-file: "10" cardano-node: - image: inputoutput/cardano-node:1.35.3 + image: inputoutput/cardano-node:1.35.3-rc1 environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -52,7 +52,7 @@ services: max-file: "10" cardano-db-sync: - image: inputoutput/cardano-db-sync:13.0.3 + image: inputoutput/cardano-db-sync:13.0.4-rc1 environment: - NETWORK=${NETWORK:-mainnet} - POSTGRES_HOST=postgres