generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from robscott/v1alpha1-rc2-changelog
Adding changelog for v0.1.0-rc2
- Loading branch information
Showing
1 changed file
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,53 @@ | ||
# Table of Contents | ||
# Changelog | ||
|
||
- [v0.1.0](#v010) | ||
## Table of Contents | ||
|
||
- [v0.1.0-rc2](#v010-rc2) | ||
- [v0.1.0-rc1](#v010-rc1) | ||
|
||
## v0.1.0 | ||
## v0.1.0-rc2 | ||
|
||
TBD | ||
API Version: v1alpha-rc2 | ||
|
||
### API changes since v0.1.0-rc1 | ||
#### GatewayClass | ||
- A recommendation to set a `gateway-exists-finalizer.networking.x-k8s.io` | ||
finalizer on GatewayClass has been added. | ||
- `allowedGatewayNamespaces` has been removed from GatewayClass in favor of | ||
implementations with policy agents like Gatekeeper. | ||
|
||
#### Gateway | ||
- Fields in `listeners.routes` have been renamed: | ||
- `routes.routeSelector` -> `routes.selector` | ||
- `routes.routeNamespaces`-> `routes.namespaces` | ||
- `clientCertificateRef` has been removed from BackendPolicy. | ||
- In Listeners, `routes.namespaces` now defaults to `{from: "Same"}`. | ||
- In Listeners, support has been added for specifying custom, domain prefixed | ||
protocols. | ||
- In Listeners, `hostname` now closely matches Route hostname matching with wildcard | ||
support. | ||
- A new `UnsupportedAddress` condition has been added to Listeners to indicate | ||
that a requested address is not supported. | ||
- Clarification has been added to note that listeners may be merged in certain | ||
instances. | ||
|
||
#### Routes | ||
- HeaderMatchType now includes a RegularExpression option. | ||
- Minimum weight has been decreased from 1 to 0. | ||
- Port is now required on all Routes. | ||
- On HTTPRoute, filters have been renamed: | ||
- `ModifyRequestHeader` -> `RequestHeaderModifier` | ||
- `MirrorRequest` -> `RequestMirror` | ||
- `Custom` -> `ExtensionRef` | ||
- TLSRoute can now specify as many as 16 SNIs instead of 10. | ||
- Limiting the number of Gateways that may be stored in RouteGatewayStatus to | ||
100. | ||
- Support level of filters defined in ForwardTo has been clarified. | ||
- Max weight has been increased to 1 million. | ||
|
||
|
||
## v0.1.0-rc1 | ||
|
||
API Version: v1alpha-rc1 | ||
|
||
- Initial release candidate for v1alpha1. |