Commit 32e5b0b7 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Merge branch 'OCF-Doc69-update-release-notes-with-new-helm-charts' into 'develop'

Resolve "Update Release notes with new helm charts."

Closes #69

See merge request !74
parents 71863ee8 0b6caf40
Loading
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.