diff --git a/.buildkite/pipeline.schedule-daily.yml b/.buildkite/pipeline.schedule-daily.yml index 2883daa6c49..d4aeb8f44be 100644 --- a/.buildkite/pipeline.schedule-daily.yml +++ b/.buildkite/pipeline.schedule-daily.yml @@ -38,7 +38,7 @@ steps: - step: "check" allow_failure: false - - label: "Check integrations local stacks - Stack Version v8.16 - LogsDB" + - label: "Check integrations local stacks - Stack Version v8.17 - LogsDB" trigger: "integrations" build: env: diff --git a/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml b/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml index 4b54a0d503d..5a69a4a80c5 100644 --- a/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml +++ b/.github/workflows/updatecli/updatecli.d/bump-latest-8x-snapshot-version.yml @@ -60,8 +60,8 @@ targets: scmid: default spec: file: '.buildkite/pipeline.schedule-daily.yml' - matchpattern: '(Stack Version) v8\.\d+"' - replacepattern: 'Stack Version v{{ source "latestSnapshotMajorMinor" }}"' + matchpattern: '(Stack Version) v8\.\d+("| - LogsDB")' + replacepattern: '$1 v{{ source "latestSnapshotMajorMinor" }}$2' update-snapshot-weekly: name: '[updatecli] [weekly] Update latest snapshot to {{ source "latestSnapshot" }}'