File tree Expand file tree Collapse file tree 9 files changed +15
-9
lines changed Expand file tree Collapse file tree 9 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-topology
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : A cardano topology generator
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-api
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : The cardano api
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-cli
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : The Cardano command-line interface.
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-node-chairman
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : The cardano full node
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change 1
1
# Changelog for cardano-node
2
2
3
+ ## 1.34.1 -- March 2022
4
+
5
+ ### node changes
6
+ - Fix tracer config mismatches #3668
7
+ - Fix #3664 : Restore legacy metrics #3676
8
+
3
9
## 1.34.0 -- February 2022
4
10
5
11
### node changes
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-node
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : The cardano full node
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : cardano-testnet
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : The cardano full node
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.5"
2
2
3
3
services :
4
4
cardano-node :
5
- image : inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.0 }
5
+ image : inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.1 }
6
6
environment :
7
7
- NETWORK=${NETWORK:-mainnet}
8
8
volumes :
@@ -15,7 +15,7 @@ services:
15
15
max-file : " 10"
16
16
17
17
cardano-submit-api :
18
- image : inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.0 }
18
+ image : inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.1 }
19
19
environment :
20
20
- NETWORK=${NETWORK:-mainnet}
21
21
depends_on :
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.0
2
2
3
3
name : plutus-example
4
- version : 1.34.0
4
+ version : 1.34.1
5
5
description : End to end examples of creating and executing Plutus scripts.
6
6
author : IOHK
7
7
maintainer : operations@iohk.io
You can’t perform that action at this time.
0 commit comments