From 5f4134893d255f3d43460a6a64f7c6c5acf25145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 02:10:18 +0000 Subject: [PATCH] chore(deps): update dependency scylla-doctor to v1.13 | datasource | package | from | to | | -------------------- | ------------- | ---- | ---- | | custom.scylla-doctor | scylla-doctor | 1.12 | 1.13 | --- defaults/test_default.yaml | 2 +- docs/configuration_options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/test_default.yaml b/defaults/test_default.yaml index 3dbfd2232a9..80c94eb11d7 100644 --- a/defaults/test_default.yaml +++ b/defaults/test_default.yaml @@ -290,7 +290,7 @@ kafka_backend: null kafka_connectors: [] run_scylla_doctor: true -scylla_doctor_version: "1.12" +scylla_doctor_version: "1.13" scylla_doctor_full_tarball_url: null run_scylla_doctor_only: false scylla_doctor_edition: "basic" diff --git a/docs/configuration_options.md b/docs/configuration_options.md index 871d9b27f3f..d3375087870 100644 --- a/docs/configuration_options.md +++ b/docs/configuration_options.md @@ -2093,7 +2093,7 @@ Flag to run Scylla Doctor tool Scylla Doctor version to use for artifact tests. Set to specific version (e.g., '1.10')
to hardcode the version, or leave empty to use the latest available version. For stability,
artifact tests should use a hardcoded version to avoid issues from newer scylla-doctor releases. -**default:** 1.12 +**default:** 1.13 **type:** str (appendable)