Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions modules/config-fields-features-misc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@
| **FEATURE_REQUIRE_TEAM_INVITE** | Boolean | Whether to require invitations when adding a user to a team +
+
**Default:** True
| **FEATURE_RESTRICTED_V1_PUSH** | Boolean | If set to true, only namespaces listed in V1_PUSH_WHITELIST support V1 push +
+
**Default:** True

|===


Expand Down
9 changes: 9 additions & 0 deletions modules/config-fields-legacy.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ Some fields are deprecated or obsolete:
**Default:** `<1.6.0`
| **DOCUMENTATION_ROOT** | String | Root URL for documentation links
| **SECURITY_SCANNER_V4_NAMESPACE_WHITELIST** | String | The namespaces for which the security scanner should be enabled

| **FEATURE_RESTRICTED_V1_PUSH** | Boolean | If set to true, only namespaces listed in V1_PUSH_WHITELIST support V1 push +
+
**Default:** True

| **V1_PUSH_WHITELIST** | Array of String | The array of namespace names that support V1 push if FEATURE_RESTRICTED_V1_PUSH is set to true



|===
1 change: 0 additions & 1 deletion modules/config-fields-misc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
| **SEARCH_RESULTS_PER_PAGE** | Number | Number of results returned per page by search page +
+
**Default:** 10
| **V1_PUSH_WHITELIST** | Array of String | The array of namespace names that support V1 push if FEATURE_RESTRICTED_V1_PUSH is set to true
| **V2_PAGINATION_SIZE** | Number | The number of results returned per page in V2 registry APIs +
+
**Default:** 50
Expand Down
11 changes: 11 additions & 0 deletions modules/rn_3_80.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ Some features available in previous releases have been deprecated or removed. De
|===
|Feature | Quay 3.8 | Quay 3.7 |Quay 3.6

| xref:docker-v1-support[Docker v1 support]
| Deprecated
| General Availability
| General Availability

| link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.8/html-single/configure_red_hat_quay/index#reference-miscellaneous-v2-ui[FEATURE_UI_V2]
| Technology Preview
| -
Expand Down Expand Up @@ -294,3 +299,9 @@ Some features available in previous releases have been deprecated or removed. De
|Technology Preview
|Technology Preview
|===

[id="deprecated-features"]
==== Deprecated features

[id="docker-v1-support"]
* Support for Docker v1 is now deprecated and will be removed in a future release of {productname}. Users must now opt-in to enable Docker v1 support. users should migrate any stored images in Docker v1 format to the OCI image format to avoid potential loss of data.