Commit 0b6caf40 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Updated Release notes with split of helm charts

parent 71863ee8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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.