Skip to content

Commit f0c2a50

Browse files
Merge pull request #2406 from QiWang19/dep-for-multi-merge
OCPNODE-3006: add back SigstoreImageVerification to techPreview
2 parents 9f36190 + 399d65a commit f0c2a50

6 files changed

+14
-13
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
| MachineAPIOperatorDisableMachineHealthCheckController| | | | | | |
66
| MultiArchInstallAzure| | | | | | |
77
| ShortCertRotation| | | | | | |
8-
| SigstoreImageVerification| | | | | | |
98
| NoRegistryClusterOperations| | | | <span style="background-color: #519450">Enabled</span> | | |
109
| BootImageSkewEnforcement| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1110
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
@@ -64,6 +63,7 @@
6463
| 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> |
6564
| 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> |
6665
| 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> |
66+
| 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> |
6767
| 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> |
6868
| 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> |
6969
| 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ var (
160160
contactPerson("sgrunert").
161161
productScope(ocpSpecific).
162162
enhancementPR(legacyFeatureGateWithoutEnhancement).
163+
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
163164
mustRegister()
164165

165166
FeatureGateSigstoreImageVerificationPKI = newFeatureGate("SigstoreImageVerificationPKI").

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@
4747
},
4848
{
4949
"name": "ShortCertRotation"
50-
},
51-
{
52-
"name": "SigstoreImageVerification"
5350
}
5451
],
5552
"enabled": [
@@ -290,6 +287,9 @@
290287
{
291288
"name": "SignatureStores"
292289
},
290+
{
291+
"name": "SigstoreImageVerification"
292+
},
293293
{
294294
"name": "SigstoreImageVerificationPKI"
295295
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
{
6464
"name": "ShortCertRotation"
6565
},
66-
{
67-
"name": "SigstoreImageVerification"
68-
},
6966
{
7067
"name": "VSphereMixedNodeEnv"
7168
}
@@ -293,6 +290,9 @@
293290
{
294291
"name": "SignatureStores"
295292
},
293+
{
294+
"name": "SigstoreImageVerification"
295+
},
296296
{
297297
"name": "SigstoreImageVerificationPKI"
298298
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@
2929
},
3030
{
3131
"name": "ShortCertRotation"
32-
},
33-
{
34-
"name": "SigstoreImageVerification"
3532
}
3633
],
3734
"enabled": [
@@ -290,6 +287,9 @@
290287
{
291288
"name": "SignatureStores"
292289
},
290+
{
291+
"name": "SigstoreImageVerification"
292+
},
293293
{
294294
"name": "SigstoreImageVerificationPKI"
295295
},

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@
4848
{
4949
"name": "ShortCertRotation"
5050
},
51-
{
52-
"name": "SigstoreImageVerification"
53-
},
5451
{
5552
"name": "VSphereMixedNodeEnv"
5653
}
@@ -293,6 +290,9 @@
293290
{
294291
"name": "SignatureStores"
295292
},
293+
{
294+
"name": "SigstoreImageVerification"
295+
},
296296
{
297297
"name": "SigstoreImageVerificationPKI"
298298
},

0 commit comments

Comments
 (0)