Skip to content

Commit 8766520

Browse files
committed
Bump to 13.1.0.0
1 parent 3e09a87 commit 8766520

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

cardano-chain-gen/cardano-chain-gen.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-chain-gen
6-
version: 13.0.5
6+
version: 13.1.0.0
77
synopsis: A fake chain generator for testing cardano DB sync.
88
description: A fake chain generator for testing cardano DB sync.
99
homepage: https://github.com/input-output-hk/cardano-db-sync

cardano-db-sync/cardano-db-sync.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.4
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-sync
6-
version: 13.0.5
6+
version: 13.1.0.0
77
synopsis: The Cardano DB Sync node
88
description: A Cardano node that follows the Cardano chain and inserts data from the
99
chain into a PostgresQL database.

cardano-db-tool/cardano-db-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-tool
6-
version: 13.0.5
6+
version: 13.1.0.0
77
synopsis: Utilities to manage the cardano-db-sync databases.
88
description: Utilities and executable, used to manage and validate the
99
PostgreSQL db and the ledger database of the cardano-db-sync node

cardano-db/cardano-db.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db
6-
version: 13.0.5
6+
version: 13.1.0.0
77
synopsis: A base PostgreSQL component for the cardano-db-sync node.
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

cardano-db/test/cardano-db-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: >= 1.10
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-db-test
6-
version: 0.1.0.0
6+
version: 13.1.0.0
77
synopsis: Tests for the base functionality of the cardano-db library
88
description: Code for the Cardano DB Sync node that is shared between the
99
cardano-db-node and other components.

cardano-smash-server/cardano-smash-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cabal-version: 2.2
33
-- http://haskell.org/cabal/users-guide/
44

55
name: cardano-smash-server
6-
version: 13.0.5
6+
version: 13.1.0.0
77
synopsis: The Cardano smash server
88
description: Please see the README on GitHub at
99
<https://github.com/input-output-hk/cardano-db-sync/cardano-smash-server/#readme>

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
max-file: "10"
3232

3333
cardano-node:
34-
image: inputoutput/cardano-node:1.35.3-configs
34+
image: inputoutput/cardano-node:1.35.4
3535
environment:
3636
- NETWORK=${NETWORK:-mainnet}
3737
volumes:
@@ -52,7 +52,7 @@ services:
5252
max-file: "10"
5353

5454
cardano-db-sync:
55-
image: inputoutput/cardano-db-sync:13.0.5-extra-args
55+
image: inputoutput/cardano-db-sync:13.1.0.0-rc2
5656
environment:
5757
- NETWORK=${NETWORK:-mainnet}
5858
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)