From 57595acaf1a39ec5f59ae09a7873cc78bb31d7da Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines Date: Tue, 26 Aug 2025 11:07:08 +0200 Subject: [PATCH] Release notes updated for next version --- doc/releasenotes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 1a6e4483..b4e83af4 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -2,6 +2,10 @@ ### **Technical Debt Solved** +#### **Security Issues** + +- **setuptools** python library updated to version 80.9.0 due to a security issue detected. + #### **Improved helm and tools scripts** Helm scripts under helm/scripts directory are improved with next features: @@ -16,7 +20,11 @@ Helm scripts under helm/scripts directory are improved with next features: - **GRAFANA_HOSTNAME**: Setup Grafana hostname. - **MONITORING_GRAFANA_ENABLED**: Setup if grafana is enabled or not at monitoring deployment. - **MONITORING_PROMETHEUS_ENABLED**: Setup if prometheus is enabled or not at monitoring deployment. -- **push_base_images_ocf.sh** includes now the busybox image used by mongo chart. + +Tools scripts improved with next features: + +- **push_base_images_ocf.sh**: includes now the busybox image used by mongo chart. +- **generate_all_capif_apis.sh**: improved with help and many variables refactored. Also comments added in order to help developer to use this script. Now parameters are allowed to easy setup in any environment. ### **Documentation** -- GitLab