Skip to content

Commit

Permalink
Merge #3681
Browse files Browse the repository at this point in the history
3681: 1.34.1 changelog and version bump r=LaurenceIO a=LaurenceIO

Create changelog for 1.34.1 and bump versions to 1.34.1

Co-authored-by: LaurenceIO <73659683+LaurenceIO@users.noreply.github.com>
  • Loading branch information
iohk-bors[bot] and LaurenceIO authored Mar 4, 2022
2 parents be199b6 + a357c17 commit 73f9a74
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bench/cardano-topology/cardano-topology.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-topology
version: 1.34.0
version: 1.34.1
description: A cardano topology generator
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-api
version: 1.34.0
version: 1.34.1
description: The cardano api
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-cli
version: 1.34.0
version: 1.34.1
description: The Cardano command-line interface.
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node-chairman
version: 1.34.0
version: 1.34.1
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
6 changes: 6 additions & 0 deletions cardano-node/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for cardano-node

## 1.34.1 -- March 2022

### node changes
- Fix tracer config mismatches #3668
- Fix #3664: Restore legacy metrics #3676

## 1.34.0 -- February 2022

### node changes
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-node
version: 1.34.0
version: 1.34.1
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
2 changes: 1 addition & 1 deletion cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: cardano-testnet
version: 1.34.0
version: 1.34.1
description: The cardano full node
author: IOHK
maintainer: operations@iohk.io
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.0}
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.34.1}
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -15,7 +15,7 @@ services:
max-file: "10"

cardano-submit-api:
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.0}
image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.34.1}
environment:
- NETWORK=${NETWORK:-mainnet}
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion plutus-example/plutus-example.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: plutus-example
version: 1.34.0
version: 1.34.1
description: End to end examples of creating and executing Plutus scripts.
author: IOHK
maintainer: operations@iohk.io
Expand Down

0 comments on commit 73f9a74

Please sign in to comment.