Skip to content

Commit

Permalink
Merge pull request #57 from vsodhi/MTA-3283
Browse files Browse the repository at this point in the history
MTA-7.1.1-Release-notes
  • Loading branch information
raoradhika authored Sep 24, 2024
2 parents e57b824 + 16e6cf1 commit 64aab7c
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/release-notes/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-1"]
== {ProductShortName} 7.1.1

include::topics/ref_known-issues-7-1-1.adoc[leveloffset=+2]

include::topics/ref_resolved-issues-7-1-1.adoc[leveloffset=+2]

[id="mta-7-1-0"]
== {ProductShortName} 7.1.0

Expand Down
17 changes: 17 additions & 0 deletions docs/topics/ref_known-issues-7-1-1.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
:_newdoc-version: 2.18.3
:_template-generated: 2024-08-14

:_mod-docs-content-type: REFERENCE

[id="known-issues-7-1-1_{context}"]
= Known issues

This section provides highlighted known issues in {ProductFullName} version 7.1.1.

.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])
48 changes: 48 additions & 0 deletions docs/topics/ref_resolved-issues-7-1-1.adoc
Original file line number Diff line number Diff line change
@@ -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-1_{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])

0 comments on commit 64aab7c

Please sign in to comment.