Skip to content

Commit a42db66

Browse files
authored
Merge pull request #46526 from stevsmit/PROJQUAY-3504
Adds release notes for OMR
2 parents 4d4a0ca + 822fa62 commit a42db66

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

_topic_maps/_topic_map.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Topics:
111111
Topics:
112112
- Name: About disconnected installation mirroring
113113
File: index
114-
- Name: Creating a mirror registry
114+
- Name: Creating a mirror registry with mirror registry for Red Hat OpenShift
115115
File: installing-mirroring-creating-registry
116116
- Name: Mirroring images for a disconnected installation
117117
File: installing-mirroring-installation-images

installing/disconnected_install/installing-mirroring-creating-registry.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:_content-type: ASSEMBLY
22
[id="installing-mirroring-creating-registry"]
3-
= Creating a mirror registry
3+
= Creating a mirror registry with mirror registry for Red Hat OpenShift
44
include::_attributes/common-attributes.adoc[]
55
:context: installing-mirroring-creating-registry
66

@@ -33,6 +33,7 @@ include::modules/mirror-registry-remote.adoc[leveloffset=+1]
3333
include::modules/mirror-registry-update.adoc[leveloffset=+1]
3434
include::modules/mirror-registry-uninstall.adoc[leveloffset=+1]
3535
include::modules/mirror-registry-flags.adoc[leveloffset=+1]
36+
include::modules/mirror-registry-release-notes.adoc[leveloffset=+1]
3637

3738
[role="_additional-resources"]
3839
.Additional resources
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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

Comments
 (0)