From 89445bf324e1fcb4f8306be60e58fe99b9bdfab1 Mon Sep 17 00:00:00 2001 From: Navya Uppalapati Date: Wed, 21 Jan 2026 15:30:15 +0530 Subject: [PATCH 1/2] Update future release endpoint --- .github/workflows/updatecli.yml | 2 +- llm/cve.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 34b1589daf..3681ba3361 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -75,7 +75,7 @@ jobs: - name: Fetch active branches id: mk run: | - MATRIX_JSON="$(curl -s https://artifacts.elastic.co/releases/TfEVhiaBGqR64ie0g0r0uUwNAbEQMu1Z/future-releases/stack.json | jq -Mc '[ .releases[] | select(.active_release == true) | .branch | select(. != "main" and . != "7.17") ]')" + MATRIX_JSON="$(curl -s https://artifacts.elastic.co/releases/api/public/future-releases.json | jq -Mc '[ .releases[] | select(.active_release == true) | .branch | select(. != "main" and . != "7.17") ]')" echo "matrix=$MATRIX_JSON" >> "$GITHUB_OUTPUT" updatecli-backport: diff --git a/llm/cve.md b/llm/cve.md index a43862c181..84edd2d1f1 100644 --- a/llm/cve.md +++ b/llm/cve.md @@ -74,7 +74,7 @@ gh api repos/elastic/security/issues --jq '.[] | select(.title | contains(" Date: Wed, 21 Jan 2026 18:00:49 +0530 Subject: [PATCH 2/2] Update future release endpoint --- .github/workflows/updatecli.yml | 2 +- llm/cve.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/updatecli.yml b/.github/workflows/updatecli.yml index 3681ba3361..92ab95f5e1 100644 --- a/.github/workflows/updatecli.yml +++ b/.github/workflows/updatecli.yml @@ -75,7 +75,7 @@ jobs: - name: Fetch active branches id: mk run: | - MATRIX_JSON="$(curl -s https://artifacts.elastic.co/releases/api/public/future-releases.json | jq -Mc '[ .releases[] | select(.active_release == true) | .branch | select(. != "main" and . != "7.17") ]')" + MATRIX_JSON="$(curl -s https://elastic-release-api.s3.us-west-2.amazonaws.com/public/future-releases.json | jq -Mc '[ .releases[] | select(.active_release == true) | .branch | select(. != "main" and . != "7.17") ]')" echo "matrix=$MATRIX_JSON" >> "$GITHUB_OUTPUT" updatecli-backport: diff --git a/llm/cve.md b/llm/cve.md index 84edd2d1f1..d02f7c0504 100644 --- a/llm/cve.md +++ b/llm/cve.md @@ -74,7 +74,7 @@ gh api repos/elastic/security/issues --jq '.[] | select(.title | contains("