Skip to content

Commit 45655c3

Browse files
authored
Merge pull request #155 from migtools/corrections-7.3-RNs
Corrections for the MTA 7.3.0 RNs
2 parents d8a5a50 + cba8d7a commit 45655c3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/topics/ref_fixed-issues-7-3-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ This section provides the following bug fixes and resolves issues and other prob
1212
Previously, for compiled Java Maven projects, the {ProductShortName} CLI included incidents by analyzing the `target` folder. This generated different reports for Java Maven projects before and after running the `mvn-clean-package` command. This issue has been resolved in {ProductShortName} 7.3.0. link:https://issues.redhat.com/browse/MTA-5078[(MTA-5078)]
1313

1414
.Application credential update now triggers a new discovery task
15-
Previously, when you update the source or Maven credential for an application, a new discovery task was not triggered in the {ProductShortName} {WebName}. This issue has been resolved in {ProductShortName} 7.3.0. link:https://issues.redhat.com/browse/MTA-5121[(MTA-5121)]
15+
Previously, when you updated the source or Maven credential for an application, a new discovery task was not triggered in the {ProductShortName} {WebName}. This issue has been resolved in {ProductShortName} 7.3.0. link:https://issues.redhat.com/browse/MTA-5121[(MTA-5121)]

docs/topics/ref_known-issues-7-3-0.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This section provides highlighted known issues in {ProductFullName} version 7.3.
1010

1111

1212
.`.NET` Framework application analysis fails in the {ProductShortName} {CLIName}
13-
When you analyze `.NET` Framework applications in Windows containers using the {ProductShortName} {CLIName}, the analysis fails for the following environment variables:
13+
When you analyze `.NET` Framework applications in Windows containers by using the {ProductShortName} {CLIName}, the analysis fails for the following environment variables:
1414

1515
* `DOTNET_PROVIDER_IMG`: `quay.io/konveyor/dotnet-external-provider:release-0.7`
1616
* `RUNNER_IMG`: `quay.io/konveyor/kantra:latest`
@@ -29,7 +29,7 @@ Workaround: set the `--run-local=false` flag to analyze non-Java applications. l
2929

3030
.Application analysis fails to get a list of dependencies for Node.js in the {ProductShortName} UI
3131

32-
When you run an application analysis for the Node.js language provider by using the {ProductShortName} user-interface (UI), the analysis completes with the following error is displayed in the analysis log:
32+
When you run an application analysis for the Node.js language provider by using the {ProductShortName} user-interface (UI), the analysis completes with the following error displayed in the analysis log:
3333

3434
----
3535
level=error msg="failed to get list of dependencies for provider" error="dependency provider path not set" provider=nodejs'

docs/topics/ref_new-features-7-3-0.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This section provides the new features and improvements of the {ProductFullName}
1313

1414
Starting with {ProductShortName} {ProductVersion}, you can run the `discover` and `generate` commands in the {CLIName}:
1515

16-
* The `discover` command generates the discover manifest that preserves the platform and runtime configurations defined in the Cloud Foundry (CF) application manifest.
17-
* The `generate` command uses the discover manifest to generate the deployment manifest in a Kubernetes-native format to prepare it for {ocp-full} deployments. You can also use the command to generate non-Kubernetes manifests such as a Dockerfile.
16+
* The `discover` command generates the discovery manifest that preserves the platform and runtime configurations defined in the Cloud Foundry (CF) application manifest.
17+
* The `generate` command uses the discovery manifest to generate the deployment manifest in a Kubernetes-native format to prepare it for {ocp-full} deployments. You can also use the command to generate non-Kubernetes manifests such as a Dockerfile.
1818

1919
:FeatureName: Asset generation
2020
include::snippets/developer-preview-admonition.adoc[]
@@ -23,11 +23,11 @@ include::snippets/developer-preview-admonition.adoc[]
2323

2424
.{ProductShortName} now uses Red Hat Build of Keycloak for user authentication
2525

26-
{ProductShortName} {ProductVersion} now uses `{rhbk-first}` instance for user authentication and authorization. The {ProductShortName} Operator manages the `{rhbk-short}` instance and configures a dedicated realm with necessary roles and permissions. For `{rhbk-short}`, the secret and the pod name has changed. The pod name for {rhbk-short} is changed to `rhbk-operator`. (link:https://issues.redhat.com/browse/MTA-4540[MTA-4540])
26+
{ProductShortName} {ProductVersion} now uses the `{rhbk-first}` instance for user authentication and authorization. The {ProductShortName} Operator manages the `{rhbk-short}` instance and configures a dedicated realm with necessary roles and permissions. For `{rhbk-short}`, the secret and the pod name have changed. The pod name for {rhbk-short} is changed to `rhbk-operator`. (link:https://issues.redhat.com/browse/MTA-4540[MTA-4540])
2727

2828
.Listing all languages in an application is now available
2929

30-
In {ProductShortName} {ProductVersion}, you can list all languages in an application by using the `--list-languages` flag in the {CLIName}. The listed language that has no supported providers requires a custom rule set and the --`override-provider-settings` flag when you analyze the application.
30+
In {ProductShortName} {ProductVersion}, you can list all languages in an application by using the `--list-languages` flag in the {CLIName}. The listed language that has no supported providers requires a custom rule set and the `--override-provider-settings` flag when you analyze the application.
3131

3232
:FeatureName: Listing all languages in an application
3333
include::snippets/developer-preview-admonition.adoc[]

0 commit comments

Comments
 (0)