Skip to content

Commit 20141a1

Browse files
authored
Merge pull request #43766 from stoobie/MIG-1107
MIG-1107 MTC 1.7 Release Notes
2 parents 99a7a4f + 779b7dd commit 20141a1

File tree

5 files changed

+34
-21
lines changed

5 files changed

+34
-21
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
The {mtc-full} ({mtc-short}) enables you to migrate application workloads between {product-title} clusters at the granularity of a namespace.
9+
The release notes for {mtc-full} ({mtc-short}) describe new features and enhancements, deprecated features, and known issues.
10+
11+
The {mtc-short}) enables you to migrate application workloads between {product-title} clusters at the granularity of a namespace.
1012

1113
You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc[{product-title} 3 to {product-version}] and between {product-title} 4 clusters.
1214

1315
{mtc-short} provides a web console and an API, based on Kubernetes custom resources, to help you control the migration and minimize application downtime.
1416

17+
For information on the support policy for {mtc-short}, see link:https://access.redhat.com/support/policy/updates/openshift#app_migration[OpenShift Application and Cluster Migration Solutions], part of the _Red Hat {product-title} Life Cycle Policy_.
18+
19+
include::modules/migration-mtc-release-notes-1-7.adoc[leveloffset=+1]
1520
include::modules/migration-mtc-release-notes-1-6.adoc[leveloffset=+1]
1621
include::modules/migration-mtc-release-notes-1-5.adoc[leveloffset=+1]
17-
include::modules/migration-mtc-release-notes-1-4.adoc[leveloffset=+1]

modules/migration-mtc-release-notes-1-4.adoc

Lines changed: 0 additions & 13 deletions
This file was deleted.

modules/migration-mtc-release-notes-1-5.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// Module included in the following assemblies:
22
//
33
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4-
4+
:_content-type: REFERENCE
55
[id="migration-mtc-release-notes-1-5_{context}"]
66
= {mtc-full} 1.5 release notes
77

8-
The release notes for {mtc-full} ({mtc-short}) version 1.5 describe new features, enhancements, and known issues.
9-
108
[id="new-features-and-enhancements-1-5_{context}"]
119
== New features and enhancements
1210

modules/migration-mtc-release-notes-1-6.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// Module included in the following assemblies:
22
//
33
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4-
4+
:_content-type: REFERENCE
55
[id="migration-mtc-release-notes-1-6_{context}"]
66
= {mtc-full} 1.6 release notes
77

8-
The release notes for {mtc-full} ({mtc-short}) version 1.6 describe new features and enhancements, deprecated features, and known issues.
9-
108
[id="new-features-and-enhancements-1-6_{context}"]
119
== New features and enhancements
1210

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
// Module included in the following assemblies:
3+
//
4+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
5+
:_content-type: REFERENCE
6+
[id="migration-mtc-release-notes-1-7_{context}"]
7+
= {mtc-full} 1.7 release notes
8+
9+
[id="new-features-and-enhancements-1-7_{context}"]
10+
== New features and enhancements
11+
12+
This release has the following new features and enhancements:
13+
14+
* The {mtc-full} ({mtc-short}) Operator now depends upon the OpenShift API for Data Protection (OADP) Operator. When you install the {mtc-short} Operator, the Operator Lifecycle Manager (OLM) automatically installs the OADP Operator in the same namespace.
15+
16+
* You can migrate from a source cluster that is behind a firewall to a cloud-based destination cluster by establishing a network tunnel between the two clusters by using the `crane tunnel-api` command.
17+
18+
* Converting storage classes in the MTC web console: You can convert the storage class of a persistent volume (PV) by migrating it within the same cluster.
19+
20+
[id="known-issues-1-7_{context}"]
21+
== Known issues
22+
23+
This release has the following known issues:
24+
25+
* `MigPlan` custom resource does not display a warning when an AWS gp2 PVC has no available space. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1963927[*BZ#1963927*])
26+
* Block storage for IBM Cloud must be in the same availability zone. See the link:https://cloud.ibm.com/docs/vpc?topic=vpc-block-storage-vpc-faq[IBM FAQ for block storage for virtual private cloud].

0 commit comments

Comments
 (0)