diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md index 5c0543d..10b23bd 100644 --- a/CHANGELOG/CHANGELOG-r1.md +++ b/CHANGELOG/CHANGELOG-r1.md @@ -2,6 +2,7 @@ ## Table of Contents +- [r1.2](#r12) - [r1.1](#r11) @@ -14,6 +15,113 @@ 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 +# r1.2 + +## Release Notes + +This pre-release contains the definition and documentation of +* sample-service 0.1.0-alpha.2 +* sample-service-subscriptions 0.1.0-alpha.2 +* sample-implicit-events 0.1.0-alpha.2 + +The API definition(s) are based on +* Commonalities 0.7.0-rc.1 +* Identity and Consent Management 0.5.0 + + +> **Working area — candidate changes (auto-removed on merge)** +> Copy relevant entries into the Added/Changed/Fixed/Removed sections below. +> 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 +* Release Automation: Post-release sync (r1.1) by @camara-release-automation[bot] in https://github.com/camaraproject/ReleaseTest/pull/79 +* [bulk] Update release-automation + validation callers by @camara-release-automation[bot] in https://github.com/camaraproject/ReleaseTest/pull/87 +* fix(ci): block RA bot by login, not Bot class by @hdamker in https://github.com/camaraproject/ReleaseTest/pull/92 + +
+ + +## sample-service 0.1.0-alpha.2 + +**sample-service 0.1.0-alpha.2 is ...** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-service.yaml) + +### Added + +* _To be filled during release review_ + +### Changed + +* _To be filled during release review_ + +### Fixed + +* _To be filled during release review_ + +### Removed + +* _To be filled during release review_ + +## sample-service-subscriptions 0.1.0-alpha.2 + +**sample-service-subscriptions 0.1.0-alpha.2 is ...** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service-subscriptions.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service-subscriptions.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-service-subscriptions.yaml) + +### Added + +* _To be filled during release review_ + +### Changed + +* _To be filled during release review_ + +### Fixed + +* _To be filled during release review_ + +### Removed + +* _To be filled during release review_ + +## sample-implicit-events 0.1.0-alpha.2 + +**sample-implicit-events 0.1.0-alpha.2 is ...** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-implicit-events.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-implicit-events.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-implicit-events.yaml) + +### Added + +* _To be filled during release review_ + +### Changed + +* _To be filled during release review_ + +### Fixed + +* _To be filled during release review_ + +### Removed + +* _To be filled during release review_ + +**Full Changelog**: https://github.com/camaraproject/ReleaseTest/compare/r1.1...r1.2 + # r1.1 ## Release Notes diff --git a/README.md b/README.md index c8235fd..2c0ec16 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ Test repository for end-to-end validation of the automated release workflow. Con > [!NOTE] > This repository has only pre-release versions available yet. Pre-releases are for testing and may change before public release. -* The latest pre-release is [r1.1](https://github.com/camaraproject/ReleaseTest/releases/tag/r1.1) (alpha), with the following API versions: - * **sample-service 0.1.0-alpha.1** - [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.1/code/API_definitions/sample-service.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-service.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-service.yaml) - * **sample-service-subscriptions 0.1.0-alpha.1** - [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.1/code/API_definitions/sample-service-subscriptions.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-service-subscriptions.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-service-subscriptions.yaml) - * **sample-implicit-events 0.1.0-alpha.1** - [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.1/code/API_definitions/sample-implicit-events.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-implicit-events.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.1/code/API_definitions/sample-implicit-events.yaml) +* The latest pre-release is [r1.2](https://github.com/camaraproject/ReleaseTest/releases/tag/r1.2) (alpha), with the following API versions: + * **sample-service 0.1.0-alpha.2** + [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-service.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service.yaml) + * **sample-service-subscriptions 0.1.0-alpha.2** + [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-service-subscriptions.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service-subscriptions.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-service-subscriptions.yaml) + * **sample-implicit-events 0.1.0-alpha.2** + [[YAML]](https://github.com/camaraproject/ReleaseTest/blob/r1.2/code/API_definitions/sample-implicit-events.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-implicit-events.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/ReleaseTest/r1.2/code/API_definitions/sample-implicit-events.yaml) * For changes see [CHANGELOG](https://github.com/camaraproject/ReleaseTest/tree/main/CHANGELOG)