From 13db07de36f90671e1ea5d7e308840144cf7beed Mon Sep 17 00:00:00 2001 From: Adam Bugajewski Date: Mon, 7 Nov 2022 09:24:56 +0100 Subject: [PATCH] docs(irs):[TRI-822] adding section of Known knowns to CHANGELOG.md to be align with release managment --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f7f3d9718..3bc84d3673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Updated Spring Boot to 2.7.5 and Spring Security (Web and OAuth2 Client) dependencies to 5.7.5 due to CVEs - Renamed parameter from 'status' to 'jobState' in Job status response +- +### Known knowns +- PLACEHOLDER REMOVE IF EMPTY: risks that were introduced or discovered in the release and are known but not resolved ## [1.4.0] - 2022-10-28 ### Added @@ -24,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Tombstones** Tombstone contains ProcessStep in ProcessingError - Added new optional parameter 'callbackUrl' to Job registration request +### Known knowns +- discovered lack of circuit breaker for communication with submodel server which is not responding (low risk) - will be addressed in future release + ## [1.2.0] - 2022-09-30 ### Added - Automatic eclipse dash IP-ticket creation