Skip to content

Commit c7f0c96

Browse files
authored
Merge pull request #67 from anarnold97/MTA-release-notes-7.2.0
MTA-3588: Release Notes MTA 7.2.0
2 parents 2e65525 + 77695c0 commit c7f0c96

File tree

6 files changed

+109
-14
lines changed

6 files changed

+109
-14
lines changed

docs/release-notes/master.adoc

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,31 @@ include::topics/making-open-source-more-inclusive.adoc[]
1515

1616
[id="release-notes-introduction"]
1717
== Introduction
18+
1819
{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).
1920

20-
[id="mta-7-1-1"]
21-
== {ProductShortName} 7.1.1
2221

23-
include::topics/ref_known-issues-7-1-1.adoc[leveloffset=+2]
22+
[id="mta-7-2-0"]
23+
== {ProductShortName} 7.2.0
2424

25-
include::topics/analysis-dependency-rule-snippet.adoc[]
25+
include::topics/ref_new-features-7-2-0.adoc[leveloffset=+2]
2626

27-
include::topics/analyzer-rbac-known-issue-snippet.adoc[]
27+
// include::topics/ref_upgrade-notes-7-2-0.adoc[leveloffset=+2]
2828

29-
include::topics/svn-checkout-fails-issue-snippet.adoc[]
29+
include::topics/ref_resolved-issues-7-2-0.adoc[leveloffset=+2]
3030

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

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

34-
[id="mta-7-1-0"]
35-
== {ProductShortName} 7.1.0
34+
//snippets required for release notes and other locations
35+
include::topics/analysis-dependency-rule-snippet.adoc[]
3636

37-
include::topics/ref_new-features-7-1-0.adoc[leveloffset=+2]
37+
include::topics/analyzer-rbac-known-issue-snippet.adoc[]
3838

39-
include::topics/ref_upgrade-notes-7-1-0.adoc[leveloffset=+2]
39+
include::topics/svn-checkout-fails-issue-snippet.adoc[]
4040

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

43-
include::topics/analysis-dependency-rule-snippet.adoc[]
42+
For a complete list of all known issues, see the list of link:https://issues.redhat.com/issues/?filter=12447880[{ProductShortName} 7.2.0 known issues] in Jira.
4443

45-
include::topics/analyzer-rbac-known-issue-snippet.adoc[]
4644

4745
:!release-notes:

docs/topics/analyzer-rbac-known-issue-snippet.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
.No multi-user access restrictions on resources
44

