Skip to content

Commit 399d65a

Browse files
committed
add back SigstoreImageVerification to techPreview
revert commit 60ac3d5, add back SigstoreImageVerification to techpreview. Signed-off-by: Qi Wang <[email protected]>
1 parent 92b1455 commit 399d65a

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> | | |
@@ -59,6 +58,7 @@
5958
| 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> |
6059
| 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> |
6160
| 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> |
61+
| 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> |
6262
| 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> |
6363
| 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> |
6464
| 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": [
@@ -275,6 +272,9 @@
275272
{
276273
"name": "SignatureStores"
277274
},
275+
{
276+
"name": "SigstoreImageVerification"
277+
},
278278
{
279279
"name": "SigstoreImageVerificationPKI"
280280
},

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
}
@@ -278,6 +275,9 @@
278275
{
279276
"name": "SignatureStores"
280277
},
278+
{
279+
"name": "SigstoreImageVerification"
280+
},
281281
{
282282
"name": "SigstoreImageVerificationPKI"
283283
},

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": [
@@ -275,6 +272,9 @@
275272
{
276273
"name": "SignatureStores"
277274
},
275+
{
276+
"name": "SigstoreImageVerification"
277+
},
278278
{
279279
"name": "SigstoreImageVerificationPKI"
280280
},

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
}
@@ -278,6 +275,9 @@
278275
{
279276
"name": "SignatureStores"
280277
},
278+
{
279+
"name": "SigstoreImageVerification"
280+
},
281281
{
282282
"name": "SigstoreImageVerificationPKI"
283283
},

0 commit comments

Comments
 (0)