From 5deecc879d0fac5ff9a2399382755ca505afc5d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 16:28:11 +0000 Subject: [PATCH 1/2] Release cardano-cli-11.2.2.0 --- ...11228_cardano-cli_pablo.lamela_check_network_id.yml | 6 ------ ...no-cli_github-actions[bot]_cardano_cli_11_2_1_0.yml | 5 ----- ...dano-cli_mateusz.galazyn_windows_test_stability.yml | 6 ------ ...o-cli_mateusz.galazyn_bump_cardano_api_11_6_0_0.yml | 6 ------ cardano-cli/CHANGELOG.md | 10 ++++++++++ cardano-cli/cardano-cli.cabal | 2 +- 6 files changed, 11 insertions(+), 24 deletions(-) delete mode 100644 .changes/20260804_011228_cardano-cli_pablo.lamela_check_network_id.yml delete mode 100644 .changes/20260817_113515_cardano-cli_github-actions[bot]_cardano_cli_11_2_1_0.yml delete mode 100644 .changes/20260818_204414_cardano-cli_mateusz.galazyn_windows_test_stability.yml delete mode 100644 .changes/20260825_164537_cardano-cli_mateusz.galazyn_bump_cardano_api_11_6_0_0.yml diff --git a/.changes/20260804_011228_cardano-cli_pablo.lamela_check_network_id.yml b/.changes/20260804_011228_cardano-cli_pablo.lamela_check_network_id.yml deleted file mode 100644 index d49f3ce2f5..0000000000 --- a/.changes/20260804_011228_cardano-cli_pablo.lamela_check_network_id.yml +++ /dev/null @@ -1,6 +0,0 @@ -description: Commands that query a node now check that the network id given to the CLI (`--mainnet`, `--testnet-magic`, or `CARDANO_NODE_NETWORK_ID`) matches the network id in the node's genesis, so that for example `CARDANO_NODE_NETWORK_ID=764824073` against a mainnet node no longer renders addresses with a testnet prefix. Additionally, `query stake-address-info` now fails when the given stake address does not match the network id, instead of silently dropping the address's network tag. -kind: -- bugfix -- test -pr: 1405 -project: cardano-cli diff --git a/.changes/20260817_113515_cardano-cli_github-actions[bot]_cardano_cli_11_2_1_0.yml b/.changes/20260817_113515_cardano-cli_github-actions[bot]_cardano_cli_11_2_1_0.yml deleted file mode 100644 index 90e2feadcb..0000000000 --- a/.changes/20260817_113515_cardano-cli_github-actions[bot]_cardano_cli_11_2_1_0.yml +++ /dev/null @@ -1,5 +0,0 @@ -description: Release cardano-cli 11.2.1.0 -kind: -- release -pr: 1419 -project: cardano-cli diff --git a/.changes/20260818_204414_cardano-cli_mateusz.galazyn_windows_test_stability.yml b/.changes/20260818_204414_cardano-cli_mateusz.galazyn_windows_test_stability.yml deleted file mode 100644 index 5b7e5d3c4c..0000000000 --- a/.changes/20260818_204414_cardano-cli_mateusz.galazyn_windows_test_stability.yml +++ /dev/null @@ -1,6 +0,0 @@ -description: | - Fix `serveFilesWhile` in cardano-cli-test-lib leaking its warp server thread on test completion (it was spamming garbled `Network.Socket.accept: failed (Unknown WinSock error: 995)` noise into Hydra's Windows/Wine cross-compile test logs), raise the test watchdog timeout from 20s to 35s on Windows to account for slower Wine emulation on Hydra (the root cause of recent flaky release-blocking CI failures), and wrap `hprop_check_node_configuration_failure` with the previously missing `watchdogProp`. -kind: -- test -pr: 1421 -project: cardano-cli diff --git a/.changes/20260825_164537_cardano-cli_mateusz.galazyn_bump_cardano_api_11_6_0_0.yml b/.changes/20260825_164537_cardano-cli_mateusz.galazyn_bump_cardano_api_11_6_0_0.yml deleted file mode 100644 index 840bf6130b..0000000000 --- a/.changes/20260825_164537_cardano-cli_mateusz.galazyn_bump_cardano_api_11_6_0_0.yml +++ /dev/null @@ -1,6 +0,0 @@ -project: cardano-cli -pr: 1424 -kind: - - compatible -description: | - Bump cardano-api to 11.6.0.0. diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index 33ee95d9c5..a25e38a18b 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog for cardano-cli +## 11.2.2.0 -- 2026-08-25 + +- Bump cardano-api to 11.6.0.0. + (compatible) + [PR 1424](https://github.com/intersectmbo/cardano-cli/pull/1424) + +- Commands that query a node now check that the network id given to the CLI (`--mainnet`, `--testnet-magic`, or `CARDANO_NODE_NETWORK_ID`) matches the network id in the node's genesis, so that for example `CARDANO_NODE_NETWORK_ID=764824073` against a mainnet node no longer renders addresses with a testnet prefix. Additionally, `query stake-address-info` now fails when the given stake address does not match the network id, instead of silently dropping the address's network tag. + (bugfix, test) + [PR 1405](https://github.com/intersectmbo/cardano-cli/pull/1405) + ## 11.2.1.0 -- 2026-08-17 - Bump cardano-api to 11.5, bump CHaP index-state, fix byronGenesis name-shadowing warning diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 2f06c443eb..76bd2c288e 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -1,6 +1,6 @@ cabal-version: 3.8 name: cardano-cli -version: 11.2.1.0 +version: 11.2.2.0 synopsis: The Cardano command-line interface description: The Cardano command-line interface. copyright: 2020-2023 Input Output Global Inc (IOG). From 88b35f8246e1844fa1a98c4bde848a948aa63d94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 16:28:19 +0000 Subject: [PATCH 2/2] Add release changelog fragment for cardano-cli 11.2.2.0 --- ..._cardano-cli_github-actions[bot]_cardano_cli_11_2_2_0.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changes/20260825_162819_cardano-cli_github-actions[bot]_cardano_cli_11_2_2_0.yml diff --git a/.changes/20260825_162819_cardano-cli_github-actions[bot]_cardano_cli_11_2_2_0.yml b/.changes/20260825_162819_cardano-cli_github-actions[bot]_cardano_cli_11_2_2_0.yml new file mode 100644 index 0000000000..4f6602a2b5 --- /dev/null +++ b/.changes/20260825_162819_cardano-cli_github-actions[bot]_cardano_cli_11_2_2_0.yml @@ -0,0 +1,5 @@ +description: Release cardano-cli 11.2.2.0 +kind: +- release +pr: 1425 +project: cardano-cli