Problem description
The main branch of this repository contains API definitions and/or test files with version references that are not yet reset to wip. According to CAMARA guidelines, all version fields on the main branch must use work-in-progress (wip) versions between releases.
Files affected:
OpenAPI Definition Files:
code/API_definitions/network-slice-booking.yaml: info.version — currently 0.2.0-rc.1, should be wip
code/API_definitions/network-slice-booking.yaml: server URL version — currently v0.2rc1, should be vwip
code/API_definitions/network-slice-assignment.yaml: info.version — currently 0.1.0-rc.1, should be wip
code/API_definitions/network-slice-assignment.yaml: server URL version — currently v0.1rc1, should be vwip
Test Definition Files:
code/Test_definitions/network-slice-booking-getSlice.feature (line 14): resource URL — currently v0.2rc1, should be vwip
code/Test_definitions/network-slice-booking-deleteSlice.feature (line 14): resource URL — currently v0.2rc1, should be vwip
code/Test_definitions/network-slice-booking-createSlice.feature (line 21): resource URL — currently v0.2rc1, should be vwip
code/Test_definitions/network-slice-assignment-retrieveSlicesByDevice.feature (line 21): resource URL — currently v0.1rc1, should be vwip
code/Test_definitions/network-slice-assignment-releaseDevice.feature (line 16): resource URL — currently v0.1rc1, should be vwip
code/Test_definitions/network-slice-assignment-getDevices.feature (line 21): resource URL — currently v0.1rc1, should be vwip
code/Test_definitions/network-slice-assignment-assignDevice.feature (line 14): resource URL — currently v0.1rc1, should be vwip
Expected action
Codeowners should create a PR to update the affected files to use wip versions:
- Set
info.version to "wip" in OpenAPI YAML files
- Set
servers[].url to use /vwip path segment (e.g., {apiRoot}/api-name/vwip)
- Update Feature lines in test files to reference
vwip
- Update resource URLs in test files to use
/vwip/ path segment
Additional context
This is a standard post-release procedure. It won't be necessary within the new CAMARA Release Workflow. The main branch will always stay in work-in-progress state, with version fields only updated to specific versions on dedicated release branches. Therefore the requested PR will prepare the repository for the next development cycle and aligns with the new CAMARA Release Workflow.
References:
Automated check by CAMARA project-administration — checked 2 API definitions and 7 test files
Problem description
The main branch of this repository contains API definitions and/or test files with version references that are not yet reset to
wip. According to CAMARA guidelines, all version fields on the main branch must use work-in-progress (wip) versions between releases.Files affected:
OpenAPI Definition Files:
code/API_definitions/network-slice-booking.yaml: info.version — currently0.2.0-rc.1, should bewipcode/API_definitions/network-slice-booking.yaml: server URL version — currentlyv0.2rc1, should bevwipcode/API_definitions/network-slice-assignment.yaml: info.version — currently0.1.0-rc.1, should bewipcode/API_definitions/network-slice-assignment.yaml: server URL version — currentlyv0.1rc1, should bevwipTest Definition Files:
code/Test_definitions/network-slice-booking-getSlice.feature(line 14): resource URL — currentlyv0.2rc1, should bevwipcode/Test_definitions/network-slice-booking-deleteSlice.feature(line 14): resource URL — currentlyv0.2rc1, should bevwipcode/Test_definitions/network-slice-booking-createSlice.feature(line 21): resource URL — currentlyv0.2rc1, should bevwipcode/Test_definitions/network-slice-assignment-retrieveSlicesByDevice.feature(line 21): resource URL — currentlyv0.1rc1, should bevwipcode/Test_definitions/network-slice-assignment-releaseDevice.feature(line 16): resource URL — currentlyv0.1rc1, should bevwipcode/Test_definitions/network-slice-assignment-getDevices.feature(line 21): resource URL — currentlyv0.1rc1, should bevwipcode/Test_definitions/network-slice-assignment-assignDevice.feature(line 14): resource URL — currentlyv0.1rc1, should bevwipExpected action
Codeowners should create a PR to update the affected files to use
wipversions:info.versionto"wip"in OpenAPI YAML filesservers[].urlto use/vwippath segment (e.g.,{apiRoot}/api-name/vwip)vwip/vwip/path segmentAdditional context
This is a standard post-release procedure. It won't be necessary within the new CAMARA Release Workflow. The main branch will always stay in work-in-progress state, with version fields only updated to specific versions on dedicated release branches. Therefore the requested PR will prepare the repository for the next development cycle and aligns with the new CAMARA Release Workflow.
References:
Automated check by CAMARA project-administration — checked 2 API definitions and 7 test files