Skip to content

Commit

Permalink
Merge pull request #2336 from robscott/changelog-v0.8.0-rc2
Browse files Browse the repository at this point in the history
Adding changelog for v0.8.0-rc2
  • Loading branch information
k8s-ci-robot committed Aug 22, 2023
2 parents 31957f2 + 4ffef36 commit c3ceacf
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 14 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v0.8.0-rc2](#v080-rc2)
- [v0.8.0-rc1](#v080-rc1)
- [v0.7.1](#v071)
- [v0.7.0](#v070)
Expand All @@ -28,6 +29,43 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

# v0.8.0-rc2

The working group expects that this release candidate is quite close to the final
v0.8.0 release. However, breaking API changes are still possible.

This release candidate is suitable for implementors, but the working group does
not recommend shipping products based on a release candidate API due to the
possibility of incompatible changes prior to the final release. The following
represents the changes since v0.8.0-rc1:

## Changes by Kind

### Validation

- Add CEL validation for GRPCRoute. (#2305, @gnossen)
- HTTPRoute and GRPCRoute CRDs now provide built-in validation that ensures the
uniqueness of names in Header Modifier "Remove" lists. (#2306, @robscott)

### Bug Fixes

- GRPCRoute: The default match has been removed as it was invalid (it only
specified a type of "Exact" without a corresponding Service or Method). Note
that the match type still defaults to "Exact". (#2311, @gauravkghildiyal)

### Spec Clarifications

- RequestMirrorFilter: Enhanced the doc string to be explicit about sending the
mirrored request to a single destination endpoint within the backendRef
specified. (#2317, @arkodg)
- Resources no longer have support levels, implementations can choose to support
whichever set of resources they want (#2323, @robscott)

### Conformance

- Better support mesh-only conformance testing (#2312, @kflynn)
- SupportedFeatures have been restructured to be per-resource (#2323, @robscott)

# v0.8.0-rc1

The working group expects that this release candidate is quite close to the final
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion config/webhook/admission_webhook.yaml
Expand Up @@ -56,7 +56,7 @@ spec:
spec:
containers:
- name: webhook
image: registry.k8s.io/gateway-api/admission-server:v0.7.1
image: registry.k8s.io/gateway-api/admission-server:v0.8.0-rc2
imagePullPolicy: IfNotPresent
args:
- -logtostderr
Expand Down
2 changes: 1 addition & 1 deletion pkg/generator/main.go
Expand Up @@ -35,7 +35,7 @@ const (
channelAnnotation = "gateway.networking.k8s.io/channel"

// These values must be updated during the release process
bundleVersion = "v0.8.0-rc1"
bundleVersion = "v0.8.0-rc2"
approvalLink = "https://github.com/kubernetes-sigs/gateway-api/pull/2245"
)

Expand Down

0 comments on commit c3ceacf

Please sign in to comment.