From 08526158fa69f3a91082984312a5782ae6d097fe Mon Sep 17 00:00:00 2001 From: hdamker-bot <175293635+hdamker-bot@users.noreply.github.com> Date: Mon, 23 Feb 2026 12:11:41 +0000 Subject: [PATCH 1/3] [bulk] Add release-plan.yaml (2026-02-23-001) --- release-plan.yaml | 58 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 release-plan.yaml diff --git a/release-plan.yaml b/release-plan.yaml new file mode 100644 index 0000000..4c291ae --- /dev/null +++ b/release-plan.yaml @@ -0,0 +1,58 @@ +# CAMARA Release Plan +# This file declares release intentions for this repository. +# It replaces manual wiki tracking with automated tooling. +# +# Update this file; CI validates it; releases are generated from this plan. +# Docs: https://github.com/camaraproject/ReleaseManagement/tree/main/documentation + +repository: + # How this repository participates in CAMARA releases + # Options: independent (default) | meta-release + release_track: meta-release + # Meta-release participation (update for next cycle when planning) + meta_release: Fall25 + + # Target CAMARA release tag. + # Initialized to the latest release; update when planning the next release. + # - New release cycle (increment first number, reset second to 1) + # - Progression in same cycle (increment second number) + target_release_tag: r2.2 + + # Release type being prepared (must be set before release can be triggered) + # Options: none | pre-release-alpha | pre-release-rc | public-release | maintenance-release + target_release_type: none + +# Dependencies on Commonalities and ICM releases +# Update per ReleaseManagement requirements for each release cycle +dependencies: + commonalities_release: r3.4 + identity_consent_management_release: r3.3 + +# APIs in this repository +# - api_name: kebab-case identifier (must be filename in code/API_definitions/) +# - target_api_status: draft (no file yet) | alpha | rc | public +apis: + - api_name: webrtc-call-handling + target_api_version: 0.3.0 + target_api_status: public + main_contacts: + - stroncoso + - pradeepachar-mavenir + - deepakjaiswal1 + - teikuran + - api_name: webrtc-events + target_api_version: 0.2.0 + target_api_status: public + main_contacts: + - stroncoso + - pradeepachar-mavenir + - deepakjaiswal1 + - teikuran + - api_name: webrtc-registration + target_api_version: 0.3.0 + target_api_status: public + main_contacts: + - stroncoso + - pradeepachar-mavenir + - deepakjaiswal1 + - teikuran From 9cf70165f1cb20761a16fb0abb1b4a0c1533e6b1 Mon Sep 17 00:00:00 2001 From: Santiago Troncoso Date: Tue, 3 Mar 2026 12:05:43 +0100 Subject: [PATCH 2/3] task: Release-plan update --- release-plan.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/release-plan.yaml b/release-plan.yaml index 4c291ae..880a619 100644 --- a/release-plan.yaml +++ b/release-plan.yaml @@ -10,19 +10,19 @@ repository: # Options: independent (default) | meta-release release_track: meta-release # Meta-release participation (update for next cycle when planning) - meta_release: Fall25 + meta_release: Synch26 # Target CAMARA release tag. # Initialized to the latest release; update when planning the next release. # - New release cycle (increment first number, reset second to 1) # - Progression in same cycle (increment second number) - target_release_tag: r2.2 + target_release_tag: r3.1 # Release type being prepared (must be set before release can be triggered) # Options: none | pre-release-alpha | pre-release-rc | public-release | maintenance-release - target_release_type: none + target_release_type: pre-release-rc -# Dependencies on Commonalities and ICM releases +# Dependencies on Commonalities and ICM releases (tags) # Update per ReleaseManagement requirements for each release cycle dependencies: commonalities_release: r3.4 @@ -33,7 +33,7 @@ dependencies: # - target_api_status: draft (no file yet) | alpha | rc | public apis: - api_name: webrtc-call-handling - target_api_version: 0.3.0 + target_api_version: 0.4.0 target_api_status: public main_contacts: - stroncoso @@ -41,7 +41,7 @@ apis: - deepakjaiswal1 - teikuran - api_name: webrtc-events - target_api_version: 0.2.0 + target_api_version: 0.3.0 target_api_status: public main_contacts: - stroncoso @@ -49,7 +49,7 @@ apis: - deepakjaiswal1 - teikuran - api_name: webrtc-registration - target_api_version: 0.3.0 + target_api_version: 0.4.0 target_api_status: public main_contacts: - stroncoso From b3fc6a2ef0e56e1a1b49a97dfb32314ba0d79c3f Mon Sep 17 00:00:00 2001 From: Santiago Troncoso Date: Tue, 3 Mar 2026 12:08:55 +0100 Subject: [PATCH 3/3] fix: release-plan adjusted meta_release to schema (Sync26) --- release-plan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-plan.yaml b/release-plan.yaml index 880a619..ff22072 100644 --- a/release-plan.yaml +++ b/release-plan.yaml @@ -10,7 +10,7 @@ repository: # Options: independent (default) | meta-release release_track: meta-release # Meta-release participation (update for next cycle when planning) - meta_release: Synch26 + meta_release: Sync26 # Target CAMARA release tag. # Initialized to the latest release; update when planning the next release.