Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-progress-tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
24 changes: 11 additions & 13 deletions data/releases-progress.yaml
Original file line number Diff line number Diff line change
@@ -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-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
repos_with_plan: 19
meta_releases:
- name: Fall25
total_apis: 11
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -555,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
Expand Down
Loading