Skip to content

Commit 1a2ffd4

Browse files
authored
Merge pull request #1218 from input-output-hk/kderme/release-update-deps
Prepare for Release 13.0.4
2 parents 97ace4b + 1d63109 commit 1a2ffd4

File tree

8 files changed

+20
-11
lines changed

8 files changed

+20
-11
lines changed

cabal.project

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,14 @@ source-repository-package
100100
source-repository-package
101101
type: git
102102
location: https://github.com/input-output-hk/hedgehog-extras
103-
tag: 967d79533c21e33387d0227a5f6cc185203fe658
104-
--sha256: 0rbqb7a64aya1qizlr3im06hdydg9zr6sl3i8bvqqlf7kpa647sd
103+
tag: 714ee03a5a786a05fc57ac5d2f1c2edce4660d85
104+
--sha256: 1qa4mm36xynaf17990ijmzww0ij8hjrc0vw5nas6d0zx6q9hb978
105+
106+
source-repository-package
107+
type: git
108+
location: https://github.com/haskell-works/hw-aeson
109+
tag: 6dc309ff4260c71d9a18c220cbae8aa1dfe2a02e
110+
--sha256: 08zxzkk1fy8xrvl46lhzmpyisizl0nzl1n00g417vc0l170wsr9j
105111

106112
source-repository-package
107113
type: git
@@ -159,8 +165,8 @@ source-repository-package
159165
source-repository-package
160166
type: git
161167
location: https://github.com/input-output-hk/cardano-node
162-
tag: b443f540133888442e5475c05890dc2eee13d43e
163-
--sha256: 0vg5775z683wf421asxjm7g2b6yxmgprpylhs9ryb035id83slp2
168+
tag: 950c4e222086fed5ca53564e642434ce9307b0b9
169+
--sha256: 020fwimsm24yblr1fmnwx240wj8r3x715p89cpjgnnd8axwf32p0
164170
subdir:
165171
cardano-api
166172
cardano-cli

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.3
6+
version: 13.0.4
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/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Revision history for cardano-db-sync
22

3+
## 13.0.4
4+
* Bump to the latest node release.
5+
36
## 13.0.3
47
* Integrated the fix for the missused minfee function in ledger (https://github.com/input-output-hk/cardano-ledger/pull/2938)
58

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.3
6+
version: 13.0.4
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.3
6+
version: 13.0.4
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.3
6+
version: 13.0.4
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-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.3
6+
version: 13.0.4
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
34+
image: inputoutput/cardano-node:1.35.3-rc1
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.3
55+
image: inputoutput/cardano-db-sync:13.0.4-rc1
5656
environment:
5757
- NETWORK=${NETWORK:-mainnet}
5858
- POSTGRES_HOST=postgres

0 commit comments

Comments
 (0)