Skip to content

Commit 2de63ad

Browse files
author
Kate Osborn
committed
Update README and CHANGELOG for the latest release
1 parent 84d48e5 commit 2de63ad

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
This document includes a curated changelog for each release. We also publish a changelog as the description of a [GitHub release](https://github.com/nginxinc/nginx-kubernetes-gateway/releases), which, by contrast, is auto-generated and includes links to all PRs that went into the release.
44

5+
## Release 0.5.0
6+
7+
*July 17, 2023*
8+
9+
This release completes all v1beta1 Core features of the Gateway API resources. See the [Gateway Compatibility doc](https://github.com/nginxinc/nginx-kubernetes-gateway/blob/v0.5.0/docs/gateway-api-compatibility.md)
10+
11+
FEATURES:
12+
* Support cross-namespace BackendRefs in HTTPRoutes. [PR-806](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/806)
13+
* Support dynamic certificate rotation with Kubernetes Secrets. [PR-807](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/807)
14+
* Support SupportedKinds in ListenerStatus. [PR-809](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/809)
15+
16+
BUG FIXES:
17+
* Set redirect port in location header according to the scheme. [PR-801](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/801)
18+
* Set proxy host header to the exact value of the request host header. [PR-827](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/827)
19+
* Ensure Prefix matching requires trailing slash. [PR-817](https://github.com/nginxinc/nginx-kubernetes-gateway/pull/817)
20+
21+
COMPATIBILITY:
22+
- The Gateway API version: `0.7.1`
23+
- NGINX version: `1.25.x` *
24+
- Kubernetes version: `1.21+`
25+
26+
\*the installation manifests use the `nginx:1.25` image, which always points to the latest version of 1.25.x releases.
27+
28+
CONTAINER IMAGES:
29+
- Control plane: `ghcr.io/nginxinc/nginx-kubernetes-gateway:0.5.0`
30+
531
## Release 0.4.0
632

733
*July 6, 2023*

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Learn about our [design principles](/docs/developer/design-principles.md) and [a
2222

2323
We publish NGINX Kubernetes Gateway releases on GitHub. See our [releases page](https://github.com/nginxinc/nginx-kubernetes-gateway/releases).
2424

25-
The latest release is [0.4.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.4.0).
25+
The latest release is [0.5.0](https://github.com/nginxinc/kubernetes-ingress/releases/tag/v0.5.0).
2626

2727
The edge version is useful for experimenting with new features that are not yet published in a release. To use, choose the *edge* version built from the [latest commit](https://github.com/nginxinc/nginx-kubernetes-gateway/commits/main) from the main branch.
2828

@@ -37,7 +37,7 @@ The table below summarizes the options regarding the images, manifests, document
3737

3838
| Version | Description | Image | Installation Manifests | Documentation and Examples |
3939
|-|-|-|-|-|
40-
| Latest release | For experimental use | Use the 0.4.0 image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.4.0/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.4.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.4.0/examples). |
40+
| Latest release | For experimental use | Use the 0.5.0 image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.5.0/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.5.0/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/v0.5.0/examples). |
4141
| Edge| For experimental use and latest features | Use the edge image from [GitHub](https://github.com/nginxinc/nginx-kubernetes-gateway/pkgs/container/nginx-kubernetes-gateway) | [Manifests](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/deploy). | [Documentation](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/docs). [Examples](https://github.com/nginxinc/nginx-kubernetes-gateway/tree/main/examples). |
4242

4343
## Technical Specifications
@@ -47,6 +47,7 @@ The following table lists the software versions NGINX Kubernetes Gateway support
4747
| NGINX Kubernetes Gateway | Gateway API | Kubernetes | NGINX OSS |
4848
|-|-|-|-|
4949
| Edge | 0.7.1 | 1.21+ | 1.25.x *|
50+
| 0.5.0 | 0.7.1 | 1.21+ | 1.25.x *|
5051
| 0.4.0 | 0.7.1 | 1.21+ | 1.25.x *|
5152
| 0.3.0 | 0.6.2 | 1.21+ | 1.23.x *|
5253
| 0.2.0 | 0.5.1 | 1.21+ | 1.21.x *|

0 commit comments

Comments
 (0)