From 61c82cec3d625385eb8a4cd2256f018a4c5b03f4 Mon Sep 17 00:00:00 2001 From: Marcin Szamotulski Date: Fri, 27 Jan 2023 10:27:23 +0100 Subject: [PATCH] bump version to 1.35.6 --- bench/cardano-topology/cardano-topology.cabal | 2 +- cardano-api/cardano-api.cabal | 2 +- cardano-cli/cardano-cli.cabal | 2 +- cardano-node-chairman/cardano-node-chairman.cabal | 2 +- cardano-node/cardano-node.cabal | 2 +- cardano-testnet/cardano-testnet.cabal | 2 +- cardano-tracer/cardano-tracer.cabal | 2 +- docker-compose.yml | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bench/cardano-topology/cardano-topology.cabal b/bench/cardano-topology/cardano-topology.cabal index a52a6819416..f4891f3cea6 100644 --- a/bench/cardano-topology/cardano-topology.cabal +++ b/bench/cardano-topology/cardano-topology.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-topology -version: 1.35.5 +version: 1.35.6 description: A cardano topology generator author: IOHK maintainer: operations@iohk.io diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 3d7d3c288b3..70b6d556e01 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-api -version: 1.35.5 +version: 1.35.6 description: The cardano api author: IOHK maintainer: operations@iohk.io diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index f2740e19fdf..502dd58c70a 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-cli -version: 1.35.5 +version: 1.35.6 description: The Cardano command-line interface. author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node-chairman/cardano-node-chairman.cabal b/cardano-node-chairman/cardano-node-chairman.cabal index c72e48f6230..b724919d173 100644 --- a/cardano-node-chairman/cardano-node-chairman.cabal +++ b/cardano-node-chairman/cardano-node-chairman.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node-chairman -version: 1.35.5 +version: 1.35.6 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-node/cardano-node.cabal b/cardano-node/cardano-node.cabal index b848ccda645..f63d627836b 100644 --- a/cardano-node/cardano-node.cabal +++ b/cardano-node/cardano-node.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-node -version: 1.35.5 +version: 1.35.6 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-testnet/cardano-testnet.cabal b/cardano-testnet/cardano-testnet.cabal index 40907603c39..4aff74cfaae 100644 --- a/cardano-testnet/cardano-testnet.cabal +++ b/cardano-testnet/cardano-testnet.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: cardano-testnet -version: 1.35.5 +version: 1.35.6 description: The cardano full node author: IOHK maintainer: operations@iohk.io diff --git a/cardano-tracer/cardano-tracer.cabal b/cardano-tracer/cardano-tracer.cabal index a23b3ac8513..2891054e3fb 100644 --- a/cardano-tracer/cardano-tracer.cabal +++ b/cardano-tracer/cardano-tracer.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: cardano-tracer -version: 1.35.5 +version: 1.35.6 synopsis: A service for logging and monitoring over Cardano nodes. description: See README for more info license: Apache-2.0 diff --git a/docker-compose.yml b/docker-compose.yml index acaaf23074f..83fc3d1719c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.5" services: cardano-node: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.6} environment: - NETWORK=${NETWORK:-mainnet} volumes: @@ -15,7 +15,7 @@ services: max-file: "10" cardano-submit-api: - image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.5} + image: inputoutput/cardano-submit-api:${CARDANO_SUBMIT_API_VERSION:-1.35.6} environment: - NETWORK=${NETWORK:-mainnet} depends_on: