-
Notifications
You must be signed in to change notification settings - Fork 9
[MTA 8.0] [WIP] MTA 8.0.0 Release Notes #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mpershina
wants to merge
1
commit into
main
Choose a base branch
from
mta-8.0-RNs
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<title>Release Notes</title> | ||
<productname>{DocInfoProductName}</productname> | ||
<productnumber>{DocInfoProductNumber}</productnumber> | ||
<subtitle>Release Notes for Migration Toolkit for Applications 8.0</subtitle> | ||
<abstract> | ||
<para> | ||
The Release Notes provide high-level coverage of the improvements and additions that have been implemented in Migration Toolkit for Applications 8.0 and document known issues, notable fixed issues, Technology Previews, and other details in MTA 8.0. | ||
</para> | ||
</abstract> | ||
<authorgroup> | ||
<orgname>Red Hat Customer Content Services</orgname> | ||
</authorgroup> | ||
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
:mta: | ||
include::topics/templates/document-attributes.adoc[] | ||
:toc: | ||
:toclevels: 3 | ||
:numbered: | ||
|
||
:imagesdir: topics/images | ||
:context: release-notes | ||
:release-notes: | ||
:_mod-docs-content-type: ASSEMBLY | ||
= Release Notes | ||
|
||
//Inclusive language statement | ||
include::topics/making-open-source-more-inclusive.adoc[] | ||
|
||
|
||
include::topics/ref_new-features-and-enhancements-8-0.adoc[leveloffset=+1] | ||
|
||
include::topics/ref_removed-features-8-0.adoc[leveloffset=+1] | ||
|
||
include::topics/ref_fixed-issues-8-0.adoc[leveloffset=+1] | ||
|
||
|
||
|
||
:!release-notes: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../topics/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
:_newdoc-version: 2.18.5 | ||
:_template-generated: 2025-08-07 | ||
:_mod-docs-content-type: REFERENCE | ||
|
||
[id="fixed-issues-8-0_{context}"] | ||
= Fixed issues | ||
|
||
[role="_abstract"] | ||
{ProductFullName} version {ProductVersion} provides the following fixed issues and other problems that have a significant impact. | ||
|
||
|
||
.The default `values.yaml` file is merged with the discover `values.yaml` file when generating a deployment manifest | ||
|
||
Before this update, when you generated a deployment manifest by using the Helm template, the default values in the`values.yaml` file, packaged with the Helm chart, were ignored. Consequently, only the values from the `values.yaml` file created after running the `mta-cli discover` command were used. With this update, the default `values.yaml` file is merged with the discover `values.yaml` file. | ||
|
||
(link:https://issues.redhat.com/browse/MTA-5793[MTA-5793]) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
:_newdoc-version: 2.18.5 | ||
:_template-generated: 2025-08-07 | ||
:_mod-docs-content-type: REFERENCE | ||
|
||
[id="new-features-and-enhancements-8-0_{context}"] | ||
= New features and enhancements | ||
|
||
[role="_abstract"] | ||
{ProductFullName} version {ProductVersion} provides the following major new features and enhancements. | ||
|
||
|
||
.{ProductShortName} CLI supports running a live discovery in a remote CF instance | ||
|
||
With this update, you can perform a live discovery if you want to determine what is deployed in a certain Cloud Foundry (CF) cluster. For example, you can determine how many applications are in the cluster. You can also use the live discovery if you do not have access to manifest YAML files. You can run the live discovery for a remote CF instance by using the `mta-cli discover cloud-foundry --use-live-connection --spaces=_<space_name>_` command. | ||
|
||
(link:https://issues.redhat.com/browse/MTA-4847[MTA-4847]) | ||
|
||
|
||
.{ProductShortName} CLI supports concealing sensitive information in a discovery manifest | ||
|
||
You can conceal sensitive information, for example, services and docker credentials, in a Cloud Foundry (CF) discovery manifest by using the `mta-cli discover cloud-foundry --conceal-sensitive-data` command. This command generates the following files: | ||
|
||
* A discovery manifest | ||
* A file with concealed data | ||
|
||
(link:https://issues.redhat.com/browse/MTA-4847[MTA-4847]) | ||
|
||
//// | ||
NOT READY for the review YET | ||
.{ProductShortName} supports accessing analysis insights from the dynamic report | ||
|
||
Analysis insights contain information about the technologies used in the application and their usage in the code. Before this update, insights were only available in the analysis output and a static report after you ran an application analysis. With this enhancement, you can access analysis insights also from a dynamic report. | ||
|
||
(link:https://issues.redhat.com/browse/MTA-5420[MTA-5420]) | ||
//// | ||
|
||
//// | ||
NOT READY for the review YET | ||
|
||
.A new VS Code IDE plug-in for application analysis and | ||
|
||
With this enhancement, you can use a new Visual Studio Code (VS Code) IDE plug-in to perform the following actions: | ||
* Run a standard application analysis | ||
* Generative AI use-case | ||
|
||
(link:https://issues.redhat.com/browse/MTA-5360[MTA-5360]) | ||
//// | ||
|
||
.Setting default credentials is supported in the {ProductShotName} UI | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. SME-reviewed. |
||
|
||
Before this update, you could only assign credentials to an application manually, once you added or imported this application to the {ProductFullName} user interface (UI). However, you might need to import a large set of applications, each of these applications requiring credentials for application discovery tasks. With this update, instead of manually defining credentials, you can define credentials that will be used by default for an application that does not have any credentials assigned to it. | ||
|
||
[IMPORTANT] | ||
==== | ||
You can only set Maven or source control credentials as default credentials. You can only define one default credential per credential type. | ||
==== | ||
|
||
(link:https://issues.redhat.com/browse/MTA-5254[MTA-5254]) | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
:_newdoc-version: 2.18.5 | ||
:_template-generated: 2025-08-07 | ||
:_mod-docs-content-type: REFERENCE | ||
|
||
[id="removed-features-8-0_{context}"] | ||
= Removed features | ||
|
||
[role="_abstract"] | ||
This section provides a list of all features removed in {ProductFullName} {ProductVersion}. All removed features were deprecated in earlier releases and are no longer supported. | ||
|
||
|
||
.XML rules are no longer supported | ||
|
||
In {ProductFullName} {ProductVersion}, support for XML rules has been removed. Bug fixes and support are provided only through the end of the {ProductShortName} version 7.0 lifecycle. | ||
|
||
(link:https://issues.redhat.com/browse/MTA-5357[MTA-5357]) | ||
|
||
//// | ||
NOT YET CONFIRMED | ||
|
||
* IntelliJ deprecation in MTA 7 and removal in MAT 8 | ||
* Eclipse deprecation: Is it just deprecated or removed in MTA 8??? Eclipse plug-in End of support declared in MTA 8.0. | ||
//// |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SME-reviewed.