Merge pull request #43535 from humblec/dev-1.29-nodeexpandsecret
Promote CSINodeExpandSecret to GA
This commit is contained in:
commit
b034e4300d
|
|
@ -78,8 +78,6 @@ For a reference to old feature gates that are removed, please refer to
|
|||
| CRDValidationRatcheting | false | Alpha | 1.28 |
|
||||
| `CSIMigrationPortworx` | `false` | Alpha | 1.23 | 1.24 |
|
||||
| `CSIMigrationPortworx` | `false` | Beta | 1.25 | |
|
||||
| `CSINodeExpandSecret` | `false` | Alpha | 1.25 | 1.26 |
|
||||
| `CSINodeExpandSecret` | `true` | Beta | 1.27 | |
|
||||
| `CSIVolumeHealth` | `false` | Alpha | 1.21 | |
|
||||
| `CloudControllerManagerWebhook` | false | Alpha | 1.27 | |
|
||||
| `CloudDualStackNodeIPs` | false | Alpha | 1.27 | 1.28 |
|
||||
|
|
@ -243,6 +241,9 @@ For a reference to old feature gates that are removed, please refer to
|
|||
| `CSIMigrationvSphere` | `false` | Beta | 1.19 | 1.24 |
|
||||
| `CSIMigrationvSphere` | `true` | Beta | 1.25 | 1.25 |
|
||||
| `CSIMigrationvSphere` | `true` | GA | 1.26 | - |
|
||||
| `CSINodeExpandSecret` | `false` | Alpha | 1.25 | 1.26 |
|
||||
| `CSINodeExpandSecret` | `true` | Beta | 1.27 | 1.28 |
|
||||
| `CSINodeExpandSecret` | `true` | GA | 1.29 | |
|
||||
| `ComponentSLIs` | `false` | Alpha | 1.26 | 1.26 |
|
||||
| `ComponentSLIs` | `true` | Beta | 1.27 | 1.28|
|
||||
| `ComponentSLIs` | `true` | GA | 1.29 | - |
|
||||
|
|
|
|||
Loading…
Reference in New Issue