Skip to content

Commit 579072e

Browse files
stevsmitSteven Smith
andauthored
Rn 3131 (quay#1160)
* Adds 3.13.1 release notes * Adds 3.13.1 release notes --------- Co-authored-by: Steven Smith <[email protected]>
1 parent 19e34e6 commit 579072e

File tree

4 files changed

+69
-4
lines changed

4 files changed

+69
-4
lines changed

config_quay/master.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ include::modules/config-fields-storage-swift.adoc[leveloffset=+3]
3838
include::modules/config-fields-nutanix.adoc[leveloffset=+3]
3939
include::modules/config-fields-ibmcloudstorage.adoc[leveloffset=+3]
4040
include::modules/config-fields-netapp-ontap-s3.adoc[leveloffset=+3]
41+
include::modules/config-fields-hcp.adoc[leveloffset=+3]
4142

4243

4344
include::modules/config-fields-redis.adoc[leveloffset=+2]

modules/attributes.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifeval::["{productname}" == "Project Quay"]
1515
:productname: Project Quay
1616
:productversion: 3
1717
:producty: 3.13
18-
:productminv: v3.13
18+
:productminv: v3.13.1
1919
:productrepo: quay.io/projectquay
2020
:quayimage: quay
2121
:clairimage: clair
@@ -32,8 +32,8 @@ ifeval::["{productname}" == "Red Hat Quay"]
3232
:productversion: 3
3333
:producty: 3.13
3434
:producty-n1: 3.12
35-
:productmin: 3.13
36-
:productminv: v3.13
35+
:productmin: 3.13.1
36+
:productminv: v3.13.1
3737
:productrepo: registry.redhat.io/quay
3838
:clairnewver: v3.13
3939
:quayimage: quay-rhel8

modules/config-fields-hcp.adoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
:_content-type: REFERENCE
2+
[id="config-fields-hcp"]
3+
= Hitachi Content Platform object storage
4+
5+
The following YAML shows a sample configuration using HCP for object storage.
6+
7+
.Example HCP storage configuration
8+
[source,yaml]
9+
----
10+
DISTRIBUTED_STORAGE_CONFIG:
11+
hcp_us:
12+
- RadosGWStorage
13+
- access_key: <access_key>
14+
bucket_name: <bucket_name>
15+
hostname: <hitachi_hostname_example>
16+
is_secure: true
17+
secret_key: <secret_key>
18+
storage_path: /datastorage/registry
19+
signature_version: v4
20+
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS:
21+
- hcp_us
22+
DISTRIBUTED_STORAGE_PREFERENCE:
23+
- hcp_us
24+
----

modules/rn_3_13_0.adoc

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,46 @@
44

55
The following sections detail _y_ and _z_ stream release information.
66

7+
[id="rn-3-13-1"]
8+
== RHBA-2024:9478 - {productname} 3.13.1 release
9+
10+
Issued 2024-11-18
11+
12+
{productname} release 3.13.1 is now available with Clair {clairproductminv}. The bug fixes that are included in the update are listed in the link:https://access.redhat.com/errata/RHBA-2024:9478[RHBA-2024:9478] advisory.
13+
14+
[id="information-upgrading-3-13-1"]
15+
== Information about upgrading to 3.13.1
16+
17+
Previously, when attempting to upgrade to {productname} 3.13, if FIPS mode was enabled for your {ocp} cluster with Clair enabled, Clair would not function in your cluster. This issue was resolved in version 3.13.1. Upgrading to {productname} 3.13 automatically upgrades users to version 3.13.1 so that this issue is avoided. Additionally, if you are upgrading from 3.13 to 3.13.1 and FIPs was enabled, upgrading to 3.13.1 resolves the issue. (link:https://issues.redhat.com/browse/PROJQUAY-8185[*PROJQUAY-8185*])
18+
19+
[id="enhancements-313-1"]
20+
=== {productname} 3.13.1 enhancements
21+
22+
With the release of {productname} 3.13.1, Hitachi Content Platform (HCP) is now supported for use a storage backend. This allows organizations to leverage HCP for scalable, secure, and reliable object storage within their {productname} registry deployments.
23+
24+
For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/{producty}/html-single/configure_red_hat_quay/index#config-fields-hcp[HCP Object Storage].
25+
26+
[id="known-issues-313-1"]
27+
=== {productname} 3.13.1 known issues
28+
29+
When using Hitachi Content Platform for your object storage, attempting to push an image with a large layer to a {productname} registry results in the following error:
30+
31+
[source,text]
32+
----
33+
An error occurred (NoSuchUpload) when calling the CompleteMultipartUpload operation: The specified multipart upload does not exist. The upload ID might be invalid, or the multipart upload might have been aborted or completed.
34+
----
35+
36+
This is a known issue and will be fixed in a future version of {productname}.
37+
38+
[id="bug-fixes-313-1"]
39+
=== {productname} 3.13.1 bug fixes
40+
41+
* link:https://issues.redhat.com/browse/PROJQUAY-8185[PROJQUAY-8185]. Previously, when attempting to upgrade {productname-ocp} to 3.13 with FIPS mode enabled, the upgrade would fail for deploying using Clair. This issue has been resolved. Upgrading to 3.13.1 does not fail for {productname-ocp} using Clair with FIPS mode enabled.
42+
43+
* link:https://issues.redhat.com/browse/PROJQUAY-8024[PROJQUAY-8024]. Previously, using Hitachi HCP v9.7 as your storage provider would return errors when attempting to pull images. This issue has been resolved.
44+
45+
* link:https://issues.redhat.com/browse/PROJQUAY-5086[PROJQUAY-5086]. Previously, {productname-ocp} would produce information about horizontal pod autoscalers (HPAs) for some components (for example, `Clair`, `Redis`, `PostgreSQL`, and `ObjectStorage`) when they were unmanaged by the Operator. This issue has been resolved and information about HPAs are not longer reported for unmanaged components.
46+
747
[id="rn-3-13-0"]
848
== RHBA-2024:8408 - {productname} 3.13.0 release
949

@@ -200,7 +240,7 @@ The following sections note known issues and limitations for {productname} {prod
200240
[id="fips-mode-known-issue"]
201241
=== FIPS mode known issue
202242

203-
If FIPS mode is enabled for your {ocp} cluster and you use Clair, you must not upgrade the {productname} Operator to version {producty} If you upgrade, Clair will not function in your cluster. (link:https://issues.redhat.com/browse/PROJQUAY-8185[*PROJQUAY-8185*])
243+
If FIPS mode is enabled for your {ocp} cluster and you use Clair, you must not upgrade the {productname} Operator to version {producty}. If you upgrade, Clair will not function in your cluster. (link:https://issues.redhat.com/browse/PROJQUAY-8185[*PROJQUAY-8185*])
204244

205245
[id="registry-auto-pruning-known-issue"]
206246
=== Registry auto-pruning known issues

0 commit comments

Comments
 (0)