From 56b52e51e20621b48687f4884921dba6c535d2cc Mon Sep 17 00:00:00 2001 From: Jorge Moratinos Salcines <jorge.moratinossalcines@telefonica.com> Date: Tue, 4 Mar 2025 13:36:07 +0100 Subject: [PATCH] New release note for hardening startup scripts --- doc/releasenotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/releasenotes.md b/doc/releasenotes.md index 284ca2f..0458489 100644 --- a/doc/releasenotes.md +++ b/doc/releasenotes.md @@ -9,6 +9,15 @@ - These filters are specified in the ***eventFilters*** of the subscription if the ***Enhanced Event Report*** feature of the ***Supported Features*** is activated. - More detailed information about event filters can be found in [Event Filter]. +### **Technical Debt Solved** + +#### **Hardening on startup scripts for services interacting with Vault** + +The startup scripts of the ***Invoker Management Service***, ***Provider Management Service***, and ***Security Service*** have been improved to ensure reliability when the Vault service takes longer to become ready. These new scripts check responses from the Vault to ensure the returned information is valid before starting each service. + +This will also helps on the restart issue on k8s deployed OpenCAPIF. + + ## **Release 2.0.0** ### **New Features** -- GitLab