Skip to content

Commit 86a4f99

Browse files
committed
MIG-1664: MTC-1.8.5-release-notes
Signed-off-by: A.Arnold <anarnold@redhat.com>
1 parent f2eb662 commit 86a4f99

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

migration_toolkit_for_containers/release_notes/mtc-release-notes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The {mtc-short} enables you to migrate application workloads between {product-ti
1515

1616
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_.
1717

18+
include::modules/migration-mtc-release-notes-1-8-5.adoc[leveloffset=+1]
1819
include::modules/migration-mtc-release-notes-1-8-4.adoc[leveloffset=+1]
1920
include::modules/migration-mtc-release-notes-1-8-3.adoc[leveloffset=+1]
2021
include::modules/migration-mtc-release-notes-1-8-2.adoc[leveloffset=+1]
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * migration_toolkit_for_containers/mtc-release-notes.adoc
4+
:_mod-docs-content-type: REFERENCE
5+
[id="migration-mtc-release-notes-1-8-5_{context}"]
6+
= {mtc-full} 1.8.5 release notes
7+
8+
[id="technical-changes-1-8-5_{context}"]
9+
== Technical changes
10+
11+
{mtc-first} 1.8.5 has the following technical changes:
12+
13+
.Federal Information Processing Standard (FIPS)
14+
15+
FIPS is a set of computer security standards developed by the United States federal government in accordance with the Federal Information Security Management Act (FISMA).
16+
17+
Starting with version 1.8.5, {mtc-short} is designed for FIPS compliance.
18+
19+
[id="mtc-resolved-issues-1-8-5_{context}"]
20+
== Resolved issues
21+
22+
23+
For more information, see the list of link:https://issues.redhat.com/issues/?filter=12447122[{mtc-short} 1.8.5 resolved issues] in Jira.
24+
25+
[id="known-issues-1-8-5_{context}"]
26+
== Known issues
27+
28+
{mtc-short} 1.8.5 has the following known issues:
29+
30+
.The associated SCC for service account cannot be migrated in {OCP} 4.12
31+
32+
The associated Security Context Constraints (SCCs) for service accounts in {OCP} 4.12 cannot be migrated. This issue is planned to be resolved in a future release of {mtc-short}. link:https://issues.redhat.com/browse/MIG-1454[(MIG-1454)]
33+
34+
.{mtc-short} does not patch `statefulset.spec.volumeClaimTemplates[].spec.storageClassName` on storage class conversion
35+
36+
While running a Storage Class conversion for a StatefulSet application, {mtc-short} updates the persistent volume claims (PVC) references in `.spec.volumeClaimTemplates[].metadata.name` to use the migrated PVC names. {mtc-short} does not update `spec.volumeClaimTemplates[].spec.storageClassName`, which causes the application to scale up. Additionally, new replicas consume PVCs created under the old Storage Class instead of the migrated Storage Class. link:https://issues.redhat.com/browse/MIG-1660[(MIG-1660)]
37+
38+
.Performing a StorageClass conversion triggers the scale-down of all applications in the namespace
39+
40+
When running a `StorageClass` conversion on more than one application, {mtc-short} scales down all the applications in the cutover phase, including those not involved in the migration. link:https://issues.redhat.com/browse/MIG-1661[(MIG-1661)]
41+
42+
.`MigPlan` cannot be edited to have the same target namespace as the source cluster after it is changed
43+
44+
After changing the target namespace to something different from the source namespace while creating a `MigPlan` in the {mtc-short} UI, you cannot edit the `MigPlan` again to make the target namespace the same as the source namespace. link:https://issues.redhat.com/browse/MIG-1600[(MIG-1600)]
45+
46+
47+
.Migrated builder pod fails to push to the image registry
48+
49+
When migrating an application that includes `BuildConfig` from the source to the target cluster, the builder pod encounters an error, failing to push the image to the image registry.
50+
link:https://bugzilla.redhat.com/show_bug.cgi?id=2234781[(BZ#2234781)]
51+
52+
.Conflict condition clears briefly after it is displayed
53+
54+
When creating a new state migration plan that results in a conflict error, the error is cleared shortly after it is displayed. link:https://bugzilla.redhat.com/show_bug.cgi?id=2144299[(BZ#2144299)]
55+
56+
.`PvCapacityAdjustmentRequired` warning not displayed after setting `pv_resizing_threshold`
57+
58+
The `PvCapacityAdjustmentRequired` warning does not appear in the migration plan after the `pv_resizing_threshold` is adjusted. link:https://bugzilla.redhat.com/show_bug.cgi?id=2270160[(BZ#2270160)]
59+
60+
For a complete list of all known issues, see the list of link:https://issues.redhat.com/issues/?filter=12447121[{mtc-short} 1.8.5 known issues] in Jira.

0 commit comments

Comments
 (0)