From fb68ab8148bb49acdd97d71c63a4ebeeeb97762a Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:19:51 +0000 Subject: [PATCH 1/3] Update README Release Information for r2.1 --- README.md | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0845026..dccbf2c 100644 --- a/README.md +++ b/README.md @@ -31,18 +31,24 @@ Sandbox API Repository to describe, develop, document, and test the QoSBooking S > [!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/QoSBooking/releases/tag/r1.2) (Fall25), with the following API versions: - * **qos-booking-and-assignment v0.1.0** - [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r1.2/code/API_definitions/qos-booking-and-assignment.yaml) - [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking-and-assignment.yaml&nocors) - [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking-and-assignment.yaml) - * **qos-booking v0.1.0** - [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r1.2/code/API_definitions/qos-booking.yaml) - [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml&nocors) - [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml) +* The latest public release is [r1.2](https://github.com/camaraproject/QoSBooking/releases/tag/r1.2), with the following API versions: + * **qos-booking-and-assignment 0.1.0** + [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r1.2/code/API_definitions/qos-booking-and-assignment.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking-and-assignment.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking-and-assignment.yaml) + * **qos-booking 0.1.0** + [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r1.2/code/API_definitions/qos-booking.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r1.2/code/API_definitions/qos-booking.yaml) + * The latest public release is always available here: https://github.com/camaraproject/QoSBooking/releases/latest * Other releases of this repository are available in https://github.com/camaraproject/QoSBooking/releases -* For changes see [CHANGELOG.md](https://github.com/camaraproject/QoSBooking/blob/main/CHANGELOG.md) +* For changes see [CHANGELOG](https://github.com/camaraproject/QoSBooking/tree/main/CHANGELOG) + +### Upcoming Release Preview + +* Pre-release: [r2.1](https://github.com/camaraproject/QoSBooking/releases/tag/r2.1) (release candidate) + * **qos-booking-and-assignment 0.2.0-rc.1** + [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r2.1/code/API_definitions/qos-booking-and-assignment.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking-and-assignment.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking-and-assignment.yaml) + * **qos-booking 0.2.0-rc.1** + [[YAML]](https://github.com/camaraproject/QoSBooking/blob/r2.1/code/API_definitions/qos-booking.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking.yaml) + _The above section is automatically synchronized by CAMARA project-administration._ From b27f7787f7a2cce3f1147519078c771bfd5514be Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 06:19:52 +0000 Subject: [PATCH 2/3] Add CHANGELOG draft for r2.1 --- CHANGELOG/CHANGELOG-r2.md | 138 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r2.md diff --git a/CHANGELOG/CHANGELOG-r2.md b/CHANGELOG/CHANGELOG-r2.md new file mode 100644 index 0000000..2caf21d --- /dev/null +++ b/CHANGELOG/CHANGELOG-r2.md @@ -0,0 +1,138 @@ +# Changelog QoSBooking + + +## Table of Contents +- [r2.1](#r21) + + +**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 it has been released. For example, changes may be reverted before a release is published. For the best results, use the latest published release.** + +The below sections record the changes for each API version in each release as follows: + +* for an alpha release, the delta with respect to the previous release +* for the first release-candidate, all changes since the last public release +* 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 candidate contains the definition and documentation of +* qos-booking-and-assignment 0.2.0-rc.1 +* qos-booking 0.2.0-rc.1 + +The API definition(s) are based on +* Commonalities r4.3 (0.8.0) +* Identity and Consent Management r4.2 (0.5.0) + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Breaking changes/Added/Changed/Fixed/Removed sections below. List breaking changes both in Breaking changes and in their normal change category. +> You may edit this list while triaging; it will be removed on merge. +> This working-area section is removed automatically when the PR is merged. + +
+Candidate changes (auto-generated from merged PRs) + +## What's Changed +* Fixed Swagger UI links by @Kevsy in https://github.com/camaraproject/QoSBooking/pull/60 +* Set versions in main to WIP by @jlurien in https://github.com/camaraproject/QoSBooking/pull/61 +* Update sub project name and mailing list details by @hdamker in https://github.com/camaraproject/QoSBooking/pull/71 +* [bulk] Sync Release Information section (2025-12-02-002) by @hdamker-bot in https://github.com/camaraproject/QoSBooking/pull/78 +* Address Issue #64 by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/76 +* Assigned devices release now supports asynchronus mode of operations by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/80 +* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/QoSBooking/pull/82 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/QoSBooking/pull/89 +* [bulk] Update release-automation + validation callers by @camara-release-automation[bot] in https://github.com/camaraproject/QoSBooking/pull/92 +* Plan update for alpha release r2.1 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/91 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/QoSBooking/pull/93 +* Updates to support all 409 error codes and conflict conditions by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/81 +* QoS B: Update the booking status by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/88 +* Plan update for rc release r2.1 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/99 +* Add a new error code QOS_BOOKING.QOS_PROFILE_NOT_APPLICABLE by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/104 +* QoS B&A: Cloudevent alignment from r4 3 alignment by @gmuratk in https://github.com/camaraproject/QoSBooking/pull/102 +* QoS B&A: Commonalities r4.3 Alignment by @gmuratk in https://github.com/camaraproject/QoSBooking/pull/101 +* QoS B: Align CloudEvent schemas with Commonalities r4.3 pattern by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/98 +* Detailed test plan for QoS Booking by @jlurien in https://github.com/camaraproject/QoSBooking/pull/70 +* QoS B: Alignment with Commonalities r4.3 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/97 +* Align qos-booking with CAMARA Commonalities r4.3 by @jlurien in https://github.com/camaraproject/QoSBooking/pull/105 +* Masa8106 remove api rediness checklist by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/107 +* Fixing Warnings due to info.description BEGIN/END Markers by @gmuratk in https://github.com/camaraproject/QoSBooking/pull/106 +* Rename AreaType by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/115 +* Correct externalDocs.description wording in qos-booking.yaml by @hdamker in https://github.com/camaraproject/QoSBooking/pull/118 +* QoS B: Update local error 409 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/116 +* Update duration maximum by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/117 + +## New Contributors +* @Kevsy made their first contribution in https://github.com/camaraproject/QoSBooking/pull/60 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/QoSBooking/pull/89 +* @gmuratk made their first contribution in https://github.com/camaraproject/QoSBooking/pull/102 + +
+ + +## qos-booking-and-assignment 0.2.0-rc.1 + +**qos-booking-and-assignment 0.2.0-rc.1 is a release-candidate version of this API.** + +Changes documented below are compared to version 0.1.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking-and-assignment.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking-and-assignment.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/QoSBooking/blob/r2.1/code/API_definitions/qos-booking-and-assignment.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +## qos-booking 0.2.0-rc.1 + +**qos-booking 0.2.0-rc.1 is a release-candidate version of this API.** + +Changes documented below are compared to version 0.1.0. + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/QoSBooking/r2.1/code/API_definitions/qos-booking.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/QoSBooking/blob/r2.1/code/API_definitions/qos-booking.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +**Full Changelog**: https://github.com/camaraproject/QoSBooking/compare/r1.2...r2.1 + From 8fc0623f24979c6675e7181dfdb5bed86306bae8 Mon Sep 17 00:00:00 2001 From: Masaharu Hattori <112887632+Masa8106@users.noreply.github.com> Date: Wed, 12 Aug 2026 07:31:53 +0100 Subject: [PATCH 3/3] Update CHANGELOG with recent changes and contributions Updated changelog to reflect recent changes, including new features, fixes, and breaking changes. --- CHANGELOG/CHANGELOG-r2.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG/CHANGELOG-r2.md b/CHANGELOG/CHANGELOG-r2.md index 2caf21d..c94642d 100644 --- a/CHANGELOG/CHANGELOG-r2.md +++ b/CHANGELOG/CHANGELOG-r2.md @@ -93,11 +93,14 @@ Changes documented below are compared to version 0.1.0. ### Changed -* N/A +* Assigned devices release now supports asynchronus mode of operations by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/80 +* Updates to support all 409 error codes and conflict conditions by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/81 +* QoS B&A: Cloudevent alignment from r4 3 alignment by @gmuratk in https://github.com/camaraproject/QoSBooking/pull/102 +* Update duration maximum by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/117 ### Fixed -* N/A +* Address Issue #64 by @RamTMO in https://github.com/camaraproject/QoSBooking/pull/76 ### Removed @@ -116,19 +119,25 @@ Changes documented below are compared to version 0.1.0. ### Breaking changes -* N/A +* QoS B: Update the booking status by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/88 ### Added -* N/A +* Detailed test plan for QoS Booking by @jlurien in https://github.com/camaraproject/QoSBooking/pull/70 +* Add a new error code QOS_BOOKING.QOS_PROFILE_NOT_APPLICABLE by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/104 ### Changed -* N/A +* QoS B: Update the booking status by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/88 +* QoS B: Alignment with Commonalities r4.3 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/97 +* QoS B: Align CloudEvent schemas with Commonalities r4.3 pattern by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/98 +* Update duration maximum by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/117 ### Fixed -* N/A +* Rename AreaType by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/115 +* QoS B: Update local error 409 by @Masa8106 in https://github.com/camaraproject/QoSBooking/pull/116 +* Correct externalDocs.description wording in qos-booking.yaml by @hdamker in https://github.com/camaraproject/QoSBooking/pull/118 ### Removed