You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/mirror-registry-release-notes.adoc
+72-57Lines changed: 72 additions & 57 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,13 @@ The _mirror registry for Red Hat OpenShift_ is a small and streamlined container
9
9
10
10
These release notes track the development of the _mirror registry for Red Hat OpenShift_ in {product-title}.
11
11
12
-
For an overview of the _mirror registry for Red Hat OpenShift_, see xref:../../installing/disconnected_install/installing-mirroring-creating-registry.adoc#mirror-registry-flags_installing-mirroring-creating-registry[Creating a mirror registry with mirror registry for Red Hat OpenShift].
* _Mirror registry for Red Hat OpenShift_ is now supported on {op-system-base-full} 9 installations.
149
153
@@ -161,13 +165,18 @@ When _mirror registry for Red Hat OpenShift_ was installed with `sudo`, an `/etc
161
165
+
162
166
To override the default directories that these files are stored in, you can use the command line arguments for _mirror registry for Red Hat OpenShift_. For more information about _mirror registry for Red Hat OpenShift_ command line arguments, see "_Mirror registry for Red Hat OpenShift_ flags".
163
167
164
-
=== Bug fixes
168
+
[id="mirror-registry-bug-fixes-1-3-0_{context}"]
169
+
==== Bug fixes
165
170
166
171
* Previously, the following error could be returned when attempting to uninstall _mirror registry for Red Hat OpenShift_: `["Error: no container with name or ID \"quay-postgres\" found: no such container"], "stdout": "", "stdout_lines": []***`. With this update, the order that _mirror registry for Red Hat OpenShift_ services are stopped and uninstalled have been changed so that the error no longer occurs when uninstalling _mirror registry for Red Hat OpenShift_. For more information, see link:https://issues.redhat.com/browse/PROJQUAY-4629[*PROJQUAY-4629*].
_Mirror registry for Red Hat OpenShift_ is now available with Red Hat Quay 3.7.8.
193
202
194
203
The following advisory is available for the _mirror registry for Red Hat OpenShift_:
195
204
196
205
* link:https://access.redhat.com/errata/RHBA-2022:6500[RHBA-2022:6500 - mirror registry for Red Hat OpenShift 1.2.7]
197
206
198
-
=== Bug fixes
207
+
[id="mirror-registry-bug-fixes-1-2-7_{context}"]
208
+
==== Bug fixes
199
209
200
210
* Previously, `getFQDN()` relied on the fully-qualified domain name (FQDN) library to determine its FQDN, and the FQDN library tried to read the `/etc/hosts` folder directly. Consequently, on some {op-system-first} installations with uncommon DNS configurations, the FQDN library would fail to install and abort the installation. With this update, _mirror registry for Red Hat OpenShift_ uses `hostname` to determine the FQDN. As a result, the FQDN library does not fail to install. (link:https://issues.redhat.com/browse/PROJQUAY-4139[*PROJQUAY-4139*])
A new feature flag, `--no-color` (`-c`) has been added. This feature flag allows users to disable color sequences and propagate that to Ansible when running install, uninstall, and upgrade commands.
_Mirror registry for Red Hat OpenShift_ is now available with Red Hat Quay 3.7.1.
265
276
266
277
The following advisory is available for the _mirror registry for Red Hat OpenShift_:
267
278
268
279
* link:https://access.redhat.com/errata/RHBA-2022:4986[RHBA-2022:4986 - mirror registry for Red Hat OpenShift 1.2.0]
269
280
270
-
271
-
[id="mirror-registry-1-2-0-bug-fixes"]
272
-
=== Bug fixes
281
+
[id="mirror-registry-1-2-0-bug-fixes_{context}"]
282
+
==== Bug fixes
273
283
274
284
* 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*])
* A new command, `mirror-registry upgrade` has been added. This command upgrades all container images without interfering with configurations or data.
287
302
+
@@ -290,8 +305,8 @@ The following advisory is available for the _mirror registry for Red Hat OpenShi
290
305
If `quayRoot` was previously set to something other than default, it must be passed into the upgrade command.
291
306
====
292
307
293
-
[id="mirror-registry-1-1-0-bug-fixes"]
294
-
=== Bug fixes
308
+
[id="mirror-registry-1-1-0-bug-fixes_{context}"]
309
+
==== Bug fixes
295
310
296
311
* 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*])
0 commit comments