From a1c7ef58f710f8f8d447230a2e401bddae959e2c Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:51:02 +0000 Subject: [PATCH 1/2] Update README Release Information for r1.1 --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f72f7e7..258c1af 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,16 @@ Sandbox API Repository to describe, develop, document, and test the eSimRemoteMa ## Release Information -The repository has no (pre)releases yet, work in progress is within the main branch. +> [!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/eSimRemoteManagement/releases/tag/r1.1) (alpha), with the following API versions: + * **esim-remote-management 0.1.0-alpha.1** + [[YAML]](https://github.com/camaraproject/eSimRemoteManagement/blob/r1.1/code/API_definitions/esim-remote-management.yaml) [[ReDoc]](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/eSimRemoteManagement/r1.1/code/API_definitions/esim-remote-management.yaml&nocors) [[Swagger]](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/eSimRemoteManagement/r1.1/code/API_definitions/esim-remote-management.yaml) + +* For changes see [CHANGELOG](https://github.com/camaraproject/eSimRemoteManagement/tree/main/CHANGELOG) + +_The above section is automatically synchronized by CAMARA project-administration._ ## Contributing From 52bc54677fb64719ff948d45b3fa664b53384136 Mon Sep 17 00:00:00 2001 From: "camara-release-automation[bot]" <261643975+camara-release-automation[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 01:51:02 +0000 Subject: [PATCH 2/2] Add CHANGELOG draft for r1.1 --- CHANGELOG/CHANGELOG-r1.md | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 CHANGELOG/CHANGELOG-r1.md diff --git a/CHANGELOG/CHANGELOG-r1.md b/CHANGELOG/CHANGELOG-r1.md new file mode 100644 index 0000000..613a0e5 --- /dev/null +++ b/CHANGELOG/CHANGELOG-r1.md @@ -0,0 +1,88 @@ +# Changelog eSimRemoteManagement + + +## Table of Contents +- [r1.1](#r11) + + +**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 + +# r1.1 + +## Release Notes + +This pre-release contains the definition and documentation of +* esim-remote-management 0.1.0-alpha.1 + +The API definition(s) are based on +* Commonalities 0.8.0 +* Identity and Consent Management 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 +* update Maintainers.md file and README with API information by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/3 +* add the yaml file of eSIM remote management by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/4 +* add the part of Contributing in readme file by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/7 +* [bulk] Add release-plan.yaml (2026-02-23-001) by @hdamker-bot in https://github.com/camaraproject/eSimRemoteManagement/pull/6 +* [bulk] Enable release automation and validation by @camara-release-automation[bot] in https://github.com/camaraproject/eSimRemoteManagement/pull/8 +* delete the file of yaml by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/13 +* update the api name in the release-plan file by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/15 +* add the yaml file of esim-remote-management api by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/16 +* add the test files an userstory file by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/17 +* Update release-plan.yaml for r1.1 by @ChinaUnicomXiaoDongrui in https://github.com/camaraproject/eSimRemoteManagement/pull/18 +* Sync common files from Commonalities r4.3 by @camara-release-automation[bot] in https://github.com/camaraproject/eSimRemoteManagement/pull/19 + +## New Contributors +* @ChinaUnicomXiaoDongrui made their first contribution in https://github.com/camaraproject/eSimRemoteManagement/pull/3 +* @hdamker-bot made their first contribution in https://github.com/camaraproject/eSimRemoteManagement/pull/6 +* @camara-release-automation[bot] made their first contribution in https://github.com/camaraproject/eSimRemoteManagement/pull/8 + +
+ + +## esim-remote-management 0.1.0-alpha.1 + +**esim-remote-management 0.1.0-alpha.1 is the first alpha version of this API.** + +- API definition **with inline documentation**: + - [View it on ReDoc](https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/camaraproject/eSimRemoteManagement/r1.1/code/API_definitions/esim-remote-management.yaml&nocors) + - [View it on Swagger Editor](https://camaraproject.github.io/swagger-ui/?url=https://raw.githubusercontent.com/camaraproject/eSimRemoteManagement/r1.1/code/API_definitions/esim-remote-management.yaml) + - OpenAPI [YAML spec file](https://github.com/camaraproject/eSimRemoteManagement/blob/r1.1/code/API_definitions/esim-remote-management.yaml) + +### Breaking changes + +* N/A + +### Added + +* N/A + +### Changed + +* N/A + +### Fixed + +* N/A + +### Removed + +* N/A + +**Full Changelog**: https://github.com/camaraproject/eSimRemoteManagement/commits/r1.1 +