Skip to content

Commit

Permalink
chore: update FEATURE_GATES.md (#6862)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 18, 2024
1 parent 7e04170 commit 414a974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ Adding a new version? You'll need three changes:
filter while intending to redirect the requests to HTTPS service in port 80.
For such usage, please explicitly specify the `port` to `80` in the filter.
[#6804](https://github.com/Kong/kubernetes-ingress-controller/pull/6804)
- Promote `KongCustomEntity` feature gate to GA.

### Fixed

Expand Down
7 changes: 4 additions & 3 deletions FEATURE_GATES.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Please read the [Important Notes](#important-notes) section before using any `Al

An additional **warning** for end-users who are reading this documentation and trying to enable `Alpha` or `Beta` features: it is **very important** to understand that features that are currently in an `Alpha` or `Beta` state may **become `Deprecated` at any time** and **may be removed as part of the next consecutive minor release**. This is especially true for `Alpha` maturity features. In other words, **until a feature becomes GA there are no guarantees that it's going to continue being available**. To avoid disruption to your services engage with the community and read the [CHANGELOG](/CHANGELOG.md) carefully to track progress. Alternatively **do not use features until they have reached a GA status**.

[k8s-keps]:https://github.com/kubernetes/enhancements
[k8s-kep]:https://github.com/kubernetes/enhancements
[kic-keps]:https://github.com/Kong/kubernetes-ingress-controller/tree/main/keps
[releases]:https://github.com/Kong/kubernetes-ingress-controller/releases
[kong-docs]:https://github.com/Kong/docs.konghq.com
Expand All @@ -54,6 +54,7 @@ Once a feature graduates from `Alpha` to `Beta` maturity these preview docs will
| CombinedServices | `true` | Beta | 2.11.0 | 3.0.0 |
| ExpressionRoutes | `false` | Alpha | 2.10.0 | 3.0.0 |
| Knative | `false` | Alpha | 0.8.0 | 3.0.0 |
| KongCustomEntity | `true` | GA | 3.4.0 | TBD |

Features that reach GA and over time become stable will be removed from this table, they can be found in the main [KIC CRD Documentation][specs] and [Guides][guides].

Expand All @@ -72,9 +73,9 @@ Features that reach GA and over time become stable will be removed from this tab
| SanitizeKonnectConfigDumps | `true` | Beta | 3.1.0 | TBD |
| FallbackConfiguration | `false` | Alpha | 3.2.0 | TBD |
| KongCustomEntity | `false` | Alpha | 3.2.0 | 3.3.0 |
| KongCustomEntity | `true` | Beta | 3.3.0 | TBD |
| KongCustomEntity | `true` | Beta | 3.3.0 | 3.4.0 |
| CombinedServicesFromDifferentHTTPRoutes | `false` | Alpha | 3.4.0 | TBD |

**NOTE**: The `Gateway` feature gate refers to [Gateway
API](https://github.com/kubernetes-sigs/gateway-api) APIs which are in
`v1beta1` or later. `GatewayAlpha` refers to APIs which are still in alpha.
Expand Down

0 comments on commit 414a974

Please sign in to comment.