forked from camaraproject/QualityOnDemand
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease-plan.yaml
More file actions
58 lines (53 loc) · 1.9 KB
/
release-plan.yaml
File metadata and controls
58 lines (53 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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: Sync26
# 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: r4.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
# Dependencies on Commonalities and ICM releases
# Update per ReleaseManagement requirements for each release cycle
dependencies:
commonalities_release: r4.1
identity_consent_management_release: r4.1
# 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: qos-profiles
target_api_version: 1.2.0
target_api_status: alpha
main_contacts:
- hdamker
- eric-murray
- RandyLevensalor
- jlurien
- api_name: qos-provisioning
target_api_version: 0.4.0
target_api_status: alpha
main_contacts:
- hdamker
- eric-murray
- RandyLevensalor
- jlurien
- api_name: quality-on-demand
target_api_version: 1.2.0
target_api_status: alpha
main_contacts:
- hdamker
- eric-murray
- RandyLevensalor
- jlurien