From ac7bb439750296d9af0c7d22aa46a28ac1371257 Mon Sep 17 00:00:00 2001 From: Junko Suzuki Date: Thu, 28 Aug 2025 22:02:06 +0900 Subject: [PATCH] Add the bug fix for images migration issue with GEI tool (#57204) Co-authored-by: Isaac Brown <101839405+isaacmbrown@users.noreply.github.com> --- data/release-notes/enterprise-server/3-14/8.yml | 2 ++ data/release-notes/enterprise-server/3-15/3.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/data/release-notes/enterprise-server/3-14/8.yml b/data/release-notes/enterprise-server/3-14/8.yml index 57842e92319f..f11a403c0de9 100644 --- a/data/release-notes/enterprise-server/3-14/8.yml +++ b/data/release-notes/enterprise-server/3-14/8.yml @@ -40,6 +40,8 @@ sections: Certain search terms for repositories and wikis did not return all valid results. - | In some cluster configurations, secret scanning failed to run normally due to connection failures. + - | + Images were not migrated properly when using {% data variables.product.prodname_importer %} to import repositories from {% data variables.product.prodname_ghe_server %}. changes: - | Log files on the appliance root disk are compressed immediately upon rotation daily instead of after a 24 hour delay. You can revert to the previous `delaycompress` behavior by signing in as an SSH admin user, setting `ghe-config logrotate.delaycompress true` and then running `ghe-config-apply`. diff --git a/data/release-notes/enterprise-server/3-15/3.yml b/data/release-notes/enterprise-server/3-15/3.yml index fc4ddd749722..33eb92e1ccae 100644 --- a/data/release-notes/enterprise-server/3-15/3.yml +++ b/data/release-notes/enterprise-server/3-15/3.yml @@ -47,6 +47,8 @@ sections: Users who had authenticated to multiple accounts, then logged out of one account, were unable to switch to a different account on the platform. - | In some cluster configurations, secret scanning failed to run normally due to connection failures. + - | + Images were not migrated properly when using {% data variables.product.prodname_importer %} to import repositories from {% data variables.product.prodname_ghe_server %}. changes: - | Log files on the appliance root disk are compressed immediately upon daily rotation instead of after a 24 hour delay. You can revert to the previous `delaycompress` behavior by signing in as an SSH admin user, setting `ghe-config logrotate.delaycompress true` and then running `ghe-config-apply`.