File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 26
26
GO_LATEST : " 1.23"
27
27
GO_EXTRA : " 1.23" # There is no extra version at this time, so just duplicate latest.
28
28
29
+ feature_gates :
30
+ # This is to allow the use of the new rpm sweep approach.
31
+ # With this enabled, rpms that have been shipped in other product versions (e.g. RHEL or other OCP versions)
32
+ # will not be swept.
33
+ # We will need to enable this for all future GA releases.
34
+ product_version_aware_rpm_sweep : true
35
+
29
36
compliance :
30
37
rpm_shim :
31
38
enabled : true
@@ -39,6 +46,7 @@ arches:
39
46
multi_arch :
40
47
enabled : true
41
48
49
+
42
50
# It is not decided yet from which OCP version on a new release version will have the format i.e. 4.18.0-0
43
51
# Until then the new_payload_versioning_scheme will have the value False
44
52
new_payload_versioning_scheme : false
You can’t perform that action at this time.
0 commit comments