Skip to content

Commit 50fcd31

Browse files
authored
Merge pull request #36096 from apinnick/mig-813-mtc-1.6-rn
MIG-813: MTC 1.6.0 release notes
2 parents 4415d4e + 06220b9 commit 50fcd31

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

migration_toolkit_for_containers/mtc-release-notes.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
The {mtc-full} ({mtc-short}) enables you to migrate stateful application workloads between {product-title} clusters at the granularity of a namespace.
8+
The {mtc-full} ({mtc-short}) enables you to migrate application workloads between {product-title} clusters at the granularity of a namespace.
99

10-
You can migrate from xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc[{product-title} 3.7, 3.9, 3.10, or 3.11 to {product-version}] and between {product-title} 4 clusters.
10+
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.
1111

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

14+
// include::modules/migration-mtc-release-notes-1-6.adoc[leveloffset=+1]
1415
include::modules/migration-mtc-release-notes-1-5.adoc[leveloffset=+1]
1516
include::modules/migration-mtc-release-notes-1-4.adoc[leveloffset=+1]

modules/common-attributes.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,3 @@ endif::[]
4242
:mtc-short: MTC
4343
:mtc-full: Migration Toolkit for Containers
4444
:mtc-version: 1.5
45-
:mtc-version-z: 1.5.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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 {mtc-version} describe new features, enhancements, and known issues.
8+
The release notes for {mtc-full} ({mtc-short}) version 1.5 describe new features, enhancements, and known issues.
99

1010
[id="new-features-and-enhancements-1-5_{context}"]
1111
== New features and enhancements
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4+
5+
[id="migration-mtc-release-notes-1-6_{context}"]
6+
= {mtc-full} 1.6 release notes
7+
8+
The release notes for {mtc-full} ({mtc-short}) version 1.6 describe new features and enhancements, deprecated features, and known issues.
9+
10+
[id="new-features-and-enhancements-1-6_{context}"]
11+
== New features and enhancements
12+
13+
This release has the following new features and enhancements:
14+
15+
* State migration: You can perform repeatable, state-only migrations by selecting specific persistent volume claims (PVCs).
16+
17+
* "New operator version available" notification: The Clusters page of the {mtc-short} web console displays a notification when a new {mtc-full} Operator is available.
18+
19+
[id="deprecated-features-1-6_{context}"]
20+
== Deprecated features
21+
22+
The following features are deprecated:
23+
24+
* {mtc-short} version 1.4 is no longer supported.
25+
26+
[id="known-issues-1-6_{context}"]
27+
== Known issues
28+
29+
This release has the following known issues:
30+
31+
* On {product-title} 3.10, the `MigrationController` pod takes too long to restart. The Bugzilla report contains a workaround. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1986796[*BZ#1986796*])
32+
33+
* `Stage` pods fail during direct volume migration from a classic {product-title} source cluster on IBM Cloud. The IBM block storage plugin does not allow the same volume to be mounted on multiple pods of the same node. As a result, the PVCs cannot be mounted on the Rsync pods and on the application pods simultaneously. To resolve this issue, stop the application pods before migration. (link:https://bugzilla.redhat.com/show_bug.cgi?id=1887526[*BZ#1887526*])
34+
35+
* `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*])

0 commit comments

Comments
 (0)