From aa3d5b73bc85ca1170e9b582aa40a3b315ffefd0 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 be5148cae3670485e836395d12d79cd8fea1aff6 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 1ea68833..fe58d882 100644 --- a/crates/quake/README.md +++ b/crates/quake/README.md @@ -1145,7 +1145,7 @@ read a `config.toml`. #### 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 093db02c4b234172904a68327ef7c032904092fc 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 fe58d882..1ea68833 100644 --- a/crates/quake/README.md +++ b/crates/quake/README.md @@ -1145,7 +1145,7 @@ read a `config.toml`. #### 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