From f88395ca2830c06a4e8b2f0d2bdaa2b4f6e414cd Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Mon, 31 Aug 2026 11:50:40 +0200 Subject: [PATCH] Robot image upgrade and new visibility section at Features --- doc/features/visibility-control/visibility-control.md | 3 +++ doc/releasenotes.md | 11 +++++++++++ mkdocs.yml | 1 + 3 files changed, 15 insertions(+) create mode 100644 doc/features/visibility-control/visibility-control.md diff --git a/doc/features/visibility-control/visibility-control.md b/doc/features/visibility-control/visibility-control.md new file mode 100644 index 00000000..d5f86a4e --- /dev/null +++ b/doc/features/visibility-control/visibility-control.md @@ -0,0 +1,3 @@ +# Visibility Control + +WORK IN PROGRESS \ No newline at end of file diff --git a/doc/releasenotes.md b/doc/releasenotes.md index beeb5c4c..7d9a9dcf 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -60,6 +60,16 @@ This improvement introduces a structured deployment order for OpenCAPIF componen Additionally, this change includes minor improvements such as correctly setting the `appVersion` in the charts, code and script enhancements, improved deployment control, and reduced deployment times. +#### **Robot image generation upgraded** + +Robot image was upgraded to latest version on this release, including following work: + +- Base Ubuntu version updated to 22.04. Also this base ubuntu image was pushed to ETSI registry. +- Dockerfile improved. +- Base requirements.txt updated to latest versions. +- New robot image version 2.0 uploaded to ETSI registry +- All Scripts related with robot update current version to be used from 1.0 to 2.0. + ### **Testing** - 2 New tests related with use of same apiName across different AEFs. @@ -79,6 +89,7 @@ Additionally, this change includes minor improvements such as correctly setting - New test plan section related with OpenCAPIF Interconnection. - New OpenCAPIF Interconnection section under features section. - New [Open Discover](./open-discover/open-discover.md) section added under Features, with a developer guide on how to call the Open Discover Service API (authentication, query parameters and error responses). +- New Visibility Control section under features section. ## **Release 4.0.0** diff --git a/mkdocs.yml b/mkdocs.yml index d439508c..48c94610 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -101,6 +101,7 @@ nav: - Vault Certificate Management: ./vault/vault.md - OpenCAPIF Interconnection: ./interconnection/interconnection.md - Open Discover: ./open-discover/open-discover.md + - Visibility Control: ./features/visibility-control/visibility-control.md - SDK: - Introduction: ./sdk/sdk_introduction.md - Requirements: ./sdk/sdk_requirements.md -- GitLab