From 450517b5b7dd09198634003a756b5a28f5130cd5 Mon Sep 17 00:00:00 2001 From: "A.Arnold" Date: Wed, 16 Oct 2024 20:52:20 +0100 Subject: [PATCH 1/2] MTA-3738: Release Notes for MTA 7.1.2 Signed-off-by: A.Arnold --- docs/release-notes/master.adoc | 7 ++++ docs/topics/ref_known-issues-7-1-2.adoc | 17 ++++++++ docs/topics/ref_resolved-issues-7-1-2.adoc | 48 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 docs/topics/ref_known-issues-7-1-2.adoc create mode 100644 docs/topics/ref_resolved-issues-7-1-2.adoc diff --git a/docs/release-notes/master.adoc b/docs/release-notes/master.adoc index 6303da6..fce771f 100644 --- a/docs/release-notes/master.adoc +++ b/docs/release-notes/master.adoc @@ -17,6 +17,13 @@ include::topics/making-open-source-more-inclusive.adoc[] == Introduction {ProductFullName} {DocInfoProductNumber} accelerates large-scale application modernization efforts across hybrid cloud environments on {ocp-first}. This solution provides insight throughout the adoption process, at both the portfolio and application levels: inventory, assess, analyze, and manage applications for faster migration to {ocp-short} through the user interface (UI) and command-line interface (CLI). +[id="mta-7-1-2"] +== {ProductShortName} 7.1.2 + +include::topics/ref_known-issues-7-1-2.adoc[leveloffset=+2] + +include::topics/ref_resolved-issues-7-1-2.adoc[leveloffset=+2] + [id="mta-7-1-1"] == {ProductShortName} 7.1.1 diff --git a/docs/topics/ref_known-issues-7-1-2.adoc b/docs/topics/ref_known-issues-7-1-2.adoc new file mode 100644 index 0000000..cdecb32 --- /dev/null +++ b/docs/topics/ref_known-issues-7-1-2.adoc @@ -0,0 +1,17 @@ +:_newdoc-version: 2.18.3 +:_template-generated: 2024-08-14 + +:_mod-docs-content-type: REFERENCE + +[id="known-issues-7-1-2_{context}"] += Known issues + +This section provides highlighted known issues in {ProductFullName} version 7.1.2. + +.Bulk analysis fails to work on Windows systems + +In {ProductShortName} CLI 7.1.0, the bulk analysis on Windows systems cannot be performed. Currently, there is no workaround available. (link:https://issues.redhat.com/browse/MTA-3624[MTA-3624]) + +.Binary analysis fails with incorrect Maven credentials + +The binary analysis fails with a generic error when incorrect Maven credentials are used. The failure occurs because the analyzer is unable to report detailed error messages. (link:https://issues.redhat.com/browse/MTA-3714[MTA-3714]) diff --git a/docs/topics/ref_resolved-issues-7-1-2.adoc b/docs/topics/ref_resolved-issues-7-1-2.adoc new file mode 100644 index 0000000..282da38 --- /dev/null +++ b/docs/topics/ref_resolved-issues-7-1-2.adoc @@ -0,0 +1,48 @@ +// Module included in the following assemblies: +// +//docs/release_notes-7.1.1/master.adoc + + +:_newdoc-version: 2.18.2 +:_template-generated: 2024-07-01 + +:_mod-docs-content-type: REFERENCE + +[id="resolved-issues-7-1-2_{context}"] += Resolved issues + +This section provides highlighted issues that have been resolved in {ProductFullName} 7.1.1. + +.Application analysis no longer fails when run with the `--bulk` option + +Previously, if you ran an application analysis with the `--bulk` option, it failed with the following error: +---- +ERRO[0143] container run error +ERRO[0143] failed to generate static report +---- + +With this update, the issue has been resolved, and the bulk analysis completes without errors and generates a proper analysis report. Note, however, that the bulk analysis still fails on Windows systems. (link:https:https://issues.redhat.com/browse/MTA-3663[MTA-3663]) + +.Enabling Preemption now works as expected if authentication is enabled + +Previously, *Preemption* could not be enabled for tasks in the *Task Manager* page and the Task Manager drawer if {ProductFullName} authentication was enabled. With this update, the issue has been resolved, and you can now enable *Preemption* if {ProductShortName} authentication is enabled.(link:https:https://issues.redhat.com/browse/MTA-3195[MTA-3195]) + +.The drop-down application menu no longer contains duplicate options + +Previously, when selecting a target for application analysis, the drop-down menu contained duplicate application target options. With this update, the issue has been resolved, and no duplicates are listed when selecting the application analysis target. (link:https:https://issues.redhat.com/browse/MTA-2795[MTA-2795]) + +.The Reports page now displays separate charts for unassessed applications and applications with the Unknown risk + +Previously, the {ProductFullName} user interface (UI) did not distinguish between unassessed applications and applications that have been assessed to have the `Unknown` risk. Consequently, the *Reports* page displayed a single chart for such applications. With this update, the issue has been resolved, and the *Reports* page now displays separate charts for unassessed applications and applications with the *Unknown* risk. (link:https:https://issues.redhat.com/browse/MTA-2678[MTA-2678]) + +.Fixed issue where some analysis with custom rules were returning an error + +Previously, when you ran an analysis for public applications, which did not require credentials, by using custom rules, the analysis would fail if no targets and maven or source credentials were provided. With this update, the issue has been resolved, and the analysis no longer fails for public applications. (link:https:https://issues.redhat.com/browse/MTA-3163[MTA-3163]) + +.Application analysis no longer fails when dependency analysis failures occur + +Previously, the application analysis failed due to a dependency analysis issue, even when the source code analysis was successful, resulting in no static report being generated. This issue has been resolved now in the {ProductShortName} CLI. (link:https:https://issues.redhat.com/browse/MTA-3700[MTA-3700]) + +.Improved container naming + +Previously, container names contained random letters, making their identification difficult. The issue has been resolved in {ProductShortName} 7.1.1, where container names now have readable prefixes for easier identification. (link:https:https://issues.redhat.com/browse/MTA-3133[MTA-3133]) From 2287191331f7209b6d90263d3991ebb1343790d3 Mon Sep 17 00:00:00 2001 From: Andy Arnold Date: Wed, 4 Dec 2024 13:04:54 +0000 Subject: [PATCH 2/2] Update ref_known-issues-7-1-2.adoc --- docs/topics/ref_known-issues-7-1-2.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/topics/ref_known-issues-7-1-2.adoc b/docs/topics/ref_known-issues-7-1-2.adoc index cdecb32..e69bc90 100644 --- a/docs/topics/ref_known-issues-7-1-2.adoc +++ b/docs/topics/ref_known-issues-7-1-2.adoc @@ -15,3 +15,8 @@ In {ProductShortName} CLI 7.1.0, the bulk analysis on Windows systems cannot be .Binary analysis fails with incorrect Maven credentials The binary analysis fails with a generic error when incorrect Maven credentials are used. The failure occurs because the analyzer is unable to report detailed error messages. (link:https://issues.redhat.com/browse/MTA-3714[MTA-3714]) + +.SVN Checkout fails when filenames have special characters + + +link:https://issues.redhat.com/browse/MTA-4309[(MTA-4309)]