Skip to content

Commit 54e9300

Browse files
committed
Drop SigstoreImageVerification from all sets for multi PR merge
Signed-off-by: Qi Wang <[email protected]>
1 parent d5908f7 commit 54e9300

6 files changed

+13
-14
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
66
| MultiArchInstallAzure| | | | | | |
77
| ShortCertRotation| | | | | | |
8+
| SigstoreImageVerification| | | | | | |
89
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
910
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1011
| DualReplica| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
@@ -55,7 +56,6 @@
5556
| OVNObservability| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5657
| PreconfiguredUDNAddresses| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5758
| SignatureStores| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
58-
| SigstoreImageVerification| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
5959
| SigstoreImageVerificationPKI| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6060
| StoragePerformantSecurityPolicy| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6161
| TranslateStreamCloseWebsocketRequests| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ var (
160160
contactPerson("sgrunert").
161161
productScope(ocpSpecific).
162162
enhancementPR(legacyFeatureGateWithoutEnhancement).
163-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
164163
mustRegister()
165164

166165
FeatureGateSigstoreImageVerificationPKI = newFeatureGate("SigstoreImageVerificationPKI").

payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
},
4545
{
4646
"name": "ShortCertRotation"
47+
},
48+
{
49+
"name": "SigstoreImageVerification"
4750
}
4851
],
4952
"enabled": [
@@ -269,9 +272,6 @@
269272
{
270273
"name": "SignatureStores"
271274
},
272-
{
273-
"name": "SigstoreImageVerification"
274-
},
275275
{
276276
"name": "SigstoreImageVerificationPKI"
277277
},

payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
{
6161
"name": "ShortCertRotation"
6262
},
63+
{
64+
"name": "SigstoreImageVerification"
65+
},
6366
{
6467
"name": "VSphereMixedNodeEnv"
6568
}
@@ -272,9 +275,6 @@
272275
{
273276
"name": "SignatureStores"
274277
},
275-
{
276-
"name": "SigstoreImageVerification"
277-
},
278278
{
279279
"name": "SigstoreImageVerificationPKI"
280280
},

payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
},
3030
{
3131
"name": "ShortCertRotation"
32+
},
33+
{
34+
"name": "SigstoreImageVerification"
3235
}
3336
],
3437
"enabled": [
@@ -269,9 +272,6 @@
269272
{
270273
"name": "SignatureStores"
271274
},
272-
{
273-
"name": "SigstoreImageVerification"
274-
},
275275
{
276276
"name": "SigstoreImageVerificationPKI"
277277
},

payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
{
4646
"name": "ShortCertRotation"
4747
},
48+
{
49+
"name": "SigstoreImageVerification"
50+
},
4851
{
4952
"name": "VSphereMixedNodeEnv"
5053
}
@@ -272,9 +275,6 @@
272275
{
273276
"name": "SignatureStores"
274277
},
275-
{
276-
"name": "SigstoreImageVerification"
277-
},
278278
{
279279
"name": "SigstoreImageVerificationPKI"
280280
},

0 commit comments

Comments
 (0)