From 2615e57ea7a631b41ca9e65b74dffae10d6d6723 Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Mon, 24 Oct 2022 10:25:08 -0400 Subject: [PATCH] Notes that v1 push is now deprecated and moves v1 push whitelist to legacy config fields --- modules/config-fields-features-misc.adoc | 4 +--- modules/config-fields-legacy.adoc | 9 +++++++++ modules/config-fields-misc.adoc | 1 - modules/rn_3_80.adoc | 11 +++++++++++ 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/modules/config-fields-features-misc.adoc b/modules/config-fields-features-misc.adoc index 8df3f8b2d..02ee92735 100644 --- a/modules/config-fields-features-misc.adoc +++ b/modules/config-fields-features-misc.adoc @@ -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 + |=== diff --git a/modules/config-fields-legacy.adoc b/modules/config-fields-legacy.adoc index 3b66eae82..cdbe0a491 100644 --- a/modules/config-fields-legacy.adoc +++ b/modules/config-fields-legacy.adoc @@ -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 + + + |=== diff --git a/modules/config-fields-misc.adoc b/modules/config-fields-misc.adoc index 2f1fbf4f5..8debc1b14 100644 --- a/modules/config-fields-misc.adoc +++ b/modules/config-fields-misc.adoc @@ -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 diff --git a/modules/rn_3_80.adoc b/modules/rn_3_80.adoc index f5aca9261..a83c7e4ff 100644 --- a/modules/rn_3_80.adoc +++ b/modules/rn_3_80.adoc @@ -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 | - @@ -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. \ No newline at end of file