From 0963f0163d4a687a9ac3a774c94f79129123bbf4 Mon Sep 17 00:00:00 2001 From: Lesnak1 Date: Mon, 10 Aug 2026 20:03:43 +0300 Subject: [PATCH 1/3] docs(scripts): update version override example in run-upgrade-test.sh from 0.6.0-dev to 0.7.3-dev --- scripts/run-upgrade-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-upgrade-test.sh b/scripts/run-upgrade-test.sh index 5c5fae57..b30228ee 100755 --- a/scripts/run-upgrade-test.sh +++ b/scripts/run-upgrade-test.sh @@ -41,7 +41,7 @@ Usage: $(basename "$0") [--from ] [--to ] [--hardfork ] Trigger the nightly-upgrade workflow with image version overrides. Version values: - Published GHCR image ghcr.io///: (e.g. 0.6.0-dev) + Published GHCR image ghcr.io///: (e.g. 0.7.3-dev) latest Published GHCR image ghcr.io///:latest local Locally built image :latest From e26eded6afe82a9bedeecfe139bba97de650a07c Mon Sep 17 00:00:00 2001 From: Lesnak1 Date: Mon, 10 Aug 2026 20:08:05 +0300 Subject: [PATCH 2/3] docs(quake): update stale version example in Quake README to v0.7.3 --- crates/quake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quake/README.md b/crates/quake/README.md index 0ede32f1..d550a9f8 100644 --- a/crates/quake/README.md +++ b/crates/quake/README.md @@ -920,7 +920,7 @@ version. #### Matching Flags to the Target Image Version Upgrade scenarios can pin an older `arc_consensus` image tag (e.g. -`v0.6.0`). Quake derives CLI flags from the `StartCmd` definition +`v0.7.3`). Quake derives CLI flags from the `StartCmd` definition compiled into its own binary, which may have gained, renamed, or removed flags since that image shipped. Before handing the flags to the container, Quake rewrites them to match the target version, i.e., older From e24ece3b77674e67ab6b7448699aba449dfcb3f3 Mon Sep 17 00:00:00 2001 From: Lesnak1 Date: Mon, 10 Aug 2026 20:17:08 +0300 Subject: [PATCH 3/3] chore(quake): revert quake README hunk per @osr21 review --- crates/quake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quake/README.md b/crates/quake/README.md index d550a9f8..0ede32f1 100644 --- a/crates/quake/README.md +++ b/crates/quake/README.md @@ -920,7 +920,7 @@ version. #### Matching Flags to the Target Image Version Upgrade scenarios can pin an older `arc_consensus` image tag (e.g. -`v0.7.3`). Quake derives CLI flags from the `StartCmd` definition +`v0.6.0`). Quake derives CLI flags from the `StartCmd` definition compiled into its own binary, which may have gained, renamed, or removed flags since that image shipped. Before handing the flags to the container, Quake rewrites them to match the target version, i.e., older