From cab2ae0dcfbac84411d1f71db91a2aac527bba0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Sep 2026 11:48:38 +0000 Subject: [PATCH] docs: Maestro 2.9.0 is available --- configuration/maestro-versions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration/maestro-versions.md b/configuration/maestro-versions.md index e58c97a..31cc128 100644 --- a/configuration/maestro-versions.md +++ b/configuration/maestro-versions.md @@ -20,12 +20,13 @@ We currently support the following versions of Maestro: * 2.6.1 * 2.7.0 * 2.8.0 +* 2.9.0 ## Version Selection You can specify a version using `--maestro-version `. -We additionally support the use of `--maestro-version latest` which will default to the most up-to-date version we support. This currently resolves to 2.8.0. +We additionally support the use of `--maestro-version latest` which will default to the most up-to-date version we support. This currently resolves to 2.9.0. Note that Maestro 2.7.0 reorganised the per-flow debug output into a new bundle layout, with screenshots named `step--.png`. If you download and process test artifacts programmatically, check your tooling against a 2.7.0 or later run before switching.