Skip to content
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

MTA-3588: Release Notes MTA 7.2.0 #67

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 5 additions & 10 deletions docs/release-notes/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@ 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]
[id="mta-7-2-0"]
== {ProductShortName} 7.2.0

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

[id="mta-7-1-0"]
== {ProductShortName} 7.1.0
include::topics/ref_upgrade-notes-7-2-0.adoc[leveloffset=+2]

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

include::topics/ref_upgrade-notes-7-1-0.adoc[leveloffset=+2]

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

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

:_mod-docs-content-type: REFERENCE

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

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

.Enabling Preemption does not work if authentication is enabled

In {ProductFullName} 7.1.0, *Preemption* cannot be enabled for tasks in the Task Manager page and the Task Manager drawer if {ProductShortName} authentication is enabled. To work around this issue, disable authentication. (link:https://issues.redhat.com/browse/MTA-3195[MTA-3195])
22 changes: 22 additions & 0 deletions docs/topics/ref_new-features-7-2-0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
// Module included in the following assemblies:
//
//docs/release_notes-7.1.0/master.adoc


:_newdoc-version: 2.18.2
:_template-generated: 2024-07-01

:_mod-docs-content-type: REFERENCE

[id="new-features-7-2-0_{context}"]
= New features

This section provides the new features and improvements of the {ProductFullName} 7.2.0.

.Containerless CLI

You can perform an application analysis for Java applications by using the {ProductShortName} CLI that does not require installation of a container runtime.

anarnold97 marked this conversation as resolved.
Show resolved Hide resolved
// :FeatureName: Support for analyzing applications managed with Gradle

//include::developer-preview-feature.adoc[]
20 changes: 20 additions & 0 deletions docs/topics/ref_upgrade-notes-7-2-0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
:_newdoc-version: 2.18.3
:_template-generated: 2024-08-12

:_mod-docs-content-type: REFERENCE

[id="upgrade-notes-7-1-0_{context}"]
= Upgrade notes

This section provides upgrade notes for the {ProductFullName} 7.2.0.


.PostgreSQL is migrated to version 15

In the {ProductFullName} 7.1.0, the `postgresql` container image has been migrated to a new `postgresql-15` version to be compatible with support. Note that this migration occurs during the upgrade to 7.1.0 and might take some time. The upgrade is considered to be completed when the status of the Tackle CR is Successful. To check the status of the Tackle, enter:

[literal,subs="+quotes,attributes"]
----
$ *oc wait --for=condition=Successful --namespace=openshift-mta tackles.tackle.konveyor.io/tackle*
tackle.tackle.konveyor.io/tackle condition met
----