You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/rn_3_10_0.adoc
+7-6
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ For more information, see the link:https://access.redhat.com/support/policy/upda
17
17
18
18
The following updates have been made to {productname}.
19
19
20
-
[id="3-10-namespace-auto-pruning"]
20
+
[id="namespace-auto-pruning-310-rn"]
21
21
=== Namespace auto-pruning
22
22
23
23
With {productname} 3.10, {productname} administrators can set up auto-pruning policies on namespaces (both users and organization). This feature allows for image tags to be automatically deleted within a namespace based on specified criteria. For this release, two policies have been added:
@@ -36,7 +36,7 @@ In {productname} 3.8, a new UI was introduced as a technology preview feature. W
36
36
37
37
* With this update, a *Settings* page has been added for {productname} organizations. {productname} administrators can edit their preferences, billing information, and set organization types from this page.
38
38
39
-
* With this update, a *Settings* page has been added for {productname} repositories. This page must be enabled by setting `UI_V2_REPO_SETTINGS` to `true` in your `config.yaml` file. This page allows users to create and set robot permissions, create events and notifications, set repository visibility, and delete repositories.
39
+
* With this update, a *Settings* page has been added for {productname} repositories. This page must be enabled by setting `FEATURE_UI_V2_REPO_SETTINGS` to `true` in your `config.yaml` file. This page allows users to create and set robot permissions, create events and notifications, set repository visibility, and delete repositories.
40
40
41
41
* With this update, bulk managing robot account repository access is available on the {productname} v2 UI. Users can now easily add a robot account to multiple repositories using the v2 UI.
42
42
@@ -113,7 +113,7 @@ The following configuration fields have been added for the auto-pruning feature:
113
113
[id="v2-ui-repo-settings-config-field"]
114
114
== {productname} v2 UI repository settings configuration field
115
115
116
-
* **UI_V2_REPO_SETTINGS**: When set to `True`, enables repository settings in the {productname} v2 UI.
116
+
* **FEATURE_UI_V2_REPO_SETTINGS**: When set to `True`, enables repository settings in the {productname} v2 UI.
117
117
+
118
118
*Default:* `False`
119
119
@@ -122,7 +122,7 @@ The following configuration fields have been added for the auto-pruning feature:
122
122
123
123
The following updates have been made to the {productname} Operator:
124
124
125
-
* The config editor has been removed from the {productname} Operator on {ocp} deployments.
125
+
* The config editor has been removed from the {productname} Operator on {ocp} deployments. As a result, the `quay-config-editor` pod no longer deploys, and users cannot check the status of the config editor route. Additionally, the Config Editor Endpoint no longer generates on the {productname} Operator *Details* page.
126
126
+
127
127
By default, the config editor was deployed for every `QuayRegistry` instance, which made it difficult to establish an audit trail over the registry's configuration. Anyone with access to the namespace, config editor secret, and config editor route could use the editor to make changes to {productname}'s configuration, and their identity was no logged in the system. Removing the config editor forces all changes through the config bundle property of the `QuayRegistry` resource, which points to a secret, which is then subject to native Kubernetes auditing and logging.
128
128
@@ -198,10 +198,11 @@ Some features available in previous releases have been deprecated or removed. De
|link:https://access.redhat.com/documentation/en-us/red_hat_quay/3.9/html-single/manage_red_hat_quay/index#operator-georepl-site-removal[Single site geo-replication removal]
0 commit comments