|
| 1 | +// Module included in the following assemblies: |
| 2 | +// |
| 3 | +// * installing/disconnected_install/installing-mirroring-installation-images.adoc |
| 4 | + |
| 5 | +[id="mirror-registry-release-notes_{context}"] |
| 6 | += Mirror registry for Red Hat OpenShift release notes |
| 7 | + |
| 8 | +The _mirror registry for Red Hat OpenShift_ is a small and streamlined container registry that you can use as a target for mirroring the required container images of {product-title} for disconnected installations. |
| 9 | + |
| 10 | +These release notes track the development of the _mirror registry for Red Hat Openshift_ in {product-title}. |
| 11 | + |
| 12 | +For an overview of the _mirror registry for Red Hat OpenShift_, see xref:../../installing/disconnected_install/installing-mirroring-creating-registry.html#mirror-registry-flags_installing-mirroring-creating-registry[Creating a mirror registry with mirror registry for Red Hat OpenShift]. |
| 13 | + |
| 14 | +[id="mirror-registry-for-openshift-1-2-0"] |
| 15 | +== Mirror registry for Red Hat OpenShift 1.2.0 |
| 16 | + |
| 17 | +_Mirror registry for Red Hat OpenShift_ is now available with Red Hat Quay 3.7.1. |
| 18 | + |
| 19 | +The following advisory is available for the _mirror registry for Red Hat OpenShift_: |
| 20 | + |
| 21 | +* link:https://errata.devel.redhat.com/docs/show/94693[RHBA-2022:4986 - mirror registry for Red Hat OpenShift 1.2.0] |
| 22 | + |
| 23 | + |
| 24 | +[id="mirror-registry-1-2-0-bug-fixes"] |
| 25 | +=== Bug fixes |
| 26 | + |
| 27 | +* Previously, all components and workers running inside of the Quay pod Operator had log levels set to `DEBUG`. As a result, large traffic logs were created that consumed unnecessary space. With this update, log levels are set to `WARN` by default, which reduces traffic information while emphasizing problem scenarios. (link:https://issues.redhat.com/browse/PROJQUAY-3504[*PROJQUAY-3504*]) |
| 28 | + |
| 29 | +[id="mirror-registry-for-openshift-1-1-0"] |
| 30 | +== Mirror registry for Red Hat OpenShift 1.1.0 |
| 31 | + |
| 32 | +The following advisory is available for the _mirror registry for Red Hat OpenShift_: |
| 33 | + |
| 34 | +link:https://errata.devel.redhat.com/advisory/89511[RHBA-2022:0956 - mirror registry for Red Hat OpenShift 1.1.0] |
| 35 | + |
| 36 | +[id="mirror-registry-1-2-0-new-features"] |
| 37 | +=== New features |
| 38 | + |
| 39 | +* A new command, `mirror-registry upgrade` has been added. This command upgrades all container images without interfering with configurations or data. |
| 40 | ++ |
| 41 | +[NOTE] |
| 42 | +==== |
| 43 | +If `quayRoot` was previously set to something other than default, it must be passed into the upgrade command. |
| 44 | +==== |
| 45 | + |
| 46 | +[id="mirror-registry-1-1-0-bug-fixes"] |
| 47 | +=== Bug fixes |
| 48 | + |
| 49 | +* Previously, the absence of `quayHostname` or `targetHostname` did not default to the local hostname. With this update, `quayHostname` and `targetHostname` now default to the local hostname if they are missing. (link:https://issues.redhat.com/browse/PROJQUAY-3079[*PROJQUAY-3079*]) |
| 50 | + |
| 51 | +* Previously, the command `./mirror-registry --version` returned an `unknown flag` error. Now, running `./mirror-registry --version` returns the current version of the _mirror registry for Red Hat OpenShift_. (link:https://issues.redhat.com/browse/PROJQUAY-3086[*PROJQUAY-3086*]) |
| 52 | + |
| 53 | +* Previously, users could not set a password during installation, for example, when running `./mirror-registry install --initUser <user_name> --initPassword <password> --verbose`. With this update, users can set a password during installation. (link:https://issues.redhat.com/browse/PROJQUAY-3149[*PROJQUAY-3149*]) |
| 54 | + |
| 55 | +* Previously, the _mirror registry for Red Hat OpenShift_ did not recreate pods if they were destroyed. Now, pods are recreated if they are destroyed. (link:https://issues.redhat.com/browse/PROJQUAY-3261[*PROJQUAY-3261*]) |
0 commit comments