Skip to content

Commit c66b807

Browse files
openshift-merge-bot[bot]Per Goncalves da Silva
authored and
Per Goncalves da Silva
committed
Merge pull request #2242 from tmshort/preflight-checks
OPRUN-3780: Add feature flag for NewOLMPreflightPermissionCheck Signed-off-by: Per Goncalves da Silva <[email protected]>
2 parents 00e6260 + 607b001 commit c66b807

8 files changed

+858
-804
lines changed

Diff for: features.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
| ClusterVersionOperatorConfiguration| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
99
| Example2| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1010
| NewOLMCatalogdAPIV1Metas| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
11+
| NewOLMOwnSingleNamespace| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
12+
| NewOLMPreflightPermissionChecks| | | | <span style="background-color: #519450">Enabled</span> | | <span style="background-color: #519450">Enabled</span> |
1113
| SELinuxChangePolicy| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1214
| SELinuxMount| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |
1315
| ShortCertRotation| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | | |

Diff for: features/features.go

+820-804
Large diffs are not rendered by default.

Diff for: payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
{
134134
"name": "NewOLMCatalogdAPIV1Metas"
135135
},
136+
{
137+
"name": "NewOLMOwnSingleNamespace"
138+
},
139+
{
140+
"name": "NewOLMPreflightPermissionChecks"
141+
},
136142
{
137143
"name": "NodeSwap"
138144
},

Diff for: payload-manifests/featuregates/featureGate-Hypershift-DevPreviewNoUpgrade.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
},
3636
{
3737
"name": "NewOLMCatalogdAPIV1Metas"
38+
},
39+
{
40+
"name": "NewOLMOwnSingleNamespace"
41+
},
42+
{
43+
"name": "NewOLMPreflightPermissionChecks"
3844
}
3945
],
4046
"enabled": [

Diff for: payload-manifests/featuregates/featureGate-Hypershift-TechPreviewNoUpgrade.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
{
4343
"name": "NewOLMCatalogdAPIV1Metas"
4444
},
45+
{
46+
"name": "NewOLMOwnSingleNamespace"
47+
},
48+
{
49+
"name": "NewOLMPreflightPermissionChecks"
50+
},
4551
{
4652
"name": "SELinuxChangePolicy"
4753
},

Diff for: payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
{
134134
"name": "NewOLMCatalogdAPIV1Metas"
135135
},
136+
{
137+
"name": "NewOLMOwnSingleNamespace"
138+
},
139+
{
140+
"name": "NewOLMPreflightPermissionChecks"
141+
},
136142
{
137143
"name": "NodeSwap"
138144
},

Diff for: payload-manifests/featuregates/featureGate-SelfManagedHA-DevPreviewNoUpgrade.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
{
204204
"name": "NewOLMCatalogdAPIV1Metas"
205205
},
206+
{
207+
"name": "NewOLMOwnSingleNamespace"
208+
},
209+
{
210+
"name": "NewOLMPreflightPermissionChecks"
211+
},
206212
{
207213
"name": "NodeDisruptionPolicy"
208214
},

Diff for: payload-manifests/featuregates/featureGate-SelfManagedHA-TechPreviewNoUpgrade.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,12 @@
215215
{
216216
"name": "NewOLMCatalogdAPIV1Metas"
217217
},
218+
{
219+
"name": "NewOLMOwnSingleNamespace"
220+
},
221+
{
222+
"name": "NewOLMPreflightPermissionChecks"
223+
},
218224
{
219225
"name": "NodeDisruptionPolicy"
220226
},

0 commit comments

Comments
 (0)