Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Table of Contents

- [v0.8.1](#v081)
- [v0.8.0](#v080)
- [v0.8.0-rc2](#v080-rc2)
- [v0.8.0-rc1](#v080-rc1)
Expand Down Expand Up @@ -30,6 +31,23 @@
- [v0.1.0-rc2](#v010-rc2)
- [v0.1.0-rc1](#v010-rc1)

# v0.8.1

This is a patch release that includes small bug fixes and a new conformance test
as a follow up to the v0.8.0 release.

## Changes by Kind

### Bug Fixes

- Fix CEL validation not handling missing listener hostname correctly. (#2370,
@frankbu)
- Fix IPv6 parsing in conformance tests (#2375, @keithmattix)

### Conformance Tests

- Add conformance test for multiple mirror filters. (#2359, @levikobi)

# v0.8.0

## Major Themes
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ the specification and Custom Resource Definitions (CRDs).

## Status

The latest supported version is `v1beta1` as released by the [v0.7.0
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.7.0) of
The latest supported version is `v1beta1` as released by the [v0.8.1
release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.8.1) of
this project.

This version of the API is has beta level support for the following resources:
Expand Down
4 changes: 2 additions & 2 deletions site-src/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ including GatewayClass, Gateway, ReferenceGrant, and HTTPRoute. To install this
channel, run the following kubectl command:

```
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.8.0/standard-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.8.1/standard-install.yaml
```

### Install Experimental Channel
Expand All @@ -58,7 +58,7 @@ documentation](https://gateway-api.sigs.k8s.io/concepts/versioning/).
To install the experimental channel, run the following kubectl command:

```
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.8.0/experimental-install.yaml
kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v0.8.1/experimental-install.yaml
```

### Cleanup
Expand Down