From 0b6caf401621dabe43abaa81c1e4084eb474ee98 Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Mon, 20 Apr 2026 18:28:33 +0200 Subject: [PATCH] Updated Release notes with split of helm charts --- doc/releasenotes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index ecd00a71..ec31f641 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -12,6 +12,12 @@ Improvements included: Publish Service now enforces uniqueness by aefId/apiName instead of global apiName, allowing different AEFs to publish the same apiName while rejecting duplicates from the same AEF on POST, PUT, and PATCH. +#### **OpenCAPIF Helm Charts split to manage deployment order** + +This improvement introduces a structured deployment order for OpenCAPIF components, simplifying deployments in Kubernetes environments. It helps prevent unnecessary restarts that add extra load to the deployment environment and allows the use of smaller, more maintainable Helm charts. + +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. + ### **Testing** - 2 New tests related with use of same apiName across different AEFs. -- GitLab