Skip to content

Commit 67b9b0b

Browse files
authored
Merge pull request #28032 from liggitt/warning-ga
Mark WarningHeader feature gate as GA
2 parents 5dfdc39 + 1500f14 commit 67b9b0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ different Kubernetes components.
177177
| `TopologyManager` | `false` | Alpha | 1.16 | 1.17 |
178178
| `TopologyManager` | `true` | Beta | 1.18 | |
179179
| `VolumeCapacityPriority` | `false` | Alpha | 1.21 | - |
180-
| `WarningHeaders` | `true` | Beta | 1.19 | |
181180
| `WinDSR` | `false` | Alpha | 1.14 | |
182181
| `WinOverlay` | `false` | Alpha | 1.14 | 1.19 |
183182
| `WinOverlay` | `true` | Beta | 1.20 | |
@@ -394,6 +393,8 @@ different Kubernetes components.
394393
| `VolumeSubpathEnvExpansion` | `false` | Alpha | 1.14 | 1.14 |
395394
| `VolumeSubpathEnvExpansion` | `true` | Beta | 1.15 | 1.16 |
396395
| `VolumeSubpathEnvExpansion` | `true` | GA | 1.17 | - |
396+
| `WarningHeaders` | `true` | Beta | 1.19 | 1.21 |
397+
| `WarningHeaders` | `true` | GA | 1.22 | - |
397398
| `WatchBookmark` | `false` | Alpha | 1.15 | 1.15 |
398399
| `WatchBookmark` | `true` | Beta | 1.16 | 1.16 |
399400
| `WatchBookmark` | `true` | GA | 1.17 | - |

0 commit comments

Comments
 (0)