-
Notifications
You must be signed in to change notification settings - Fork 7
Release r2.1 with NSB v0.2.0-rc.1 and NSA v0.1.0-rc.1 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| # Changelog Network Slice Booking | ||
|
|
||
| ## Table of Contents | ||
| - [r2.1](#r2.1) | ||
| - [r1.2](#r1.2) | ||
| - [r1.1](#r1.1) | ||
|
|
||
|
|
@@ -14,6 +15,39 @@ The below sections record the changes for each API version in each release as fo | |
| * for subsequent release-candidate(s), only the delta to the previous release-candidate | ||
| * for a public release, the consolidated changes since the previous public release | ||
|
|
||
| # r2.1 | ||
| ## Release Notes | ||
| This release contains the definition and documentation of | ||
|
|
||
| - network-slice-booking v0.2.0-rc.1 | ||
| - network-slice-assignment v0.1.0-rc.1 | ||
|
|
||
| The API definition(s) are based on | ||
|
|
||
| - Commonalities v1.0.0 | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the final Release PR, the API needs to be aligned with the Spring26 Commonalities version. you can find here the changes that may apply: https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/518225924/Analysis+of+Commonalities+0.7.0-rc.1 such changes would need to be applied on main and resynched before the final Release PR
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. And same for ICM Spring26 release. |
||
| - Identity and Consent Management v0.5.0 | ||
| ## network-slice-booking v0.2.0-rc.1 | ||
| **network-slice-booking v0.2.0-rc.1 is the first release candidate of the version 0.2.0** | ||
| network-slice-booking v0.2.0 will be a minor update of the API, and is backward compatible with v0.1.0. | ||
| - API definition **with inline documentation**: | ||
| - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r2.1/code/API_definitions/network-slice-booking.yaml&nocors) | ||
| - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r2.1/code/API_definitions/network-slice-booking.yaml) | ||
| - OpenAPI [YAML spec file](https://github.com/camaraproject/NetworkSliceBooking/blob/r2.1/code/API_definitions/network-slice-booking.yaml) | ||
| ### Changed | ||
| * Modify the term session to slice in [#87](https://github.com/camaraproject/NetworkSliceBooking/pull/87) | ||
| * Split NetworkSliceBooking422-SERVICE_NOT_APPLICABLE into SERVICE_AREA_NOT_SUPPORTED and RESOURCES_INSUFFICIENT in [#92](https://github.com/camaraproject/NetworkSliceBooking/pull/92) | ||
|
|
||
| ## network-slice-assignment v0.1.0-rc.1 | ||
| **network-slice-assignment v0.1.0-rc.1 is the first release-candidate version of the network-slice-assignment API** | ||
| - API definition **with inline documentation**: | ||
| - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r2.1/code/API_definitions/network-slice-assignment.yaml&nocors) | ||
| - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r2.1/code/API_definitions/network-slice-assignment.yaml) | ||
| - OpenAPI [YAML spec file](https://github.com/camaraproject/NetworkSliceBooking/blob/r2.1/code/API_definitions/network-slice-assignment.yaml) | ||
| ### Added | ||
| * Add network-slice-assignment API initial definition in [#87](https://github.com/camaraproject/NetworkSliceBooking/pull/87) | ||
| ### Changed | ||
| * Modified the paths structure with `sliceId` in path and `device` in request body in [#96](https://github.com/camaraproject/NetworkSliceBooking/pull/96) | ||
|
|
||
| # r1.2 | ||
| ## Release Notes | ||
| This release contains the definition and documentation of | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # API Readiness Checklist | ||
|
|
||
| Checklist for network-slice-assignment v0.1.0-rc.1 in r2.1 | ||
|
|
||
| | Nr | API release assets | alpha | release-candidate | initial<br>public | stable<br> public | Status | Reference information | | ||
| |----|----------------------------------------------|:-----:|:-----------------:|:-------:|:------:|:----:|:-------------------------------------------------------------------------------------------:| | ||
| | 1 | API definition | M | M | M | M | Y | [link](/code/API_definitions/network-slice-assignment.yaml) | | ||
| | 2 | Design guidelines from Commonalities applied | O | M | M | M | Y | [r3.4](https://github.com/camaraproject/Commonalities/releases/tag/r3.4) | | ||
| | 3 | Guidelines from ICM applied | O | M | M | M | Y | [r3.3](https://github.com/camaraproject/IdentityAndConsentManagement/releases/tag/r3.3) | | ||
| | 4 | API versioning convention applied | M | M | M | M | Y | v0.1.0-rc.1 | | ||
| | 5 | API documentation | M | M | M | M | Y | Embed documentation into API spec - [link](/code/API_definitions/network-slice-assignment.yaml) | | ||
| | 6 | User stories | O | O | O | M | Y | [UserStory for Network Slicing Assignment](/documentation/API_documentation/NSA_User_Story.md) | | ||
| | 7 | Basic API test cases & documentation | O | M | M | M | Y | [link](/code/Test_definitions) | | ||
| | 8 | Enhanced API test cases & documentation | O | O | O | M | Y | [link](/code/Test_definitions) | | ||
| | 9 | Test result statement | O | O | O | M | N | | | ||
| | 10 | API release numbering convention applied | M | M | M | M | Y | | | ||
| | 11 | Change log updated | M | M | M | M | Y | [link](/CHANGELOG.md) | | ||
| | 12 | Previous public release was certified | O | O | O | M | N | | | ||
| | 13 | API description (for marketing) | O | O | M | M | Y | [Wiki link](https://lf-camaraproject.atlassian.net/wiki/spaces/CAM/pages/535625738/NetworkSliceAssignment+API+description) | | | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.