diff --git a/doc/releasenotes.md b/doc/releasenotes.md index ecd00a7173cab6647e90416c23981916312809da..ec31f641659a44e165c92146e41ec327c1964e70 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.