Skip to content

Commit

Permalink
Version 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Sep 24, 2021
1 parent b13615c commit a46c482
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 8 deletions.
4 changes: 4 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync-extended/cardano-db-sync-extended.cabal
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion cardano-db-sync/cardano-db-sync.cabal
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions 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).

Expand Down
2 changes: 1 addition & 1 deletion cardano-db-tool/cardano-db-tool.cabal
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions 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).

Expand Down
2 changes: 1 addition & 1 deletion cardano-db/cardano-db.cabal
Expand Up @@ -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.
Expand Down
3 changes: 3 additions & 0 deletions 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).
Expand Down
2 changes: 1 addition & 1 deletion cardano-sync/cardano-sync.cabal
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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`

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a46c482

Please sign in to comment.