55
There are no multi-user access restrictions on resources. For example, an analyzer task created by a user can be canceled by any other user. link:https://issues.redhat.com/browse/MTA-3819[(MTA-3819)]
6+
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
:_template-generated: 2024-12-04
2+
:_mod-docs-content-type: REFERENCE
3+
4+
[id="known-issues-7-2-0_{context}"]
5+
= Known issues
6+
7+
This section provides highlighted known issues in {ProductFullName} version 7.2.0.
8+
9+
.{ProductShortName} CLI analysis using the CLI in container and containerless modes periodically fails on Windows
10+
11+
{ProductShortName} [CLI] analysis using the CLI in container and containerless modes periodically fails on Microsoft Windows and returns a `provider does not have dependency capability` error. This failure is caused by the existence of a corrupted `.metadata` folder located inside the directory where the analysis is run. Therefore, the workaround is to delete this folder. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4410[(MTA-4410)]
12+
13+
.{ProductShortName} CLI analysis is extremely slow on Windows
14+
15+
{ProductShortName} CLI analysis does not function as expected on Microsoft Windows, with analysis using container runtimes being extremely slow on Windows. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-3667[(MTA-3667)]
16+
17+
.Running analysis of the application in containerless mode fails to fetch some dependencies
18+
19+
Running analysis of the application in containerless mode fails to fetch some dependencies, which is caused by the {ProductShortName} Operator using Maven 3.6 is failing to fetch dependencies. The workaround is for the user to upgrade to Maven 3.9. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4169[(MTA-4169)]
20+
21+
.{ProductShortName} CLI bulk analysis does not function on Windows
22+
23+
{ProductShortName} CLI bulk analysis, performed by using the `--bulk` option, does not function on Microsoft Windows. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4307[(MTA-4307)]
24+
25+
.Binary analysis fails with incorrect Maven credentials
26+
27+
{ProductShortName} CLI 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)]
28+
29+
.{ProductShortName} containerless CLI report is inconsistent when analyzing two binary applications located in the same folder
30+
31+
The report generated by containerless CLI analysis is inconsistent when it has analyzed two binary applications that are located in the same folder. This issue is planned to be resolved in {ProductShortName} 7.2.1. link:https://issues.redhat.com/browse/MTA-4484[(MTA-4484)]
32+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// Module included in the following assemblies:
2+
//
3+
//docs/release_notes-7.1.0/master.adoc
4+
5+
:_template-generated: 2024-12-04
6+
:_mod-docs-content-type: REFERENCE
7+
8+
[id="new-features-7-2-0_{context}"]
9+
= New features
10+
11+
This section provides the new features and improvements of the {ProductFullName} 7.2.0.
12+
13+
.Containerless CLI
14+
15+
You can perform an application analysis for Java applications by using the {ProductShortName} CLI that does not require installation of a container runtime. For more details, see link:https://docs.redhat.com/en/documentation/migration_toolkit_for_applications/7.2/html/cli_guide/index#running-the-containerless-mta-cli_cli-guide[Running the containerless CLI].
16+
17+
// add link once docs published
18+
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
// Module included in the following assemblies:
2+
//
3+
//docs/release_notes-7.2.0/master.adoc
4+
5+
:_template-generated: 2024-12-04
6+
:_mod-docs-content-type: REFERENCE
7+
8+
[id="resolved-issues-7-2-0_{context}"]
9+
= Resolved issues
10+
11+
This section provides highlighted issues that have been resolved in {ProductFullName} 7.2.0.
12+
13+
.Tags are not accessible in SVN repositories
14+
15+
In previous versions of {ProductShortName}, when retrieving source code from Subversion (SVN) repositories, addons were automatically adding `/trunk` or `/branches/<target_branch>` to the repository URL, making it impossible to check out anything under tags. This issue has been resolved in the {ProductShortName} 7.2.0. link:https://issues.redhat.com/browse/MTA-4236[(MTA-4236)]
16+
17+
.Application import fails when Business Services exist already
18+
19+
In previous versions of {ProductShortName}, importing applications using a CSV after a previous import that created Business Services led to the newly created applications having the incorrect Business Services assigned. This issue has been resolved in the {ProductShortName} 7.2.0. link:https://issues.redhat.com/browse/MTA-4257[(MTA-4257)]
20+
21+
.{ProductShortName} CLI fails to handle `--bulk` properly on Windows platform
22+
23+
In previous versions of {ProductShortName}, the bulk analysis on Windows systems could not be performed. This issue has been resolved now in the {ProductShortName} CLI. link:https://issues.redhat.com/browse/MTA-3624[(MTA-3624)]
24+
25+
.IntelliJ IDEA target list showed unusable targets
26+
27+
In previous versions of {ProductShortName}, selecting `cloud` as a target resulted in an _unknown target_ error. This issue has been resolved in the {ProductShortName} 7.2.0. link:https://issues.redhat.com/browse/MTA-4035[(MTA-4035)]
28+
29+
.Maven insecure setting not functioning as expected
30+
31+
In previous versions of {ProductShortName}, the _global_ Maven setting to *Consume insecure repositories* was no longer passed to Maven. As a result, Maven failed when using Hyper Text Transfer Protocol (HTTP) repositories. This failure was a regression bug introduced when the Maven functionality was moved to the Java provider. This issue has been resolved in the {ProductShortName} 7.2.0. link:https://issues.redhat.com/browse/MTA-4418[(MTA-4418)]
32+
33+
.SVN Checkout fails when filenames have special characters
34+
35+
In previous versions of {ProductShortName}, the Subversion (SVN) client failed when attempting a checkout operation in a repository that contained files with special characters, accents, in their filenames. This issue has been resolved in the {ProductShortName} 7.2.0. link:https://issues.redhat.com/browse/MTA-4309[(MTA-4309)]
36+
37+
For a complete list of all resolved issues, see the list of link:https://issues.redhat.com/issues/?filter=12447875[{ProductShortName} 7.2.0 resolved issues] in Jira.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
:_template-generated: 2024-12-04
2+
:_mod-docs-content-type: REFERENCE
3+
4+
[id="upgrade-notes-7-2-0_{context}"]
5+
= Upgrade notes
6+
7+
This section provides upgrade notes for the {ProductFullName} 7.2.0.
8+
9+
// Information waiting for Nandini

0 commit comments

Comments
 (0)