From 3bdd07e0837b884864419953ff8bb9ca78ebf0bb Mon Sep 17 00:00:00 2001 From: hdamker-bot Date: Fri, 12 Dec 2025 17:06:15 +0000 Subject: [PATCH 1/2] [bulk] Sync Release Information section (2025-12-12-001) --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c197c4f..9736f3f 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,25 @@ Sandbox API Repository to describe, develop, document, and test the NetworkSlice * Describe, develop, document and test the APIs (with 1-2 Telcos) * Started: January 2024 + + + ## Release Information - -- `NEW`:Public release [r1.2](https://github.com/camaraproject/NetworkSliceBooking/releases/tag/r1.2) with network-slice-booking v0.1.0 is now available: - - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r1.2/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/r1.2/code/API_definitions/network-slice-booking.yaml) - - OpenAPI [YAML spec file](https://github.com/camaraproject/NetworkSliceBooking/blob/r1.2/code/API_definitions/network-slice-booking.yaml) +> [!NOTE] +> Please be aware that the project will have frequent updates to the main branch. There are no compatibility guarantees associated with code in any branch, including main, until a new release is created. For example, changes may be reverted before a release is created. **For best results, use the latest available release**. + +* **NEW**: The latest public release is [r1.2](https://github.com/camaraproject/NetworkSliceBooking/releases/tag/r1.2) (Fall25), with the following API versions: + * **network-slice-booking v0.1.0** + [[YAML]](https://github.com/camaraproject/NetworkSliceBooking/blob/r1.2/code/API_definitions/network-slice-booking.yaml) + [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r1.2/code/API_definitions/network-slice-booking.yaml&nocors) + [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/NetworkSliceBooking/r1.2/code/API_definitions/network-slice-booking.yaml) +* The latest public release is always available here: https://github.com/camaraproject/NetworkSliceBooking/releases/latest +* Other releases of this repository are available in https://github.com/camaraproject/NetworkSliceBooking/releases +* For changes see [CHANGELOG.md](https://github.com/camaraproject/NetworkSliceBooking/blob/main/CHANGELOG.md) -The latest public release is available here: https://github.com/camaraproject/NetworkSliceBooking/releases/latest -For changes see [CHANGELOG.md](https://github.com/camaraproject/NetworkSliceBooking/blob/main/CHANGELOG.md) +_The above section is automatically synchronized by CAMARA project-administration._ + ## Contributing From e8ac708d58f28d371a5022cd1d48ea74cfd5a49d Mon Sep 17 00:00:00 2001 From: Herbert Damker <52109189+hdamker@users.noreply.github.com> Date: Fri, 12 Dec 2025 19:20:28 +0100 Subject: [PATCH 2/2] Fix header comment wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9736f3f..1d0f4d3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Sandbox API Repository to describe, develop, document, and test the NetworkSlice * Started: January 2024 - + ## Release Information