Skip to content

Commit

Permalink
Merge pull request #467 from robscott/v1alpha1-cl
Browse files Browse the repository at this point in the history
Adding v1alpha1 to changelog
  • Loading branch information
k8s-ci-robot authored Nov 18, 2020
2 parents 54da8c6 + 492381d commit 3015e30
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,45 @@

## Table of Contents

- [v0.1.0](#v010)
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

## v0.1.0

API Version: v1alpha1

### API changes since v0.1.0-rc2
#### GatewayClass
- CRD now includes `gc` short name.
- Change the standard condition for GatewayClass to `Admitted`, with
`InvalidParameters` as a sample reason for it to be false.

#### Gateway
- CRD now includes `gtw` short name.
- The `DroppedRoutes` condition has been renamed to `DegradedRoutes`.
- `ListenerStatus` now includes `Protocol` and `Hostname` to uniquely link the
status to each listener.

#### Routes
- HTTPRoute clarifications:
- Header name matching must be case-insenstive.
- Match tiebreaking semantics have been outlined in detail.
- TCPRoute, TLSRoute, and UDPRoute:
- At least 1 ForwardTo must be specified in each rule.
- Clarification that if no matches are specified, all requests should match a
rule.
- TCPRoute and UDPRoute: Validation has been added to ensure that 1-16 rules are
specified, matching other route types.
- TLSRoute: SNIs are now optional in matches. If no SNI or extensionRef are
specified, all requests match.

#### BackendPolicy
- CRD now includes `bp` short name.
- A new `networking.x-k8s.io/app-protocol` annotation can be used to specify
AppProtocol on Services when the AppProtocol field is unavailable.


## v0.1.0-rc2

API Version: v1alpha-rc2
Expand Down

0 comments on commit 3015e30

Please sign in to comment.