From 73d86fc809e149f36a40ec3da902619e8e0d876e Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 24 Sep 2021 18:28:32 +1000 Subject: [PATCH] Version 11.0.3 --- cardano-db-sync-extended/CHANGELOG.md | 4 ++++ cardano-db-sync-extended/cardano-db-sync-extended.cabal | 2 +- cardano-db-sync/CHANGELOG.md | 4 ++++ cardano-db-sync/cardano-db-sync.cabal | 2 +- cardano-db-tool/CHANGELOG.md | 3 +++ cardano-db-tool/cardano-db-tool.cabal | 2 +- cardano-db/CHANGELOG.md | 3 +++ cardano-db/cardano-db.cabal | 2 +- cardano-sync/CHANGELOG.md | 3 +++ cardano-sync/cardano-sync.cabal | 2 +- doc/schema.md | 2 +- docker-compose.yml | 4 ++-- 12 files changed, 25 insertions(+), 8 deletions(-) diff --git a/cardano-db-sync-extended/CHANGELOG.md b/cardano-db-sync-extended/CHANGELOG.md index 5c92e05f0..82d790e60 100644 --- a/cardano-db-sync-extended/CHANGELOG.md +++ b/cardano-db-sync-extended/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for cardano-db-sync-extended +## 11.0.3 +* Use same dependencies as 1.30.1 of `cardano-node`. +* Fix race condition on insertion of pool offline data or error response (#806, #823, #831). + ## 11.0.2 * Fix schema documentation typo (#799). * Fix race condition on insertion of pool offline data or error response (#806, #823). diff --git a/cardano-db-sync-extended/cardano-db-sync-extended.cabal b/cardano-db-sync-extended/cardano-db-sync-extended.cabal index 97bcd3e2e..48e9f7485 100644 --- a/cardano-db-sync-extended/cardano-db-sync-extended.cabal +++ b/cardano-db-sync-extended/cardano-db-sync-extended.cabal @@ -3,7 +3,7 @@ cabal-version: 2.4 -- http://haskell.org/cabal/users-guide/ name: cardano-db-sync-extended -version: 11.0.2 +version: 11.0.3 synopsis: The Extended Cardano DB Sync node description: A Cardano node that follows the Cardano chain and inserts data from the chain into a PostgresQL database. It is "extended" because it maintains an diff --git a/cardano-db-sync/CHANGELOG.md b/cardano-db-sync/CHANGELOG.md index 2ffaeaf4a..b7b40ff32 100644 --- a/cardano-db-sync/CHANGELOG.md +++ b/cardano-db-sync/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for cardano-db-sync +## 11.0.3 +* Use same dependencies as 1.30.1 of `cardano-node`. +* Fix race condition on insertion of pool offline data or error response (#806, #823, #831). + ## 11.0.2 * Fix schema documentation typo (#799). * Fix race condition on insertion of pool offline data or error response (#806, #823). diff --git a/cardano-db-sync/cardano-db-sync.cabal b/cardano-db-sync/cardano-db-sync.cabal index 61bea5913..6cc2e7696 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: 11.0.2 +version: 11.0.3 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/CHANGELOG.md b/cardano-db-tool/CHANGELOG.md index 11eb4bad3..b9c80c479 100644 --- a/cardano-db-tool/CHANGELOG.md +++ b/cardano-db-tool/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for cardano-db-tool +## 11.0.3 +* Use same dependencies as 1.30.1 of `cardano-node`. + ## 11.0.2 * Fix schema documentation typo (#799). diff --git a/cardano-db-tool/cardano-db-tool.cabal b/cardano-db-tool/cardano-db-tool.cabal index e2fee0f08..bef992762 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: 11.0.2 +version: 11.0.3 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/CHANGELOG.md b/cardano-db/CHANGELOG.md index 90ecdf9cb..e114e230c 100644 --- a/cardano-db/CHANGELOG.md +++ b/cardano-db/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for cardano-db +## 11.0.3 +* Use same dependencies as 1.30.1 of `cardano-node`. + ## 11.0.2 * Fix schema documentation typo (#799). diff --git a/cardano-db/cardano-db.cabal b/cardano-db/cardano-db.cabal index fbe4bae89..60d0cf281 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: 11.0.2 +version: 11.0.3 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-sync/CHANGELOG.md b/cardano-sync/CHANGELOG.md index 14941c2f3..b48728f4f 100644 --- a/cardano-sync/CHANGELOG.md +++ b/cardano-sync/CHANGELOG.md @@ -1,5 +1,8 @@ # Revision history for cardano-sync +## 11.0.3 +* Use same dependencies as 1.30.1 of `cardano-node`. + ## 11.0.2 * Fix schema documentation typo (#799). * Fix race condition on insertion of pool offline data or error response (#806, #823). diff --git a/cardano-sync/cardano-sync.cabal b/cardano-sync/cardano-sync.cabal index 5250769c7..951768be5 100644 --- a/cardano-sync/cardano-sync.cabal +++ b/cardano-sync/cardano-sync.cabal @@ -3,7 +3,7 @@ cabal-version: 2.2 -- http://haskell.org/cabal/users-guide/ name: cardano-sync -version: 11.0.2 +version: 11.0.3 synopsis: The Cardano Sync node description: A Cardano node that follows the Cardano chain and inserts data from the chain into a PostgresQL database. diff --git a/doc/schema.md b/doc/schema.md index 7b06f7a91..febb682df 100644 --- a/doc/schema.md +++ b/doc/schema.md @@ -1,6 +1,6 @@ # Schema Documentation for cardano-db-sync -Schema version: 11.0.2 +Schema version: 11.0.3 ### `schema_version` diff --git a/docker-compose.yml b/docker-compose.yml index aa7326630..553150ed8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: max-file: "10" cardano-node: - image: inputoutput/cardano-node:1.29.0 + image: inputoutput/cardano-node:1.30.1 environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -36,7 +36,7 @@ services: max-file: "10" cardano-db-sync: - image: inputoutput/cardano-db-sync:11.0.2 + image: inputoutput/cardano-db-sync:11.0.3 environment: - NETWORK=${NETWORK:-mainnet} - POSTGRES_HOST=postgres