Skip to content

Commit

Permalink
Adds IBMCOS to 310 release notes (#878)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Smith <stevsmit@stevsmit.remote.csb>
  • Loading branch information
stevsmit and Steven Smith authored Jan 16, 2024
1 parent d593903 commit 4041758
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config_quay/master.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ include::modules/config-fields-storage-gcp.adoc[leveloffset=+3]
include::modules/config-fields-storage-azure.adoc[leveloffset=+3]
include::modules/config-fields-storage-swift.adoc[leveloffset=+3]
include::modules/config-fields-nutanix.adoc[leveloffset=+3]
include::modules/config-fields-ibmcloudstorage.adoc[leveloffset=+3]


include::modules/config-fields-redis.adoc[leveloffset=+2]
include::modules/config-fields-modelcache.adoc[leveloffset=+2]
Expand Down
25 changes: 25 additions & 0 deletions modules/config-fields-ibmcloudstorage.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
:_content-type: REFERENCE
[id="config-fields-ibmcloudstorage"]
= IBM Cloud object storage

The following YAML shows a sample configuration using IBM Cloud object storage.

[source,yaml]
----
DISTRIBUTED_STORAGE_CONFIG:
default:
- IBMCloudStorage #actual driver
- access_key: <access_key_here> #parameters
secret_key: <secret_key_here>
bucket_name: <bucket_name_here>
hostname: <hostname_here>
is_secure: 'true'
port: '443'
storage_path: /datastorage/registry
maximum_chunk_size_mb: 100mb <1>
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS:
- default
DISTRIBUTED_STORAGE_PREFERENCE:
- default
----
<1> Optional. Recommended to be set to `100mb`.
5 changes: 5 additions & 0 deletions modules/rn_3_10_0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Issued 2023-01-16

{productname} release {productmin} 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:0102[RHBA-2024:0102] advisory.

[id="new-features-310-2"]
=== {productname} 3.10.2 new features

With this release, IBM Cloud object storage is now supported. For more information, see link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.9/html-single/configure_red_hat_quay/index#config-fields-ibmcloudstorage[IBM Cloud Object Storage].

[id="bug-fixes-310-2"]
=== {productname} {productmin} bug fixes

Expand Down

0 comments on commit 4041758

Please sign in to comment.