From a658abb4c38a01806b505c9201bc76f868442a7b Mon Sep 17 00:00:00 2001 From: hdamker <52109189+hdamker@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:11:02 +0000 Subject: [PATCH 1/3] Release Progress: Update releases-progress.yaml --- data/releases-progress.yaml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/data/releases-progress.yaml b/data/releases-progress.yaml index 3225c79..47e656c 100644 --- a/data/releases-progress.yaml +++ b/data/releases-progress.yaml @@ -1,13 +1,11 @@ metadata: - last_updated: '2026-03-02T15:03:25Z' - schema_version: 1.0.0 - collector_version: 1.0.0 - collection_stats: - repos_scanned: 67 - repos_with_plan: 19 - repos_planned: 4 - api_calls: 98 - duration_seconds: 24.1 + last_updated: '2026-03-03T11:10:49Z' + last_checked: '2026-03-03T11:10:49Z' + releases_master_updated: '2026-02-24T17:21:49.981Z' + schema_version: 1.2.0 + collector_version: 1.2.0 + repos_scanned: 67 + repos_with_plan: 19 meta_releases: - name: Fall25 total_apis: 11 @@ -392,18 +390,18 @@ progress: github_url: https://github.com/camaraproject/MultiPointVPN release_track: independent target_release_tag: r1.1 - target_release_type: none + target_release_type: pre-release-alpha dependencies: commonalities_release: r3.4 identity_consent_management_release: r3.3 apis: - api_name: multi-point-vpn target_api_version: 0.1.0 - target_api_status: draft + target_api_status: alpha main_contacts: - abd-abhisek - hemantagogoi-infy - state: not_planned + state: planned artifacts: snapshot_branch: null release_pr: null From fb87def06f4390c3dd5333be2c445cd38f03aa24 Mon Sep 17 00:00:00 2001 From: hdamker <52109189+hdamker@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:11:01 +0000 Subject: [PATCH 2/3] Release Progress: Update releases-progress.yaml --- data/releases-progress.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/releases-progress.yaml b/data/releases-progress.yaml index 47e656c..21269a0 100644 --- a/data/releases-progress.yaml +++ b/data/releases-progress.yaml @@ -1,7 +1,7 @@ metadata: - last_updated: '2026-03-03T11:10:49Z' - last_checked: '2026-03-03T11:10:49Z' - releases_master_updated: '2026-02-24T17:21:49.981Z' + last_updated: '2026-03-03T13:10:51Z' + last_checked: '2026-03-03T13:10:51Z' + releases_master_updated: '2026-03-03T12:23:27.672Z' schema_version: 1.2.0 collector_version: 1.2.0 repos_scanned: 67 @@ -553,7 +553,7 @@ progress: release_issue: null published_context: latest_public_release: null - newest_pre_release: null + newest_pre_release: r1.1 cycle_releases: m1: release_tag: null From 480c645c7accc556853c96608823a7f7793f3f33 Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Wed, 4 Mar 2026 11:30:42 +0100 Subject: [PATCH 3/3] test: point caller at fork branch for E2E testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Temporary commit — delete branch after testing. --- .github/workflows/release-progress-tracker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-progress-tracker.yml b/.github/workflows/release-progress-tracker.yml index 19c6788..bd7db39 100644 --- a/.github/workflows/release-progress-tracker.yml +++ b/.github/workflows/release-progress-tracker.yml @@ -27,7 +27,7 @@ on: jobs: track-progress: - uses: camaraproject/project-administration/.github/workflows/release-progress-tracker.yml@main + uses: hdamker/project-administration/.github/workflows/release-progress-tracker.yml@progress-tracker-pre-ga with: debug: ${{ inputs.debug || false }} secrets: inherit